summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/RT-N13U.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-04 13:31:23 +0000
committerJohn Crispin <john@openwrt.org>2013-07-04 13:31:23 +0000
commit2da37a713e8264a041353e66fa0b7aeaaee7483e (patch)
treed4117cab4c4fe6eda33660ad728381bd228798f6 /target/linux/ramips/dts/RT-N13U.dts
parentcb179cb262e13e94a9157c8d615a1c4df21cdffd (diff)
downloadmaster-31e0f0ae-2da37a713e8264a041353e66fa0b7aeaaee7483e.tar.gz
master-31e0f0ae-2da37a713e8264a041353e66fa0b7aeaaee7483e.tar.bz2
master-31e0f0ae-2da37a713e8264a041353e66fa0b7aeaaee7483e.zip
ramips: fix RT-N13U gpio buttons
https://dev.openwrt.org/ticket/13795 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37163
Diffstat (limited to 'target/linux/ramips/dts/RT-N13U.dts')
-rw-r--r--target/linux/ramips/dts/RT-N13U.dts9
1 files changed, 7 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RT-N13U.dts b/target/linux/ramips/dts/RT-N13U.dts
index 162a5c85d9..2e1a62cdc2 100644
--- a/target/linux/ramips/dts/RT-N13U.dts
+++ b/target/linux/ramips/dts/RT-N13U.dts
@@ -70,14 +70,19 @@
poll-interval = <10>;
reset {
label = "reset";
- gpios = <&gpio0 10 1>;
+ gpios = <&gpio0 4 1>;
linux,code = <0x198>;
};
wps {
label = "wps";
- gpios = <&gpio0 0 1>;
+ gpios = <&gpio0 10 1>;
linux,code = <0x211>;
};
+ rfkill {
+ label = "rfkill";
+ gpios = <&gpio0 0 1>;
+ linux,code = <0xf7>;
+ };
};
ethernet@10100000 {