diff options
Diffstat (limited to 'target/linux/ramips/dts/NW718.dts')
-rw-r--r-- | target/linux/ramips/dts/NW718.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/NW718.dts b/target/linux/ramips/dts/NW718.dts index fa49bf1035..f6411c817b 100644 --- a/target/linux/ramips/dts/NW718.dts +++ b/target/linux/ramips/dts/NW718.dts @@ -9,6 +9,7 @@ palmbus@10000000 { spi@b00 { status = "okay"; + m25p80@0 { #address-cells = <1>; #size-cells = <1>; @@ -66,14 +67,17 @@ gpio-leds { compatible = "gpio-leds"; + cpu { label = "nw718:amber:cpu"; gpios = <&gpio0 13 1>; }; + usb { label = "nw718:amber:usb"; gpios = <&gpio0 8 1>; }; + wps { label = "nw718:amber:wps"; gpios = <&gpio0 14 1>; @@ -85,11 +89,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>; |