2013-03-12 02:21:11 +07:00
|
|
|
Allwinner SoCs Watchdog timer
|
2012-11-20 00:57:08 +07:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2018-03-15 23:25:07 +07:00
|
|
|
- compatible : should be one of
|
|
|
|
"allwinner,sun4i-a10-wdt"
|
|
|
|
"allwinner,sun6i-a31-wdt"
|
|
|
|
"allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt"
|
2012-11-20 00:57:08 +07:00
|
|
|
- reg : Specifies base physical address and size of the registers.
|
|
|
|
|
2018-02-12 03:08:42 +07:00
|
|
|
Optional properties:
|
|
|
|
- timeout-sec : Contains the watchdog timeout in seconds
|
|
|
|
|
2012-11-20 00:57:08 +07:00
|
|
|
Example:
|
|
|
|
|
2017-11-08 23:27:48 +07:00
|
|
|
wdt: watchdog@1c20c90 {
|
2014-02-08 04:29:24 +07:00
|
|
|
compatible = "allwinner,sun4i-a10-wdt";
|
2012-11-20 00:57:08 +07:00
|
|
|
reg = <0x01c20c90 0x10>;
|
2018-02-12 03:08:42 +07:00
|
|
|
timeout-sec = <10>;
|
2012-11-20 00:57:08 +07:00
|
|
|
};
|