ramips: add support for indicating the boot state using multiple leds
[openwrt/openwrt.git] / target / linux / ramips / dts / WT3020-8M.dts
index 7b6920ad18b0801a3e8fcaf69e6a9208792253d7..7e75ad3a53fe6d8c073e8f6babcfbc1ef5b3d133 100644 (file)
 /dts-v1/;
 
-/include/ "mt7620n.dtsi"
+#include "WT3020.dtsi"
 
 / {
-       compatible = "wt3020", "ralink,mt7620n-soc";
-       model = "Nexx WT3020";
-
-       palmbus@10000000 {
-               gpio2: gpio@660 {
-                       status = "okay";
-               };
-
-               gpio3: gpio@688 {
-                       status = "okay";
-               };
+       compatible = "nexx,wt3020-8m", "nexx,wt3020", "ralink,mt7620n-soc";
+       model = "Nexx WT3020 (8M)";
+};
 
-               spi@b00 {
-                       status = "okay";
+&ehci {
+       status = "okay";
+};
 
-                       m25p80@0 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               compatible = "w25q64";
-                               reg = <0 0>;
-                               linux,modalias = "m25p80", "w25q64";
-                               spi-max-frequency = <10000000>;
+&ohci {
+       status = "okay";
+};
 
-                               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@0 {
+               compatible = "jedec,spi-nor";
+               reg = <0>;
+               spi-max-frequency = <10000000>;
 
-                               factory: partition@40000 {
-                                       label = "factory";
-                                       reg = <0x40000 0x10000>;
-                                       read-only;
-                               };
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
 
-                               partition@50000 {
-                                       label = "firmware";
-                                       reg = <0x50000 0x7b0000>;
-                               };
+                       partition@0 {
+                               label = "u-boot";
+                               reg = <0x0 0x30000>;
+                               read-only;
                        };
-               };
-       };
-
-       ehci@101c0000 {
-               status = "okay";
-       };
-
-       ohci@101c1000 {
-               status = "okay";
-       };
 
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x4>;
-               mediatek,portmap = "wllll";
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
-
-       pinctrl {
-               state_default: pinctrl0 {
-                       default {
-                               ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
-                               ralink,function = "gpio";
+                       partition@30000 {
+                               label = "u-boot-env";
+                               reg = <0x30000 0x10000>;
+                               read-only;
                        };
-               };
-       };
 
-       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>;
-               };
-       };
-
-       gpio-leds {
-               compatible = "gpio-leds";
+                       factory: partition@40000 {
+                               label = "factory";
+                               reg = <0x40000 0x10000>;
+                               read-only;
+                       };
 
-               power {
-                       label = "wt3020:blue:power";
-                       gpios = <&gpio3 0 0>;
+                       partition@50000 {
+                               label = "firmware";
+                               reg = <0x50000 0x7b0000>;
+                       };
                };
        };
 };