forked from ~ljy/RK356X_SDK_RELEASE

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