diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2017-05-07 20:10:25 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2017-05-10 16:16:09 +0200 |
| commit | e0f1fd2b3702efe08e23939d8c3a3c425fa4d8b7 (patch) | |
| tree | 1e7fc37a5d4bd7ebc335c26e25bec0622abae3a9 | |
| parent | 28300dc5263b26365d8210b92d8acf097dc5e942 (diff) | |
mips: bmips: add bcm6328-led driver support for BCM6328
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,bcm6328.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi index 30c2ee8b18c..a5b43ae6e33 100644 --- a/arch/mips/dts/brcm,bcm6328.dtsi +++ b/arch/mips/dts/brcm,bcm6328.dtsi @@ -88,6 +88,15 @@ status = "disabled"; }; + leds: led-controller@10000800 { + compatible = "brcm,bcm6328-leds"; + reg = <0x10000800 0x24>; + #address-cells = <1>; + #size-cells = <0>; + + status = "disabled"; + }; + memory-controller@10003000 { compatible = "brcm,bcm6328-mc"; reg = <0x10003000 0x1000>; |
