X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fdts%2FFRITZ7320.dts;fp=target%2Flinux%2Flantiq%2Fdts%2FFRITZ7320.dts;h=b5aa5e86bd58154c7afe58503d9332041fdb5663;hp=13845751e7b33531860a40498077bc2df3df8282;hb=a3042500ab1114bae29ae55071aa3f26fd19c0a4;hpb=5b6f0250f644756c573557add4b103ecf7560dec diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index 13845751e7..b5aa5e86bd 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -7,6 +7,13 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + dsl = &power; + internet = &online; + power = &power; + wifi = &wlan; + }; }; memory@0 { @@ -110,7 +117,7 @@ gpio-leds { compatible = "gpio-leds"; - power { + power: power { label = "power"; gpios = <&gpio 44 1>; }; @@ -122,11 +129,11 @@ label = "dect"; gpios = <&gpio 38 1>; }; - wlan { + wlan: wlan { label = "wlan"; gpios = <&gpio 37 1>; }; - online { + online: online { label = "online"; gpios = <&gpio 35 1>; };