blob: ed11ce0ac8362d687bdfcc9041194deb5f4ee265 [file] [log] [blame]
Maxime Ripard06d71bc2013-03-11 20:21:11 +01001Allwinner SoCs Watchdog timer
2
3Required properties:
4
Harald Geyerd4185042018-03-15 16:25:07 +00005- compatible : should be one of
6 "allwinner,sun4i-a10-wdt"
7 "allwinner,sun6i-a31-wdt"
8 "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt"
Maxime Ripard06d71bc2013-03-11 20:21:11 +01009- reg : Specifies base physical address and size of the registers.
10
Marcus Folkesson1d1dedc2018-02-11 21:08:42 +010011Optional properties:
12- timeout-sec : Contains the watchdog timeout in seconds
13
Maxime Ripard06d71bc2013-03-11 20:21:11 +010014Example:
15
Marco Franchi48c926c2017-11-08 14:27:48 -020016wdt: watchdog@1c20c90 {
Maxime Ripardb0f1d8b2014-02-07 22:29:24 +010017 compatible = "allwinner,sun4i-a10-wdt";
Maxime Ripard06d71bc2013-03-11 20:21:11 +010018 reg = <0x01c20c90 0x10>;
Marcus Folkesson1d1dedc2018-02-11 21:08:42 +010019 timeout-sec = <10>;
Maxime Ripard06d71bc2013-03-11 20:21:11 +010020};