1 * Dialog Semiconductor DA9062/61 Watchdog Timer
5 - compatible: should be one of the following valid compatible string lines:
6 "dlg,da9061-watchdog", "dlg,da9062-watchdog"
10 - dlg,use-sw-pm: Add this property to disable the watchdog during suspend.
11 Only use this option if you can't use the watchdog automatic suspend
12 function during a suspend (see register CONTROL_B).
18 compatible = "dlg,da9062-watchdog";
22 Example: DA9061 using a fall-back compatible for the DA9062 watchdog driver
26 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";