aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/FRITZ7320.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/FRITZ7320.dts')
-rw-r--r--target/linux/lantiq/dts/FRITZ7320.dts13
1 files changed, 10 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts
index 13845751e7..b5aa5e86bd 100644
--- a/target/linux/lantiq/dts/FRITZ7320.dts
+++ b/target/linux/lantiq/dts/FRITZ7320.dts
@@ -7,6 +7,13 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+ leds {
+ dsl = &power;
+ internet = &online;
+ power = &power;
+ wifi = &wlan;
+ };
};
memory@0 {
@@ -110,7 +117,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ power: power {
label = "power";
gpios = <&gpio 44 1>;
};
@@ -122,11 +129,11 @@
label = "dect";
gpios = <&gpio 38 1>;
};
- wlan {
+ wlan: wlan {
label = "wlan";
gpios = <&gpio 37 1>;
};
- online {
+ online: online {
label = "online";
gpios = <&gpio 35 1>;
};