aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/D240.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/D240.dts')
-rw-r--r--target/linux/ramips/dts/D240.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/D240.dts b/target/linux/ramips/dts/D240.dts
index 392e92d466..2432175672 100644
--- a/target/linux/ramips/dts/D240.dts
+++ b/target/linux/ramips/dts/D240.dts
@@ -42,6 +42,10 @@
compatible = "sanlinking,d240", "ralink,mt7620a-soc";
model = "Sanlinking Technologies D240";
+ aliases {
+ led-status = &led_power;
+ };
+
chosen {
bootargs = "console=ttyS0,115200";
};
@@ -67,7 +71,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ led_power: power {
label = "d240:blue:power";
gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
};