diff options
Diffstat (limited to 'target/linux/ramips/dts/OMNI-EMB.dts')
-rw-r--r-- | target/linux/ramips/dts/OMNI-EMB.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/OMNI-EMB.dts b/target/linux/ramips/dts/OMNI-EMB.dts index d7c5c8aced..aa3ddc42a4 100644 --- a/target/linux/ramips/dts/OMNI-EMB.dts +++ b/target/linux/ramips/dts/OMNI-EMB.dts @@ -17,10 +17,12 @@ gpio-leds { compatible = "gpio-leds"; + status { label = "emb:green:status"; gpios = <&gpio0 9 1>; }; + wlan { label = "emb:green:wlan"; gpios = <&gpio0 14 1>; @@ -32,6 +34,7 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + reset { label = "reset"; gpios = <&gpio0 12 1>; @@ -42,7 +45,6 @@ cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; |