Lines Matching +full:da9062 +full:- +full:watchdog
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"
7 "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
13 - dlg,wdt-sd: Set what happens on watchdog timeout. If this bit is set the
14 watchdog timeout triggers SHUTDOWN, if cleared the watchdog triggers
17 set the WATCHDOG_SD bit and on timeout watchdog behavior will match the
20 Example: DA9062
22 pmic0: da9062@58 {
23 watchdog {
24 compatible = "dlg,da9062-watchdog";
28 Example: DA9061 using a fall-back compatible for the DA9062 watchdog driver
31 watchdog {
32 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";