]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/uniphier-ph1-sld8-ref.dts
ARM: dts: uniphier: sync with Linux
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld8-ref.dts
index b7ed27547eb96160ba5211c63ced9bc22b685c7d..6269f9afd32a7c8282f13dc742386b7efe6e93f7 100644 (file)
        };
 
        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;
        };
 };
 
-&uart0 {
+&serial0 {
        status = "okay";
 };
 
-&uart1 {
+&serial2 {
+       status = "okay";
+};
+
+&serial3 {
        status = "okay";
 };
 
        status = "okay";
 };
 
+&usb2 {
+       status = "okay";
+};
+
 /* for U-boot only */
-&uart0 {
+&serial0 {
        u-boot,dm-pre-reloc;
 };