diff options
author | John Crispin <john@openwrt.org> | 2015-02-02 09:02:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-02 09:02:16 +0000 |
commit | 043f462be49fbf8cbe7f6752df0ba9889c732ef2 (patch) | |
tree | ebfb424d2c1185468cc0ef026f03634b8a25ad88 /target | |
parent | d725678a434b10ae662f78639a5b1b60e1707861 (diff) | |
download | upstream-043f462be49fbf8cbe7f6752df0ba9889c732ef2.tar.gz upstream-043f462be49fbf8cbe7f6752df0ba9889c732ef2.tar.bz2 upstream-043f462be49fbf8cbe7f6752df0ba9889c732ef2.zip |
ralink: add FireWRT button detail
Signed-off-by: wengbj <fl.service@t-firefly.com>
SVN-Revision: 44242
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/FIREWRT.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index faebe2fbe6..f22c885b25 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>; + }; + }; + }; |