aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/EX3700.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/EX3700.dts')
-rw-r--r--target/linux/ramips/dts/EX3700.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/EX3700.dts b/target/linux/ramips/dts/EX3700.dts
index 18079ea79c..5dd6929b8c 100644
--- a/target/linux/ramips/dts/EX3700.dts
+++ b/target/linux/ramips/dts/EX3700.dts
@@ -11,6 +11,10 @@
compatible = "netgear,ex3700", "ralink,mt7620a-soc";
model = "Netgear EX3700/EX3800";
+ aliases {
+ led-status = &led_power_green;
+ };
+
chosen {
bootargs = "console=ttyS0,57600";
};
@@ -18,7 +22,7 @@
gpio-leds {
compatible = "gpio-leds";
- power_g {
+ led_power_green: power_g {
label = "ex3700:green:power";
gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
default-state = "on";