mirror of https://github.com/hak5/openwrt.git
ramips: fix RT-N13U gpio buttons
https://dev.openwrt.org/ticket/13795 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37163lede-17.01
parent
cb179cb262
commit
2da37a713e
|
@ -70,14 +70,19 @@
|
||||||
poll-interval = <10>;
|
poll-interval = <10>;
|
||||||
reset {
|
reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&gpio0 10 1>;
|
gpios = <&gpio0 4 1>;
|
||||||
linux,code = <0x198>;
|
linux,code = <0x198>;
|
||||||
};
|
};
|
||||||
wps {
|
wps {
|
||||||
label = "wps";
|
label = "wps";
|
||||||
gpios = <&gpio0 0 1>;
|
gpios = <&gpio0 10 1>;
|
||||||
linux,code = <0x211>;
|
linux,code = <0x211>;
|
||||||
};
|
};
|
||||||
|
rfkill {
|
||||||
|
label = "rfkill";
|
||||||
|
gpios = <&gpio0 0 1>;
|
||||||
|
linux,code = <0xf7>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet@10100000 {
|
ethernet@10100000 {
|
||||||
|
|
Loading…
Reference in New Issue