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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user