summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-sld3-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-06 00:03:24 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-09 00:08:26 +0900
commit230ce30a51a5fea81ec89ed906ed51975fc0984d (patch)
treebd1385b41a6b369c9279158a08c0a3d393e945a0 /arch/arm/dts/uniphier-ph1-sld3-ref.dts
parentf5fd7afcd5bafa4e9682dda3350447c88d6348e6 (diff)
downloadtalos-obmc-uboot-230ce30a51a5fea81ec89ed906ed51975fc0984d.tar.gz
talos-obmc-uboot-230ce30a51a5fea81ec89ed906ed51975fc0984d.zip
ARM: UniPhier: add device tree sources for PH1-sLD3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld3-ref.dts')
-rw-r--r--arch/arm/dts/uniphier-ph1-sld3-ref.dts60
1 files changed, 60 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts
new file mode 100644
index 0000000000..91b4dbe0b1
--- /dev/null
+++ b/arch/arm/dts/uniphier-ph1-sld3-ref.dts
@@ -0,0 +1,60 @@
+/*
+ * Device Tree Source for UniPhier PH1-sLD3 Reference Board
+ *
+ * Copyright (C) 2014 Panasonic Corporation
+ * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/dts-v1/;
+/include/ "uniphier-ph1-sld3.dtsi"
+
+/ {
+ model = "Panasonic UniPhier PH1-sLD3 Reference Board";
+ compatible = "panasonic,ph1-sld3-ref", "panasonic,ph1-sld3";
+
+ memory {
+ device_type = "memory";
+ reg = <0x80000000 0x40000000>;
+ };
+
+ chosen {
+ bootargs = "console=ttyPS0,115200 earlyprintk";
+ stdout-path = &uart0;
+ };
+
+ aliases {
+ uart0 = &uart0;
+ uart1 = &uart1;
+ uart2 = &uart2;
+ i2c0 = &i2c0;
+ i2c1 = &i2c1;
+ i2c2 = &i2c2;
+ i2c3 = &i2c3;
+ };
+};
+
+&uart0 {
+ status = "okay";
+};
+
+&uart1 {
+ status = "okay";
+};
+
+&i2c0 {
+ status = "okay";
+ eeprom {
+ compatible = "i2c-eeprom";
+ reg = <0x50>;
+ };
+};
+
+&usb0 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};
OpenPOWER on IntegriCloud