ralink: add FireWRT button detail
authorJohn Crispin <john@openwrt.org>
Mon, 2 Feb 2015 09:02:16 +0000 (09:02 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Feb 2015 09:02:16 +0000 (09:02 +0000)
Signed-off-by: wengbj <fl.service@t-firefly.com>
SVN-Revision: 44242

target/linux/ramips/dts/FIREWRT.dts

index faebe2fbe69906d8f9035a5026a7bc1958570a34..f22c885b2570937b3bee9e71b57c229c2c3128f6 100644 (file)
                };
        };
 
+       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>;
+               };
+       };
+
 };