diff options
Diffstat (limited to 'target/linux/ramips/dts/WL-330N.dts')
-rw-r--r-- | target/linux/ramips/dts/WL-330N.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WL-330N.dts b/target/linux/ramips/dts/WL-330N.dts index 0eb7b7ff78..b3599403ef 100644 --- a/target/linux/ramips/dts/WL-330N.dts +++ b/target/linux/ramips/dts/WL-330N.dts @@ -9,6 +9,10 @@ compatible = "asus,wl-330n", "ralink,rt3050-soc"; model = "Asus WL-330N"; + aliases { + led-status = &led_power; + }; + gpio-leds { compatible = "gpio-leds"; @@ -17,7 +21,7 @@ gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; - power { + led_power: power { label = "wl-330n:blue:power"; gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; |