diff options
Diffstat (limited to 'target/linux/ramips/dts/SL-R7205.dts')
-rw-r--r-- | target/linux/ramips/dts/SL-R7205.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/SL-R7205.dts b/target/linux/ramips/dts/SL-R7205.dts index 574de55b49..a6d9cc8871 100644 --- a/target/linux/ramips/dts/SL-R7205.dts +++ b/target/linux/ramips/dts/SL-R7205.dts @@ -18,7 +18,6 @@ cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -62,6 +61,7 @@ gpio-leds { compatible = "gpio-leds"; + wifi { label = "sl-r7205:green:wifi"; gpios = <&gpio0 7 1>; @@ -73,11 +73,13 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + reset { label = "reset"; gpios = <&gpio0 10 1>; linux,code = <0x198>; }; + wps { label = "wps"; gpios = <&gpio0 0 1>; |