2013-03-12 03:21:11 +08:00
|
|
|
Allwinner SoCs Watchdog timer
|
2012-11-20 01:57:08 +08:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2013-03-12 03:21:11 +08:00
|
|
|
- compatible : should be "allwinner,<soc-family>-wdt", the currently supported
|
|
|
|
SoC families being sun4i and sun6i
|
2012-11-20 01:57:08 +08:00
|
|
|
- reg : Specifies base physical address and size of the registers.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
wdt: watchdog@01c20c90 {
|
2013-03-12 03:21:11 +08:00
|
|
|
compatible = "allwinner,sun4i-wdt";
|
2012-11-20 01:57:08 +08:00
|
|
|
reg = <0x01c20c90 0x10>;
|
|
|
|
};
|