rockchip: jerry: Enable the Chrome OS EC
[oweals/u-boot.git] / arch / arm / dts / uniphier-ph1-ld4-ref.dts
index 7c36581e6de0c5062a01a86c7eecce30ebf8241c..469bd05e16758bdf549f9044f739d99212f091e0 100644 (file)
        };
 
        chosen {
-               bootargs = "console=ttyPS0,115200 earlyprintk";
-               stdout-path = &uart0;
+               stdout-path = "serial0:115200n8";
        };
 
        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";
 };
 
 };
 
 /* for U-boot only */
-&uart0 {
-       u-boot,dm-pre-reloc;
+/ {
+       soc {
+               u-boot,dm-pre-reloc;
+       };
+};
+
+&serial0 {
+       u-boot,dm-pre-reloc;
+};
+
+&pinctrl {
+       u-boot,dm-pre-reloc;
+};
+
+&pinctrl_uart0 {
+       u-boot,dm-pre-reloc;
 };