ramips: fix size-cells on spi nodes
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WT3020-4M.dts
index 7583680099addc952e418d205b753a82d6e02af6..f611cdfce9a73fe0ca71c2e2812d25ab4a21a633 100644 (file)
 /dts-v1/;
 
-/include/ "mt7620n.dtsi"
+#include "mt7620n.dtsi"
 
 / {
        compatible = "wt3020", "ralink,mt7620n-soc";
        model = "Nexx WT3020";
 
-       palmbus@10000000 {
-                gpio2: gpio@660 {
-                        status = "okay";
-                };
-
-                gpio3: gpio@688 {
-                        status = "okay";
-                };
-
-               spi@b00 {
-                       status = "okay";
-
-                       m25p80@0 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               compatible = "w25q32";
-                               reg = <0 0>;
-                               linux,modalias = "m25p80", "w25q32";
-                               spi-max-frequency = <10000000>;
-
-                               partition@0 {
-                                       label = "u-boot";
-                                       reg = <0x0 0x30000>;
-                                       read-only;
-                               };
-
-                               partition@30000 {
-                                       label = "u-boot-env";
-                                       reg = <0x30000 0x10000>;
-                                       read-only;
-                               };
-
-                               factory: partition@40000 {
-                                       label = "factory";
-                                       reg = <0x40000 0x10000>;
-                                       read-only;
-                               };
-
-                               partition@50000 {
-                                       label = "firmware";
-                                       reg = <0x50000 0x3b0000>;
-                               };
-                       };
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               poll-interval = <20>;
+
+               reset {
+                       label = "reset";
+                       gpios = <&gpio0 1 1>;
+                       linux,code = <0x198>;
                };
        };
 
-       ehci@101c0000 {
-               status = "okay";
-       };
+       gpio-leds {
+               compatible = "gpio-leds";
 
-       ohci@101c1000 {
-               status = "okay";
+               power {
+                       label = "wt3020:blue:power";
+                       gpios = <&gpio3 0 0>;
+               };
        };
+};
 
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x4>;
-               ralink,port-map = "wllll";
-       };
+&gpio2 {
+       status = "okay";
+};
 
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
+&gpio3 {
+       status = "okay";
+};
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       default {
-                               ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
+&spi0 {
+       status = "okay";
 
-       gpio-keys-polled {
-               compatible = "gpio-keys-polled";
+       m25p80@0 {
                #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <20>;
-               reset {
-                       label = "reset";
-                       gpios = <&gpio0 1 1>;
-                       linux,code = <0x198>;
+               #size-cells = <1>;
+               compatible = "jedec,spi-nor";
+               reg = <0>;
+               linux,modalias = "m25p80", "w25q32";
+               spi-max-frequency = <10000000>;
+
+               partition@0 {
+                       label = "u-boot";
+                       reg = <0x0 0x30000>;
+                       read-only;
+               };
+
+               partition@30000 {
+                       label = "u-boot-env";
+                       reg = <0x30000 0x10000>;
+                       read-only;
+               };
+
+               factory: partition@40000 {
+                       label = "factory";
+                       reg = <0x40000 0x10000>;
+                       read-only;
+               };
+
+               partition@50000 {
+                       label = "firmware";
+                       reg = <0x50000 0x3b0000>;
                };
        };
+};
+
+&ehci {
+       status = "okay";
+};
 
-        gpio-leds {
-                compatible = "gpio-leds";
-                power {
-                        label = "nexx:blue:power";
-                        gpios = <&gpio3 0 0>;
-                };
-        };
+&ohci {
+       status = "okay";
+};
+
+&ethernet {
+       mtd-mac-address = <&factory 0x4>;
+       mediatek,portmap = "wllll";
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};
+
+&pinctrl {
+       state_default: pinctrl0 {
+               default {
+                       ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
+                       ralink,function = "gpio";
+               };
+       };
 };