ralink: add FireWRT button detail
[openwrt.git] / target / linux / ramips / dts / FIREWRT.dts
index faebe2f..f22c885 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>;
+               };
+       };
+
 };