summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV7525PW.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/ARV7525PW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV7525PW.dts16
1 files changed, 12 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/ARV7525PW.dts b/target/linux/lantiq/dts/ARV7525PW.dts
index 57aa59cd16..d434556244 100644
--- a/target/linux/lantiq/dts/ARV7525PW.dts
+++ b/target/linux/lantiq/dts/ARV7525PW.dts
@@ -7,6 +7,14 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+ leds {
+ dsl = &power;
+ internet = &online;
+ power = &power;
+ power1 = &power1;
+ wifi = &wifi;
+ };
};
memory@0 {
@@ -114,15 +122,15 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ power: power {
label = "power";
gpios = <&gpio 3 1>;
};
- power1 {
+ power1: power1 {
label = "power1";
gpios = <&gpio 4 1>;
};
- online {
+ online: online {
label = "online";
gpios = <&gpio 5 1>;
};
@@ -134,7 +142,7 @@
label = "voice2";
gpios = <&gpio 8 1>;
};
- wifi {
+ wifi: wifi {
label = "wifi";
gpios = <&gpio 9 1>;
};