diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-06-30 15:18:03 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-06-30 17:12:38 +0200 |
commit | 103ed00cfb370236c3e96e427d5feb643a8d7c8e (patch) | |
tree | 1e41c04135a82162d5d2f3ce9b027e7fb48543df /target/linux/ramips/dts/DIR-860L-B1.dts | |
parent | fa9811814a97fbd0d01cce5e7faf955e7e2c407c (diff) | |
download | mtk-20170518-103ed00cfb370236c3e96e427d5feb643a8d7c8e.zip mtk-20170518-103ed00cfb370236c3e96e427d5feb643a8d7c8e.tar.gz mtk-20170518-103ed00cfb370236c3e96e427d5feb643a8d7c8e.tar.bz2 |
ramips: add button support and make LEDs known to userspace for DIR-860L B1
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Reviewed-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips/dts/DIR-860L-B1.dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-860L-B1.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts index b6336d8..579df58 100644 --- a/target/linux/ramips/dts/DIR-860L-B1.dts +++ b/target/linux/ramips/dts/DIR-860L-B1.dts @@ -44,6 +44,18 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + + reset { + label = "reset"; + gpios = <&gpio0 7 1>; + linux,code = <0x198>; + }; + + wps { + label = "wps"; + gpios = <&gpio0 18 1>; + linux,code = <0x211>; + }; }; }; |