diff options
Diffstat (limited to 'target/linux/ramips/dts/AI-BR100.dts')
-rw-r--r-- | target/linux/ramips/dts/AI-BR100.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AI-BR100.dts b/target/linux/ramips/dts/AI-BR100.dts index b0100f63bb..819a2449a0 100644 --- a/target/linux/ramips/dts/AI-BR100.dts +++ b/target/linux/ramips/dts/AI-BR100.dts @@ -9,6 +9,10 @@ compatible = "aigale,ai-br100", "ralink,mt7620a-soc"; model = "Aigale Ai-BR100"; + aliases { + led-status = &led_wlan; + }; + gpio-leds { compatible = "gpio-leds"; @@ -17,7 +21,7 @@ gpios = <&gpio2 4 GPIO_ACTIVE_LOW>; }; - wlan { + led_wlan: wlan { label = "ai-br100:blue:wlan"; gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; }; |