summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/dts/ARV452CQW.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-01 21:18:54 +0000
committerJohn Crispin <john@openwrt.org>2016-01-01 21:18:54 +0000
commit3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0 (patch)
treed5d4c3d0422d731a2753c83a624f622dd91b469d /target/linux/lantiq/dts/ARV452CQW.dts
parent4cf3fd49fcb73655561cb2bea6315e3a3790b076 (diff)
downloadmtk-20170518-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.zip
mtk-20170518-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.gz
mtk-20170518-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.bz2
lantiq: use devicename:colour:function led naming scheme
The leds of the following boards are not renamed due to lack of manuals/informations: - ARV7519PW - ARV7510PW22 - ARV4510PW The leds of the ARV4518PWR01* boards are unchanged, since the leds doesn't match the leds from the manual or pictures (e.g. there shouldn't be a wps led). Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48042
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 1905a08..78f00d6 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>;
};
};