mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
mips: bmips: add bcm6358-led driver support for BCM6358
This driver can control up to 32 serial leds. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
632889cfe5
commit
4d6a519c68
1 changed files with 9 additions and 0 deletions
|
@ -92,6 +92,15 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
leds: led-controller@fffe00d0 {
|
||||
compatible = "brcm,bcm6358-leds";
|
||||
reg = <0xfffe00d0 0x8>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart0: serial@fffe0100 {
|
||||
compatible = "brcm,bcm6345-uart";
|
||||
reg = <0xfffe0100 0x18>;
|
||||
|
|
Loading…
Add table
Reference in a new issue