diff options
Diffstat (limited to 'target/linux/ramips/dts/HT-TM02.dts')
-rw-r--r-- | target/linux/ramips/dts/HT-TM02.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/HT-TM02.dts b/target/linux/ramips/dts/HT-TM02.dts index a287472501..fa93836d43 100644 --- a/target/linux/ramips/dts/HT-TM02.dts +++ b/target/linux/ramips/dts/HT-TM02.dts @@ -9,10 +9,14 @@ compatible = "hootoo,ht-tm02", "ralink,rt5350-soc"; model = "HooToo HT-TM02"; + aliases { + led-status = &led_wlan; + }; + gpio-leds { compatible = "gpio-leds"; - wlan { + led_wlan: wlan { label = "ht-tm02:blue:wlan"; gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; }; |