summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV7510PW22.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/ARV7510PW22.dts')
-rw-r--r--target/linux/lantiq/dts/ARV7510PW22.dts12
1 files changed, 9 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/ARV7510PW22.dts b/target/linux/lantiq/dts/ARV7510PW22.dts
index 24c396d8bb..6c534a920b 100644
--- a/target/linux/lantiq/dts/ARV7510PW22.dts
+++ b/target/linux/lantiq/dts/ARV7510PW22.dts
@@ -7,6 +7,12 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+ leds {
+ internet = &internet;
+ power = &power;
+ wifi = &wlan;
+ };
};
memory@0 {
@@ -155,15 +161,15 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ power: power {
label = "power";
gpios = <&gpio 2 1>;
};
- internet {
+ internet: internet {
label = "internet";
gpios = <&gpio 4 1>;
};
- wlan {
+ wlan: wlan {
label = "wlan";
gpios = <&gpio 10 1>;
};