diff options
Diffstat (limited to 'target/linux/lantiq/dts/DGN1000B.dts')
-rw-r--r-- | target/linux/lantiq/dts/DGN1000B.dts | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/DGN1000B.dts b/target/linux/lantiq/dts/DGN1000B.dts index 199d3a9ec6..d5d7b98d63 100644 --- a/target/linux/lantiq/dts/DGN1000B.dts +++ b/target/linux/lantiq/dts/DGN1000B.dts @@ -7,6 +7,12 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + dsl = &dsl; + internet = &online; + power = &power; + }; }; memory@0 { @@ -108,12 +114,12 @@ gpio-leds { compatible = "gpio-leds"; - dsl { + dsl: dsl { label = "dsl"; gpios = <&gpio 1 1>; default-state = "on"; }; - online { + online: online { label = "online"; gpios = <&gpio 2 1>; default-state = "on"; @@ -128,7 +134,7 @@ gpios = <&gpio 4 1>; default-state = "on"; }; - power { + power: power { label = "power"; gpios = <&gpio 13 1>; default-state = "on"; |