Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / stericsson-coh901327.txt
blob8ffb88e39e7652bbb533a1cf70155cb568c3d67d
1 ST-Ericsson COH 901 327 Watchdog timer
3 Required properties:
4 - compatible: must be "stericsson,coh901327".
5 - reg: physical base address of the controller and length of memory mapped
6   region.
7 - interrupts: the interrupt used for the watchdog timeout warning.
9 Optional properties:
10 - timeout-sec: contains the watchdog timeout in seconds.
12 Example:
14 watchdog: watchdog@c0012000 {
15         compatible = "stericsson,coh901327";
16         reg = <0xc0012000 0x1000>;
17         interrupts = <3>;
18         timeout-sec = <60>;