Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / da9062-wdt.txt
1 * Dialog Semiconductor DA9062/61 Watchdog Timer
2
3 Required 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
9 Example: DA9062
10
11         pmic0: da9062@58 {
12                 watchdog {
13                         compatible = "dlg,da9062-watchdog";
14                 };
15         };
16
17 Example: 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         };