summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-03-22 17:02:06 +0100
committerTom Rini <trini@konsulko.com>2019-04-23 17:57:22 -0400
commitcfbb03be1c461e61fcbfccd7983a946e4a383c29 (patch)
tree485c882248d77d7d574836d60b1e8430fa2cc93d /arch/arm
parent4ac59e3381645f4f56e87ea3adeb1aefd7ae4415 (diff)
dt: bcm63158: add led controller
Add the led controller in the bcm63158 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/bcm63158.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm63158.dtsi b/arch/arm/dts/bcm63158.dtsi
index 482da94870..4b2eaeea2e 100644
--- a/arch/arm/dts/bcm63158.dtsi
+++ b/arch/arm/dts/bcm63158.dtsi
@@ -82,6 +82,13 @@
status = "disabled";
};
+ leds: led-controller@ff800800 {
+ compatible = "brcm,bcm6858-leds";
+ reg = <0x0 0xff800800 0x0 0xe4>;
+
+ status = "disabled";
+ };
+
wdt1: watchdog@ff800480 {
compatible = "brcm,bcm6345-wdt";
reg = <0x0 0xff800480 0x0 0x14>;