summaryrefslogtreecommitdiff
path: root/arch/arm/dts/bcm968580xref.dts
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-03-22 17:02:03 +0100
committerTom Rini <trini@konsulko.com>2019-04-23 17:57:14 -0400
commit96899219216c5740d2aac13fc72de510bb9dea73 (patch)
tree056e66353f601f59b1a0fb2b5aff240d9c16b164 /arch/arm/dts/bcm968580xref.dts
parent7526582441c23e3a10765cf242dedecf34601661 (diff)
dt: bcm968580xref: enable led controller
Enable the led controller in the device tree of the board bcm968580xref. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm/dts/bcm968580xref.dts')
-rw-r--r--arch/arm/dts/bcm968580xref.dts48
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm968580xref.dts b/arch/arm/dts/bcm968580xref.dts
index 8ef9338d06..861e9891a7 100644
--- a/arch/arm/dts/bcm968580xref.dts
+++ b/arch/arm/dts/bcm968580xref.dts
@@ -76,3 +76,51 @@
brcm,nand-oob-sector-size = <16>;
};
};
+
+&leds {
+ status = "okay";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ brcm,serial-led-en-pol;
+ brcm,serial-led-data-ppol;
+
+ led@2 {
+ reg = <2>;
+ label = "green:inet";
+ };
+
+ led@5 {
+ reg = <5>;
+ label = "red:alarm";
+ };
+
+ led@8 {
+ reg = <8>;
+ label = "green:wlan_link";
+ };
+
+ led@11 {
+ reg = <11>;
+ label = "green:fxs1";
+ };
+
+ led@14 {
+ reg = <14>;
+ label = "green:fxs2";
+ };
+
+ led@15 {
+ reg = <15>;
+ label = "green:usb0";
+ };
+
+ led@16 {
+ reg = <16>;
+ label = "green:usb1";
+ };
+
+ led@17 {
+ reg = <17>;
+ label = "green:wps";
+ };
+};