ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL
[oweals/u-boot.git] / arch / arm / dts / zynq-zed.dts
index 363049085fb15a342b3e54fb091612f3d49a15ff..a9ff0e6fa8145359ffa88cde2c5fb88dd61e8f03 100644 (file)
                ethernet0 = &gem0;
                serial0 = &uart1;
                spi0 = &qspi;
+               mmc0 = &sdhci0;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x20000000>;
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
 
        ethernet_phy: ethernet-phy@0 {
                reg = <0>;
+               device_type = "ethernet-phy";
        };
 };
 
-&sdhci0 {
+&qspi {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };
 
-&uart1 {
+&sdhci0 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };
 
-&qspi {
+&uart1 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };