diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2017-05-07 20:10:26 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2017-05-10 16:16:09 +0200 |
| commit | 65a7c955fa6504afdc24164cbc60525d1452ca5e (patch) | |
| tree | 4e2878f412f0e332ed6a55da608ba6e3d1544666 | |
| parent | e0f1fd2b3702efe08e23939d8c3a3c425fa4d8b7 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -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 3eda77db5a2..11c67291679 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>; |
