ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / zynq-zc706.dts
index cefee253fb06a08316ac269aaef0b656f8bd994d..d342306293b42626e310946bb49701ca938ad1b2 100644 (file)
@@ -21,7 +21,7 @@
                mmc0 = &sdhci0;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
@@ -50,6 +50,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
        };
 };
 
+&qspi {
+       u-boot,dm-pre-reloc;
+       status = "okay";
+};
+
 &sdhci0 {
        u-boot,dm-pre-reloc;
        status = "okay";
        pinctrl-0 = <&pinctrl_uart1_default>;
 };
 
-&qspi {
-       u-boot,dm-pre-reloc;
-       status = "okay";
-};
-
 &usb0 {
        status = "okay";
        dr_mode = "host";