ralink: add FireWRT button detail
[openwrt/staging/wigyori.git] / 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>;
+               };
+       };
+
 };