mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
dt: bcm6858: add watchdog
This commit add watchdog and sysreset watchdog in the bcm6858 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
parent
0900036561
commit
8d6006f2ac
1 changed files with 17 additions and 0 deletions
|
@ -81,5 +81,22 @@
|
|||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wdt1: watchdog@ff802780 {
|
||||
compatible = "brcm,bcm6345-wdt";
|
||||
reg = <0x0 0xff802780 0x0 0x14>;
|
||||
clocks = <&periph_osc>;
|
||||
};
|
||||
|
||||
wdt2: watchdog@ff8027c0 {
|
||||
compatible = "brcm,bcm6345-wdt";
|
||||
reg = <0x0 0xff8027c0 0x0 0x14>;
|
||||
clocks = <&periph_osc>;
|
||||
};
|
||||
|
||||
wdt-reboot {
|
||||
compatible = "wdt-reboot";
|
||||
wdt = <&wdt1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue