ralink: add FireWRT button detail

Signed-off-by: wengbj <fl.service@t-firefly.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44242 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2015-02-02 09:02:16 +00:00
parent 4b21f8fd9c
commit c532af473b
1 changed files with 12 additions and 0 deletions

View File

@ -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>;
};
};
}; };