ramips: Fix pinmux functions for MT7621
[openwrt.git] / target / linux / ramips / dts / PWH2004.dts
index bee5e0f..fc51c09 100644 (file)
@@ -18,7 +18,6 @@
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
-
                bank-width = <2>;
                device-width = <2>;
                #address-cells = <1>;
 
        gpio-leds {
                compatible = "gpio-leds";
+
                wifi {
                        label = "pwh2004:red:wifi";
                        gpios = <&gpio0 14 1>;
                };
+
                power {
                        label = "pwh2004:green:power";
                        gpios = <&gpio0 9 1>;
@@ -65,6 +66,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
+
                wps {
                        label = "wps";
                        gpios = <&gpio0 12 1>;
@@ -75,4 +77,8 @@
        esw@10110000 {
                ralink,portmap = <0x2f>;
        };
+
+       wmac@10180000 {
+               ralink,mtd-eeprom = <&factory 0>;
+       };
 };