aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/GL-MT300N-V2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/GL-MT300N-V2.dts')
-rw-r--r--target/linux/ramips/dts/GL-MT300N-V2.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/GL-MT300N-V2.dts b/target/linux/ramips/dts/GL-MT300N-V2.dts
index ada618f17b..87b1f0bb9a 100644
--- a/target/linux/ramips/dts/GL-MT300N-V2.dts
+++ b/target/linux/ramips/dts/GL-MT300N-V2.dts
@@ -9,6 +9,10 @@
compatible = "glinet,gl-mt300n-v2", "ralink,mt7620an-soc";
model = "GL-MT300N-V2";
+ aliases {
+ led-status = &led_power;
+ };
+
chosen {
bootargs = "console=ttyS0,115200";
};
@@ -21,7 +25,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ led_power: power {
label = "gl-mt300n-v2:green:power";
default-state = "on";
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;