summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/WBMR.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/WBMR.dts')
-rw-r--r--target/linux/lantiq/dts/WBMR.dts21
1 files changed, 15 insertions, 6 deletions
diff --git a/target/linux/lantiq/dts/WBMR.dts b/target/linux/lantiq/dts/WBMR.dts
index 60a7508917..dc23032ff2 100644
--- a/target/linux/lantiq/dts/WBMR.dts
+++ b/target/linux/lantiq/dts/WBMR.dts
@@ -7,6 +7,15 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+ leds {
+ dsl = &dsl;
+ internet = &online;
+ power = &power;
+ power2 = &power2;
+ usb = &usb;
+ wifi = &wifi;
+ };
};
memory@0 {
@@ -127,11 +136,11 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ power: power {
label = "power";
gpios = <&gpio 1 1>;
};
- power2 {
+ power2: power2 {
label = "power2";
gpios = <&gpio 5 1>;
};
@@ -139,15 +148,15 @@
label = "security";
gpios = <&gpio 14 1>;
};
- wifi {
+ wifi: wifi {
label = "wifi";
gpios = <&gpio 15 1>;
};
- dsl {
+ dsl: dsl {
label = "dsl";
gpios = <&gpio 16 1>;
};
- online {
+ online: online {
label = "online";
gpios = <&gpio 17 1>;
};
@@ -159,7 +168,7 @@
label = "movie";
gpios = <&gpio 20 1>;
};
- usb {
+ usb: usb {
label = "usb";
gpios = <&gpio 28 1>;
default-state = "on";