diff options
Diffstat (limited to 'target/linux/lantiq/dts/ARV752DPW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW.dts | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts index 8848c71cf7..a26779a2a2 100644 --- a/target/linux/lantiq/dts/ARV752DPW.dts +++ b/target/linux/lantiq/dts/ARV752DPW.dts @@ -7,6 +7,13 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + internet = &internet; + power = &power; + power1 = &power1; + wifi = &wifi; + }; }; memory@0 { @@ -170,11 +177,11 @@ gpio-leds { compatible = "gpio-leds"; - power1 { + power1: power1 { label = "power1"; gpios = <&gpio 3 1>; }; - internet { + internet: internet { label = "internet"; gpios = <&gpio 4 1>; }; @@ -182,7 +189,7 @@ label = "message"; gpios = <&gpio 5 1>; }; - power { + power: power { label = "power"; gpios = <&gpio 6 1>; default-state = "keep"; @@ -195,7 +202,7 @@ label = "umts"; gpios = <&gpiomm 3 1>; }; - wifi { + wifi: wifi { label = "wifi"; gpios = <&gpiomm 4 1>; }; |