X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fdts%2FARV452CQW.dts;h=78f00d653fe9e2769354616dfb973eb3c7cb68de;hp=1905a0865432e39b5ab6e5881c33aa678d1d0a48;hb=3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0;hpb=4cf3fd49fcb73655561cb2bea6315e3a3790b076 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>; }; };