2013-03-11 19:21:11 +00:00
|
|
|
Allwinner SoCs Watchdog timer
|
2012-11-19 17:57:08 +00:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2014-02-07 21:29:24 +00:00
|
|
|
- compatible : should be either "allwinner,sun4i-a10-wdt" or
|
|
|
|
"allwinner,sun6i-a31-wdt"
|
2012-11-19 17:57:08 +00:00
|
|
|
- reg : Specifies base physical address and size of the registers.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
wdt: watchdog@01c20c90 {
|
2014-02-07 21:29:24 +00:00
|
|
|
compatible = "allwinner,sun4i-a10-wdt";
|
2012-11-19 17:57:08 +00:00
|
|
|
reg = <0x01c20c90 0x10>;
|
|
|
|
};
|