]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/uniphier-ph1-sld8-ref.dts
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld8-ref.dts
index e7969afe8c4c76664fcf9f2593a7fe123d00e830..a8ce049d6cdbd7f3266b4b33fc4c56d00ac6dfc6 100644 (file)
 
        chosen {
                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;
+       };
+};
+
+&uart0 {
+       status = "okay";
+};
+
+&uart1 {
+       status = "okay";
+};
+
+&i2c0 {
+       status = "okay";
+       eeprom {
+               compatible = "i2c-eeprom";
+               reg = <0x50>;
+       };
+};
+
+&usb0 {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
 };