Enable the led controller in the device tree
of the board bcm963158.

Signed-off-by: Philippe Reynes <philippe.rey...@softathome.com>
---
Changelog:
v2:
- no change

 arch/arm/dts/bcm963158.dts | 49 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/arch/arm/dts/bcm963158.dts b/arch/arm/dts/bcm963158.dts
index dc5afb5..15e87de 100644
--- a/arch/arm/dts/bcm963158.dts
+++ b/arch/arm/dts/bcm963158.dts
@@ -29,3 +29,52 @@
        u-boot,dm-pre-reloc;
        status = "okay";
 };
+
+&leds {
+       status = "okay";
+       #address-cells = <1>;
+       #size-cells = <0>;
+       brcm,serial-led-en-pol;
+       brcm,serial-led-data-ppol;
+
+       led@16 {
+               reg = <16>;
+               label = "red:dsl2";
+       };
+
+       led@17 {
+               reg = <17>;
+               label = "green:dsl1";
+       };
+
+       led@18 {
+               reg = <18>;
+               label = "green:fxs2";
+       };
+
+       led@19 {
+               reg = <19>;
+               label = "green:fxs1";
+       };
+
+       led@26 {
+               reg = <26>;
+               label = "green:wan1_act";
+       };
+
+       led@27 {
+               reg = <27>;
+               label = "green:wps";
+       };
+
+       led@28 {
+               reg = <28>;
+               active-low;
+               label = "green:aggregate_act";
+       };
+
+       led@29 {
+               reg = <29>;
+               label = "green:aggregate_link";
+       };
+};
-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to