ath79: rearrange nand node by register address
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar934x.dtsi
index 0451960a60a4e69ab384f4a256c1c02445607f9d..763d1c8afeaa685879c4ae20bd3d641eccf69b3e 100644 (file)
                        };
                };
 
-               nand: nand@1b000200 {
-                       compatible = "qca,ar934x-nand";
-                       reg = <0x1b000200 0xb8>;
-
-                       interrupts = <21>;
-                       interrupt-parent = <&miscintc>;
-
-                       resets = <&rst 14>;
-                       reset-names = "nand";
-
-                       nand-ecc-mode = "hw";
-
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-
-                       status = "disabled";
-               };
-
                gmac: gmac@18070000 {
                        compatible = "qca,ar9340-gmac";
                        reg = <0x18070000 0x14>;
                        status = "disabled";
                };
 
+               nand: nand@1b000200 {
+                       compatible = "qca,ar934x-nand";
+                       reg = <0x1b000200 0xb8>;
+
+                       interrupts = <21>;
+                       interrupt-parent = <&miscintc>;
+
+                       resets = <&rst 14>;
+                       reset-names = "nand";
+
+                       nand-ecc-mode = "hw";
+
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       status = "disabled";
+               };
+
                spi: spi@1f000000 {
                        compatible = "qca,ar934x-spi";
                        reg = <0x1f000000 0x1c>;