summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ph1-ld4-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 13:33:13 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-30 15:29:11 (GMT)
commitd243c186e5052741ef45cc3b56e5e171391a62f8 (patch)
tree2535420d69621493013a32870b6d7095bd2a54d9 /arch/arm/dts/uniphier-ph1-ld4-ref.dts
parent6d99cfaee8a6ced4c412a94c0de26f74808b7246 (diff)
downloadu-boot-d243c186e5052741ef45cc3b56e5e171391a62f8.tar.xz
ARM: dts: uniphier: sync with Linux
This commit imports device tree updates from Linux. It eventually adds pinctrl-related nodes and properties. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-ld4-ref.dts')
-rw-r--r--arch/arm/dts/uniphier-ph1-ld4-ref.dts22
1 files changed, 13 insertions, 9 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld4-ref.dts b/arch/arm/dts/uniphier-ph1-ld4-ref.dts
index 7c36581..20f2e9a 100644
--- a/arch/arm/dts/uniphier-ph1-ld4-ref.dts
+++ b/arch/arm/dts/uniphier-ph1-ld4-ref.dts
@@ -20,15 +20,15 @@
};
chosen {
- bootargs = "console=ttyPS0,115200 earlyprintk";
- stdout-path = &uart0;
+ bootargs = "console=ttyS0,115200";
+ stdout-path = &serial0;
};
aliases {
- serial0 = &uart0;
- serial1 = &uart1;
- serial2 = &uart2;
- serial3 = &uart3;
+ serial0 = &serial0;
+ serial1 = &serial1;
+ serial2 = &serial2;
+ serial3 = &serial3;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
@@ -36,11 +36,15 @@
};
};
-&uart0 {
+&serial0 {
status = "okay";
};
-&uart1 {
+&serial2 {
+ status = "okay";
+};
+
+&serial3 {
status = "okay";
};
@@ -57,6 +61,6 @@
};
/* for U-boot only */
-&uart0 {
+&serial0 {
u-boot,dm-pre-reloc;
};