]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt
Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / watchdog / uniphier-wdt.txt
CommitLineData
e75bf0ea
KH
1UniPhier watchdog timer controller
2
3This UniPhier watchdog timer controller must be under sysctrl node.
4
5Required properties:
6- compatible: should be "socionext,uniphier-wdt"
7
8Example:
9
10 sysctrl@61840000 {
11 compatible = "socionext,uniphier-ld11-sysctrl",
12 "simple-mfd", "syscon";
13 reg = <0x61840000 0x4000>;
14
15 watchdog {
16 compatible = "socionext,uniphier-wdt";
17 }
18
19 other nodes ...
20 };