ramips: fix size-cells on spi nodes
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / AWM002.dtsi
index 5fe2faade8fafe76abfa5ad1b28f4aa9af1892f8..bb18a7c27a9f53862e486e8dce38cfd79c59cb14 100644 (file)
@@ -1,87 +1,76 @@
-/dts-v1/;
-
-/include/ "rt5350.dtsi"
+#include "rt5350.dtsi"
 
 / {
        compatible = "AWM002", "ralink,rt5350-soc";
        model = "AsiaRF AWM002";
 
-       palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
-                       ralink,gpiomux = "i2c";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
-               };
+       gpio-leds {
+               compatible = "gpio-leds";
 
-               gpio0: gpio@600 {
-                       status = "okay";
+               ld1 {
+                       label = "awm002:green:ld1";
+                       gpios = <&gpio0 0 1>;
                };
 
-               spi@b00 {
-                       status = "okay";
-                       m25p80@0 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               reg = <0 0>;
-                               spi-max-frequency = <10000000>;
+               ld2 {
+                       label = "awm002:green:ld2";
+                       gpios = <&gpio0 1 1>;
+               };
+       };
+};
 
-                               partition@0 {
-                                       label = "u-boot";
-                                       reg = <0x0 0x30000>;
-                                       read-only;
-                               };
+&spi0 {
+       status = "okay";
 
-                               partition@30000 {
-                                       label = "u-boot-env";
-                                       reg = <0x30000 0x10000>;
-                                       read-only;
-                               };
+       m25p80: m25p80@0 {
+               #address-cells = <1>;
+               #size-cells = <1>;
+               reg = <0>;
+               compatible = "jedec,spi-nor";
+               spi-max-frequency = <10000000>;
 
-                               factory: partition@40000 {
-                                       label = "factory";
-                                       reg = <0x40000 0x10000>;
-                                       read-only;
-                               };
+               partition@0 {
+                       label = "u-boot";
+                       reg = <0x0 0x30000>;
+                       read-only;
+               };
 
-                               partition@50000 {
-                                       label = "firmware";
-                                       reg = <0x50000 0x1fb0000>;
-                               };
-                       };
+               partition@30000 {
+                       label = "u-boot-env";
+                       reg = <0x30000 0x10000>;
+                       read-only;
                };
-       };
 
-       ethernet@10100000 {
-               status = "okay";
-       };
+               factory: partition@40000 {
+                       label = "factory";
+                       reg = <0x40000 0x10000>;
+                       read-only;
+               };
 
-       esw@10110000 {
-               status = "okay";
-               ralink,portmap = <0x3f>;
+               partition@50000 {
+                       label = "firmware";
+                       reg = <0x50000 0x1fb0000>;
+               };
        };
+};
 
-       wmac@10180000 {
-               status = "okay";
+&pinctrl {
+       state_default {
+               gpio {
+                       ralink,group = "i2c", "jtag";
+                       ralink,function = "gpio";
+               };
        };
+};
 
-       ehci@101c0000 {
-               status = "okay";
-       };
+&esw {
+       mediatek,portmap = <0x3f>;
+};
 
-       ohci@101c1000 {
-               status = "okay";
-       };
+&ehci {
+       status = "okay";
+};
 
-       gpio-leds {
-               compatible = "gpio-leds";
-               ld1 {
-                       label = "asiarf:green:ld1";
-                       gpios = <&gpio0 0 1>;
-               };
-               ld2 {
-                       label = "asiarf:green:ld2";
-                       gpios = <&gpio0 1 1>;
-               };
-       };
+&ohci {
+       status = "okay";
 };