[U-Boot] [PATCH 3/5] mips: bmips: add bcm6328-led driver support for BCM63268
Álvaro Fernández Rojas
noltari at gmail.com
Wed May 3 13:08:25 UTC 2017
This driver can control up to 24 LEDs and supports HW blinking and serial leds.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
arch/mips/dts/brcm,bcm63268.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi
index 3eda77d..11c6729 100644
--- a/arch/mips/dts/brcm,bcm63268.dtsi
+++ b/arch/mips/dts/brcm,bcm63268.dtsi
@@ -98,6 +98,15 @@
status = "disabled";
};
+ leds: led-controller at 10001900 {
+ compatible = "brcm,bcm6328-leds";
+ reg = <0x10001900 0x24>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ status = "disabled";
+ };
+
memory-controller at 10003000 {
compatible = "brcm,bcm6328-mc";
reg = <0x10003000 0x1000>;
--
2.1.4
More information about the U-Boot
mailing list