diff options
Diffstat (limited to 'target/linux/lantiq/dts/BTHOMEHUBV3A.dts')
-rw-r--r-- | target/linux/lantiq/dts/BTHOMEHUBV3A.dts | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts index 1ae9840fcb..229a85f3ed 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts @@ -7,6 +7,11 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + internet = &broadband_blue; + wifi = &wireless_blue; + }; }; memory@0 { /* RAM: Samsung K4H511638F-LC 64MB */ @@ -174,7 +179,7 @@ label = "soc:orange:wireless"; gpios = <&gpio 6 1>; }; - wireless-blue { + wireless_blue: wireless-blue { label = "soc:blue:wireless"; gpios = <&gpio 9 1>; }; @@ -187,7 +192,7 @@ label = "soc:orange:broadband"; gpios = <&gpio 0 1>; }; - broadband-blue { + broadband_blue: broadband-blue { label = "soc:blue:broadband"; gpios = <&gpio 12 1>; }; @@ -200,7 +205,7 @@ label = "soc:orange:power"; gpios = <&gpio 5 1>; }; - power-blue { + ppower-blue { label = "soc:blue:power"; gpios = <&gpio 1 1>; }; |