X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fdts%2FFRITZ7320.dts;h=0a307b97a2cd87eb73a5457026ec04f907757f92;hb=ae8fc2f654d25484f383e685792b413458a8021e;hp=2a7b76693d60c90f54e9554b352f4dcedf995e63;hpb=0d768032439537aa7c613da6ad0026fe902d2caa;p=openwrt.git diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index 2a7b76693d..0a307b97a2 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -7,6 +7,16 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + boot = &power; + failsafe = &power; + running = &power; + + dsl = &power; + internet = &online; + wifi = &wlan; + }; }; memory@0 { @@ -18,7 +28,7 @@ nor-boot@0 { compatible = "lantiq,nor"; bank-width = <2>; - reg = <0 0x0 0x800000>; + reg = <0 0x0 0x1000000>; #address-cells = <1>; #size-cells = <1>; @@ -29,7 +39,7 @@ }; partition@20000 { - label = "linux"; + label = "firmware"; reg = <0x20000 0xf60000>; }; @@ -95,7 +105,7 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <100>; - + rfkill { label = "rfkill"; gpios = <&gpio 1 1>; @@ -110,9 +120,10 @@ gpio-leds { compatible = "gpio-leds"; - power { + power: power { label = "power"; gpios = <&gpio 44 1>; + default-state = "keep"; }; voice { label = "voice"; @@ -122,11 +133,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>; };