summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV452CQW.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/ARV452CQW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV452CQW.dts48
1 files changed, 26 insertions, 22 deletions
diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts
index 1905a08654..78f00d653f 100644
--- a/target/linux/lantiq/dts/ARV452CQW.dts
+++ b/target/linux/lantiq/dts/ARV452CQW.dts
@@ -9,11 +9,11 @@
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
leds {
- boot = &power0;
- failsafe = &power1;
- running = &power0;
+ boot = &power_blue;
+ failsafe = &power_red;
+ running = &power_blue;
- internet = &dsl;
+ internet = &dsl_blue;
usb = &usb;
wifi = &wifi;
};
@@ -165,65 +165,69 @@
gpio-leds {
compatible = "gpio-leds";
- power0: power0 {
- label = "power0";
+ power_blue: power0 {
+ label = "arv452cqw:blue:power";
gpios = <&gpio 3 1>;
default-state = "keep";
};
- dsl: dsl {
- label = "dsl";
+ dsl_blue: dsl {
+ label = "arv452cqw:blue:dsl";
gpios = <&gpio 4 1>;
};
isdn {
- label = "isdn";
+ label = "arv452cqw:blue:isdn";
gpios = <&gpio 5 1>;
};
- power1: power1 {
- label = "power1";
+ power_red: power1 {
+ label = "arv452cqw:red:power";
gpios = <&gpio 6 1>;
};
wps {
- label = "wps";
+ label = "arv452cqw:blue:wps";
gpios = <&gpio 7 1>;
};
wps1 {
- label = "wps1";
+ label = "arv452cqw:yellow:wps";
gpios = <&gpio 9 1>;
};
fxs1 {
- label = "fxs1";
+ label = "arv452cqw:blue:telefon1";
gpios = <&gpiomm 0 1>;
};
fxs2 {
- label = "fxs2";
+ label = "arv452cqw:blue:telefon2";
gpios = <&gpiomm 1 1>;
};
wps2 {
- label = "wps2";
+ label = "arv452cqw:red:wps";
gpios = <&gpiomm 2 1>;
};
fxo {
- label = "fxo";
+ label = "arv452cqw:blue:line";
gpios = <&gpiomm 3 1>;
};
voice {
- label = "voice";
+ label = "arv452cqw:blue:sprache";
gpios = <&gpiomm 4 1>;
};
usb: usb {
- label = "usb";
+ label = "arv452cqw:blue:usb";
gpios = <&gpiomm 5 1>;
};
wifi: wifi {
- label = "wifi";
+ label = "arv452cqw:blue:wlan";
gpios = <&gpiomm 6 1>;
};
+ /*
+ internet blue and internet red are missing
+ dsl2 and dsl3 are not referenced in manual
+ */
dsl2 {
- label = "dsl2";
+ label = "arv452cqw:yellow:dsl";
gpios = <&gpiomm 8 1>;
};
dsl3 {
- label = "dsl3";
+ label = "arv452cqw:red:dsl";
gpios = <&gpiomm 9 1>;
};
};