summaryrefslogtreecommitdiff
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-02 09:02:16 +0000
committerJohn Crispin <john@openwrt.org>2015-02-02 09:02:16 +0000
commit043f462be49fbf8cbe7f6752df0ba9889c732ef2 (patch)
treeebfb424d2c1185468cc0ef026f03634b8a25ad88 /target/linux/ramips
parentd725678a434b10ae662f78639a5b1b60e1707861 (diff)
downloadmtk-20170518-043f462be49fbf8cbe7f6752df0ba9889c732ef2.zip
mtk-20170518-043f462be49fbf8cbe7f6752df0ba9889c732ef2.tar.gz
mtk-20170518-043f462be49fbf8cbe7f6752df0ba9889c732ef2.tar.bz2
ralink: add FireWRT button detail
Signed-off-by: wengbj <fl.service@t-firefly.com> SVN-Revision: 44242
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index faebe2f..f22c885 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -92,4 +92,16 @@
};
};
+ gpio-keys-polled {
+ compatible = "gpio-keys-polled";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ poll-interval = <20>;
+ wps {
+ label = "wps";
+ gpios = <&gpio0 18 1>;
+ linux,code = <0x211>;
+ };
+ };
+
};