diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-03-22 17:02:02 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-22 18:13:24 -0400 |
commit | 7526582441c23e3a10765cf242dedecf34601661 (patch) | |
tree | 1e83a4cfc16b56e51fd708eaba80d76593538902 /arch/arm/dts/bcm6858.dtsi | |
parent | d00c6a2d5634eeb58d15746fce8ddc4cfc76eaee (diff) | |
download | u-boot-7526582441c23e3a10765cf242dedecf34601661.tar.gz |
dt: bcm6858: add led controller
Add the led controller in the bcm6858 device tree.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm/dts/bcm6858.dtsi')
-rw-r--r-- | arch/arm/dts/bcm6858.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm6858.dtsi b/arch/arm/dts/bcm6858.dtsi index 8fd825b4c3..76ba0ea167 100644 --- a/arch/arm/dts/bcm6858.dtsi +++ b/arch/arm/dts/bcm6858.dtsi @@ -82,6 +82,13 @@ status = "disabled"; }; + leds: led-controller@ff800800 { + compatible = "brcm,bcm6858-leds"; + reg = <0x0 0xff800800 0x0 0xe4>; + + status = "disabled"; + }; + wdt1: watchdog@ff802780 { compatible = "brcm,bcm6345-wdt"; reg = <0x0 0xff802780 0x0 0x14>; |