diff options
Diffstat (limited to 'target/linux/ramips/dts/W306R_V20.dts')
-rw-r--r-- | target/linux/ramips/dts/W306R_V20.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/W306R_V20.dts b/target/linux/ramips/dts/W306R_V20.dts index fe505b4fc0..72b6ed830e 100644 --- a/target/linux/ramips/dts/W306R_V20.dts +++ b/target/linux/ramips/dts/W306R_V20.dts @@ -9,7 +9,6 @@ cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -62,10 +61,12 @@ gpio-leds { compatible = "gpio-leds"; + sys { label = "w306r-v20:green:sys"; gpios = <&gpio0 9 1>; }; + wps { label = "w306r-v20:green:wps"; gpios = <&gpio0 13 1>; @@ -77,6 +78,7 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + reset { label = "RESET/WPS"; gpios = <&gpio0 10 1>; |