aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/AR725W.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/AR725W.dts')
-rw-r--r--target/linux/ramips/dts/AR725W.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AR725W.dts b/target/linux/ramips/dts/AR725W.dts
index ae5034edee..540c976d2b 100644
--- a/target/linux/ramips/dts/AR725W.dts
+++ b/target/linux/ramips/dts/AR725W.dts
@@ -9,6 +9,10 @@
compatible = "airlink101,ar725w", "ralink,rt2880-soc";
model = "Airlink101 AR725W";
+ aliases {
+ led-status = &led_power;
+ };
+
cfi@bdc00000 {
compatible = "cfi-flash";
reg = <0xbc400000 0x800000>;
@@ -42,7 +46,7 @@
gpio-leds {
compatible = "gpio-leds";
- status {
+ led_power: power {
label = "ar725w:green:power";
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
};