diff options
Diffstat (limited to 'target/linux/ramips/dts/MicroWRT.dts')
-rw-r--r-- | target/linux/ramips/dts/MicroWRT.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MicroWRT.dts b/target/linux/ramips/dts/MicroWRT.dts index f6e81ddc13..ac660d496b 100644 --- a/target/linux/ramips/dts/MicroWRT.dts +++ b/target/linux/ramips/dts/MicroWRT.dts @@ -93,15 +93,17 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + reset { label = "reset"; gpios = <&gpio0 1 1>; linux,code = <0x198>; }; + wps { label = "wps"; gpios = <&gpio0 2 1>; linux,code = <0x211>; }; }; - }; +}; |