ramips: improve edimax 6200n/nl support

Assign the reset functionality to the wps/reset buttons. Use the wlan
switch of the 6200n to enable/disable wlan.

Add the internet led of the 6200nl and use the led for boot status
indication

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2016-09-27 07:16:16 +02:00
parent 51bca43f39
commit 6391af2f1f
4 changed files with 20 additions and 12 deletions

View File

@@ -69,16 +69,16 @@
#size-cells = <0>;
poll-interval = <20>;
wps {
label = "wps";
reset {
label = "reset";
gpios = <&gpio0 12 1>;
linux,code = <0x211>;
linux,code = <0x198>;
};
wlanswitch {
rfkill {
label = "wlanswitch";
gpios = <&gpio0 13 1>;
linux,code = <0x100>;
linux,code = <0xf7>;
};
};
};

View File

@@ -47,8 +47,13 @@
gpio-leds {
compatible = "gpio-leds";
internet {
label = "3g-6200nl:green:internet";
gpios = <&gpio0 9 1>;
};
wlan {
label = "3g-6200nl:amber:wlan";
label = "3g-6200nl:green:wlan";
gpios = <&gpio0 14 1>;
};
};
@@ -59,10 +64,10 @@
#size-cells = <0>;
poll-interval = <20>;
wps {
label = "wps";
reset {
label = "reset";
gpios = <&gpio0 12 1>;
linux,code = <0x211>;
linux,code = <0x198>;
};
};
};