diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-05-07 20:10:26 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-10 16:16:09 +0200 |
commit | 65a7c955fa6504afdc24164cbc60525d1452ca5e (patch) | |
tree | 4e2878f412f0e332ed6a55da608ba6e3d1544666 /arch/mips | |
parent | e0f1fd2b3702efe08e23939d8c3a3c425fa4d8b7 (diff) | |
download | u-boot-65a7c955fa6504afdc24164cbc60525d1452ca5e.tar.gz u-boot-65a7c955fa6504afdc24164cbc60525d1452ca5e.tar.bz2 u-boot-65a7c955fa6504afdc24164cbc60525d1452ca5e.zip |
mips: bmips: add bcm6328-led driver support for BCM63268
This driver can control up to 24 LEDs and supports HW blinking and serial leds.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/dts/brcm,bcm63268.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi index 3eda77db5a..11c6729167 100644 --- a/arch/mips/dts/brcm,bcm63268.dtsi +++ b/arch/mips/dts/brcm,bcm63268.dtsi @@ -98,6 +98,15 @@ status = "disabled"; }; + leds: led-controller@10001900 { + compatible = "brcm,bcm6328-leds"; + reg = <0x10001900 0x24>; + #address-cells = <1>; + #size-cells = <0>; + + status = "disabled"; + }; + memory-controller@10003000 { compatible = "brcm,bcm6328-mc"; reg = <0x10003000 0x1000>; |