diff options
Diffstat (limited to 'target/linux/ramips/dts/WNCE2001.dts')
-rw-r--r-- | target/linux/ramips/dts/WNCE2001.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WNCE2001.dts b/target/linux/ramips/dts/WNCE2001.dts index 0421ee660b..55edbd705a 100644 --- a/target/linux/ramips/dts/WNCE2001.dts +++ b/target/linux/ramips/dts/WNCE2001.dts @@ -9,6 +9,10 @@ compatible = "netgear,wnce2001", "ralink,rt3052-soc"; model = "Netgear WNCE2001"; + aliases { + led-status = &led_power_green; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -16,7 +20,7 @@ gpio-leds { compatible = "gpio-leds"; - power-green { + led_power_green: power-green { label = "wnce2001:green:power"; gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; |