summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-pro4-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-06 00:03:23 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-09 00:05:46 +0900
commitf5fd7afcd5bafa4e9682dda3350447c88d6348e6 (patch)
treeb8d3e09a631aaa3a92d8c571c319cd81e695d2e5 /arch/arm/dts/uniphier-ph1-pro4-ref.dts
parentf5d0b9b2c3b40f637913aec20b62eea2b8697ec3 (diff)
downloadtalos-obmc-uboot-f5fd7afcd5bafa4e9682dda3350447c88d6348e6.tar.gz
talos-obmc-uboot-f5fd7afcd5bafa4e9682dda3350447c88d6348e6.zip
ARM: UniPhier: add more device nodes to device tree
Add I2C controller and NAND controller devices. Fix indentation too. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-pro4-ref.dts')
-rw-r--r--arch/arm/dts/uniphier-ph1-pro4-ref.dts29
1 files changed, 25 insertions, 4 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro4-ref.dts b/arch/arm/dts/uniphier-ph1-pro4-ref.dts
index 52fa81fae1..23add7cfd0 100644
--- a/arch/arm/dts/uniphier-ph1-pro4-ref.dts
+++ b/arch/arm/dts/uniphier-ph1-pro4-ref.dts
@@ -23,20 +23,41 @@
bootargs = "console=ttyPS0,115200 earlyprintk";
stdout-path = &uart0;
};
+
+ aliases {
+ uart0 = &uart0;
+ uart1 = &uart1;
+ uart2 = &uart2;
+ uart3 = &uart3;
+ i2c0 = &i2c0;
+ i2c1 = &i2c1;
+ i2c2 = &i2c2;
+ i2c3 = &i2c3;
+ i2c5 = &i2c5;
+ i2c6 = &i2c6;
+ };
};
&uart0 {
- status = "okay";
+ status = "okay";
};
&uart1 {
- status = "okay";
+ status = "okay";
+};
+
+&i2c0 {
+ status = "okay";
+ eeprom {
+ compatible = "i2c-eeprom";
+ reg = <0x50>;
+ };
};
&usb0 {
- status = "okay";
+ status = "okay";
};
&usb1 {
- status = "okay";
+ status = "okay";
};
OpenPOWER on IntegriCloud