[U-Boot] [PATCH 2/3] mips: bmips: add bcm6358-led driver support for BCM6358
Álvaro Fernández Rojas
noltari at gmail.com
Wed May 3 13:09:20 UTC 2017
This driver can control up to 32 serial leds.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
arch/mips/dts/brcm,bcm6358.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi
index 4c94555..edd0002 100644
--- a/arch/mips/dts/brcm,bcm6358.dtsi
+++ b/arch/mips/dts/brcm,bcm6358.dtsi
@@ -92,6 +92,15 @@
status = "disabled";
};
+ leds: led-controller at fffe00d0 {
+ compatible = "brcm,bcm6358-leds";
+ reg = <0xfffe00d0 0x8>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ status = "disabled";
+ };
+
uart0: serial at fffe0100 {
compatible = "brcm,bcm6345-uart";
reg = <0xfffe0100 0x18>;
--
2.1.4
More information about the U-Boot
mailing list