blob: e8110eefcec41306d541d4db7302113fe1c1e4d9 [file] [log] [blame]
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +09001/*
2 * Device Tree Source for UniPhier PH1-LD6b SoC
3 *
4 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+ X11
7 */
8
9/*
10 * PH1-LD6b consists of two silicon dies: D-chip and A-chip.
11 * The D-chip (digital chip) is the same as the ProXstream2 die.
12 * Reuse the ProXstream2 device tree with some properties overridden.
13 */
14/include/ "uniphier-proxstream2.dtsi"
15
16/ {
17 compatible = "socionext,ph1-ld6b";
18};
19
Masahiro Yamadac4adc502016-06-29 19:38:56 +090020/* UART3 unavailable: the pads are not wired to the package balls */
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090021&serial3 {
22 status = "disabled";
23};
24
25/*
26 * PH1-LD6b and ProXstream2 have completely different packages,
27 * which makes the pinctrl driver unshareable.
28 */
29&pinctrl {
Masahiro Yamadac4adc502016-06-29 19:38:56 +090030 compatible = "socionext,uniphier-ld6b-pinctrl";
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090031};