1* Dialog Semiconductor DA9062/61 Watchdog Timer 2 3Required properties: 4 5- compatible: should be one of the following valid compatible string lines: 6 "dlg,da9061-watchdog", "dlg,da9062-watchdog" 7 "dlg,da9062-watchdog" 8 9Example: DA9062 10 11 pmic0: da9062@58 { 12 watchdog { 13 compatible = "dlg,da9062-watchdog"; 14 }; 15 }; 16 17Example: DA9061 using a fall-back compatible for the DA9062 watchdog driver 18 19 pmic0: da9061@58 { 20 watchdog { 21 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog"; 22 }; 23 }; 24