diff options
Diffstat (limited to 'target/linux/ramips/dts/W502U.dts')
-rw-r--r-- | target/linux/ramips/dts/W502U.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/W502U.dts b/target/linux/ramips/dts/W502U.dts index 6d3282ea64..8afe74196f 100644 --- a/target/linux/ramips/dts/W502U.dts +++ b/target/linux/ramips/dts/W502U.dts @@ -22,7 +22,6 @@ cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -66,10 +65,12 @@ gpio-leds { compatible = "gpio-leds"; + usb { label = "alfa:blue:usb"; gpios = <&gpio0 13 1>; }; + wps { label = "alfa:blue:wps"; gpios = <&gpio0 14 1>; @@ -81,11 +82,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>; |