dt: bcm6838: add watchdog
This commit add watchdog and sysreset watchdog in the bcm6838 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
parent
47b68d00a3
commit
0900036561
@ -73,6 +73,23 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wdt0: watchdog@14e002d0 {
|
||||||
|
compatible = "brcm,bcm6345-wdt";
|
||||||
|
reg = <0x14e002d0 0xc>;
|
||||||
|
clocks = <&periph_osc>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wdt1: watchdog@14e002dc {
|
||||||
|
compatible = "brcm,bcm6345-wdt";
|
||||||
|
reg = <0x14e002dc 0xc>;
|
||||||
|
clocks = <&periph_osc>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wdt-reboot {
|
||||||
|
compatible = "wdt-reboot";
|
||||||
|
wdt = <&wdt0>;
|
||||||
|
};
|
||||||
|
|
||||||
leds: led-controller@14e00f00 {
|
leds: led-controller@14e00f00 {
|
||||||
compatible = "brcm,bcm6328-leds";
|
compatible = "brcm,bcm6328-leds";
|
||||||
reg = <0x14e00f00 0x28>;
|
reg = <0x14e00f00 0x28>;
|
||||||
|
Loading…
Reference in New Issue
Block a user