mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-30 08:03:32 +08:00
dt: bcm6858: add led controller
Add the led controller in the bcm6858 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
parent
d00c6a2d56
commit
7526582441
@ -82,6 +82,13 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
leds: led-controller@ff800800 {
|
||||
compatible = "brcm,bcm6858-leds";
|
||||
reg = <0x0 0xff800800 0x0 0xe4>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wdt1: watchdog@ff802780 {
|
||||
compatible = "brcm,bcm6345-wdt";
|
||||
reg = <0x0 0xff802780 0x0 0x14>;
|
||||
|
Loading…
Reference in New Issue
Block a user