diff options
Diffstat (limited to 'target/linux/ramips/dts/WCR150GN.dts')
-rw-r--r-- | target/linux/ramips/dts/WCR150GN.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WCR150GN.dts b/target/linux/ramips/dts/WCR150GN.dts index 2a4fa11565..66bf90149f 100644 --- a/target/linux/ramips/dts/WCR150GN.dts +++ b/target/linux/ramips/dts/WCR150GN.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"; + user { label = "wcr150gn:amber:user"; gpios = <&gpio0 12 1>; }; + power { label = "wcr150gn:amber:power"; gpios = <&gpio0 8 1>; @@ -65,11 +66,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 0 1>; |