Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0c319edfa405610b942251787e300586 > files > 1870

kernel-vserver-doc-3.14.23-0.vs2.3.6.13.1.mga4.noarch.rpm

Allwinner SoCs Watchdog timer

Required properties:

- compatible : should be "allwinner,<soc-family>-wdt", the currently supported
  SoC families being sun4i and sun6i
- reg : Specifies base physical address and size of the registers.

Example:

wdt: watchdog@01c20c90 {
	compatible = "allwinner,sun4i-wdt";
	reg = <0x01c20c90 0x10>;
};