diff options
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 36d6218b2e..89029bfda0 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -86,10 +86,12 @@ gpio-leds { compatible = "gpio-leds"; + wifi { label = "linksys:orange:wifi"; gpios = <&gpio0 0 1>; }; + power { label = "linksys:white:power"; gpios = <&gpio0 9 1>; @@ -101,11 +103,13 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + wps { label = "wps"; gpios = <&gpio0 10 1>; linux,code = <0x211>; }; + reset { label = "reset"; gpios = <&gpio0 11 0>; |