Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / watchdog / da9062-wdt.txt
blobb935b526d2f37880da3bde38f0ae1cf996cee28d
1 * Dialog Semiconductor DA9062/61 Watchdog Timer
3 Required properties:
5 - compatible: should be one of the following valid compatible string lines:
6         "dlg,da9061-watchdog", "dlg,da9062-watchdog"
7         "dlg,da9062-watchdog"
9 Example: DA9062
11         pmic0: da9062@58 {
12                 watchdog {
13                         compatible = "dlg,da9062-watchdog";
14                 };
15         };
17 Example: DA9061 using a fall-back compatible for the DA9062 watchdog driver
19         pmic0: da9061@58 {
20                 watchdog {
21                         compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
22                 };
23         };