diff options
Diffstat (limited to 'target/linux/ramips/dts/ZBT-WE1226.dts')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WE1226.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ZBT-WE1226.dts b/target/linux/ramips/dts/ZBT-WE1226.dts index 5ece7567f3..eb74a1e924 100644 --- a/target/linux/ramips/dts/ZBT-WE1226.dts +++ b/target/linux/ramips/dts/ZBT-WE1226.dts @@ -8,6 +8,10 @@ compatible = "zbtlink,zbt-we1226", "mediatek,mt7628an-soc"; model = "Zbtlink ZBT-WE1226"; + aliases { + led-status = &led_wlan; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -48,7 +52,7 @@ gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; }; - wlan { + led_wlan: wlan { label = "zbt-we1226:green:wlan"; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; }; |