mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
dt: bcm63158: add led controller
Add the led controller in the bcm63158 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
committed by
Tom Rini
parent
4ac59e3381
commit
cfbb03be1c
@@ -82,6 +82,13 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
leds: led-controller@ff800800 {
|
||||||
|
compatible = "brcm,bcm6858-leds";
|
||||||
|
reg = <0x0 0xff800800 0x0 0xe4>;
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
wdt1: watchdog@ff800480 {
|
wdt1: watchdog@ff800480 {
|
||||||
compatible = "brcm,bcm6345-wdt";
|
compatible = "brcm,bcm6345-wdt";
|
||||||
reg = <0x0 0xff800480 0x0 0x14>;
|
reg = <0x0 0xff800480 0x0 0x14>;
|
||||||
|
Reference in New Issue
Block a user