diff options
Diffstat (limited to 'target/linux/ramips/dts/DCS-930.dts')
-rw-r--r-- | target/linux/ramips/dts/DCS-930.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DCS-930.dts b/target/linux/ramips/dts/DCS-930.dts index 3d0cf1db5e..d544d21087 100644 --- a/target/linux/ramips/dts/DCS-930.dts +++ b/target/linux/ramips/dts/DCS-930.dts @@ -18,7 +18,6 @@ cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x400000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -60,14 +59,17 @@ gpio-leds { compatible = "gpio-leds"; + wifi { label = "d-link:red:alert"; gpios = <&gpio0 8 1>; }; + power { label = "d-link:green:status"; gpios = <&gpio0 9 1>; }; + wps { label = "d-link:blue:wps"; gpios = <&gpio0 13 1>; @@ -85,6 +87,7 @@ gpios = <&gpio0 0 1>; linux,code = <0x101>; }; + reset { label = "reset"; gpios = <&gpio0 10 1>; |