diff options
Diffstat (limited to 'target/linux/ramips/dts/PSR-680W.dts')
-rw-r--r-- | target/linux/ramips/dts/PSR-680W.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/PSR-680W.dts b/target/linux/ramips/dts/PSR-680W.dts index 2297c1126c..f57c0a860a 100644 --- a/target/linux/ramips/dts/PSR-680W.dts +++ b/target/linux/ramips/dts/PSR-680W.dts @@ -9,6 +9,10 @@ compatible = "petatel,psr-680w", "ralink,rt3052-soc"; model = "Petatel PSR-680W Wireless 3G Router"; + aliases { + led-status = &led_wan; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -48,7 +52,7 @@ gpio-leds { compatible = "gpio-leds"; - wan { + led_wan: wan { label = "psr-680w:red:wan"; gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; }; |