2018-03-10 20:18:01 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
//
|
|
|
|
// Device Tree Source for UniPhier LD6b SoC
|
|
|
|
//
|
|
|
|
// Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-08-04 18:21:04 +07:00
|
|
|
|
|
|
|
/*
|
2016-08-30 12:02:41 +07:00
|
|
|
* LD6b consists of two silicon dies: D-chip and A-chip.
|
|
|
|
* The D-chip (digital chip) is the same as the PXs2 die.
|
|
|
|
* Reuse the PXs2 device tree with some properties overridden.
|
2015-08-04 18:21:04 +07:00
|
|
|
*/
|
2017-08-09 23:43:27 +07:00
|
|
|
#include "uniphier-pxs2.dtsi"
|
2015-08-04 18:21:04 +07:00
|
|
|
|
|
|
|
/ {
|
2016-08-30 12:02:41 +07:00
|
|
|
compatible = "socionext,uniphier-ld6b";
|
2015-08-04 18:21:04 +07:00
|
|
|
};
|
|
|
|
|
2015-12-23 22:23:40 +07:00
|
|
|
/* UART3 unavailable: the pads are not wired to the package balls */
|
2015-08-04 18:21:04 +07:00
|
|
|
&serial3 {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
2016-08-30 12:02:41 +07:00
|
|
|
* LD6b and PXs2 have completely different packages,
|
2015-08-04 18:21:04 +07:00
|
|
|
* which makes the pinctrl driver unshareable.
|
|
|
|
*/
|
|
|
|
&pinctrl {
|
2016-06-14 09:59:45 +07:00
|
|
|
compatible = "socionext,uniphier-ld6b-pinctrl";
|
2015-08-04 18:21:04 +07:00
|
|
|
};
|