diff options
Diffstat (limited to 'target/linux/ramips/dts/PWH2004.dts')
-rw-r--r-- | target/linux/ramips/dts/PWH2004.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/PWH2004.dts b/target/linux/ramips/dts/PWH2004.dts index f94370f39c..fc51c09018 100644 --- a/target/linux/ramips/dts/PWH2004.dts +++ b/target/linux/ramips/dts/PWH2004.dts @@ -18,7 +18,6 @@ cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -50,10 +49,12 @@ gpio-leds { compatible = "gpio-leds"; + wifi { label = "pwh2004:red:wifi"; gpios = <&gpio0 14 1>; }; + power { label = "pwh2004:green:power"; gpios = <&gpio0 9 1>; @@ -65,6 +66,7 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + wps { label = "wps"; gpios = <&gpio0 12 1>; |