]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-proxstream2-vodka.dts
arm: dts: imx7: add Ricoh RN5T567 PMIC node
[u-boot] / arch / arm / dts / uniphier-proxstream2-vodka.dts
index 92d74044c19e740b57871348d81a75add76d8d95..30ea27034c696aa16313447ab2314dff5296b5fe 100644 (file)
        };
 
        chosen {
-               bootargs = "console=ttyS2,115200";
-               stdout-path = &serial2;
+               stdout-path = "serial0:115200n8";
        };
 
        aliases {
-               serial0 = &serial0;
-               serial1 = &serial1;
-               serial2 = &serial2;
+               serial0 = &serial2;
+               serial1 = &serial0;
+               serial2 = &serial1;
                i2c0 = &i2c0;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
        status = "okay";
 };
 
-&usb0 {
+&emmc {
        status = "okay";
 };
 
-/* for U-boot only */
-/ {
-       soc {
-               u-boot,dm-pre-reloc;
-       };
+&usb0 {
+       status = "okay";
 };
 
+/* for U-Boot only */
 &serial2 {
        u-boot,dm-pre-reloc;
 };
 
-&pinctrl {
+&mio_clk {
+       u-boot,dm-pre-reloc;
+};
+
+&emmc {
        u-boot,dm-pre-reloc;
 };
 
 &pinctrl_uart2 {
        u-boot,dm-pre-reloc;
 };
+
+&pinctrl_emmc {
+       u-boot,dm-pre-reloc;
+};