]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/watchdog/da9062-wdt.txt
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.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         };