You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
497 B
24 lines
497 B
8 years ago
|
* 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";
|
||
|
};
|
||
|
};
|