]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/uniphier-ph1-sld3-ref.dts
ARM: dts: uniphier: sync with Linux
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld3-ref.dts
index 2406bfcadb711b8f44562934e5115855bd8a8331..c760b6de09ef767782bf7be8c175b655e8ce3182 100644 (file)
 
        memory {
                device_type = "memory";
-               reg = <0x80000000 0x40000000>;
+               reg = <0x80000000 0x20000000
+                      0xc0000000 0x20000000>;
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 earlyprintk";
-               stdout-path = &uart0;
+               bootargs = "console=ttyS0,115200";
+               stdout-path = &serial0;
        };
 
        aliases {
-               serial0 = &uart0;
-               serial1 = &uart1;
-               serial2 = &uart2;
+               serial0 = &serial0;
+               serial1 = &serial1;
+               serial2 = &serial2;
                i2c0 = &i2c0;
                i2c1 = &i2c1;
                i2c2 = &i2c2;
                i2c3 = &i2c3;
+               i2c4 = &i2c4;
        };
 };
 
-&uart0 {
+&serial0 {
        status = "okay";
 };
 
-&uart1 {
+&serial1 {
+       status = "okay";
+};
+
+&serial2 {
        status = "okay";
 };
 
        status = "okay";
 };
 
+&usb2 {
+       status = "okay";
+};
+
+&usb3 {
+       status = "okay";
+};
+
 /* for U-boot only */
-&uart0 {
+&serial0 {
        u-boot,dm-pre-reloc;
 };