diff options
Diffstat (limited to 'target/linux/ramips/dts/MLW221.dts')
-rw-r--r-- | target/linux/ramips/dts/MLW221.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MLW221.dts b/target/linux/ramips/dts/MLW221.dts index 83467dcb58..1c41f6c2eb 100644 --- a/target/linux/ramips/dts/MLW221.dts +++ b/target/linux/ramips/dts/MLW221.dts @@ -56,7 +56,6 @@ partition@fb0000 { label = "user-config"; reg = <0xfb0000 0x50000>; - }; }; }; @@ -90,10 +89,12 @@ gpio-leds { compatible = "gpio-leds"; + system { label = "kingston:blue:system"; gpios = <&gpio2 3 1>; }; + wifi { label = "kingston:blue:wifi"; gpios = <&gpio3 0 1>; @@ -105,11 +106,13 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; + reset { label = "reset"; gpios = <&gpio0 1 1>; linux,code = <0x198>; }; + system { label = "system"; gpios = <&gpio0 2 1>; |