Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7e22e91102c6b9df7c4ae2168910e19d2bb14cd6 authored by Linus Torvalds on 12 January 2014, 10:04:18 UTC
Linux 3.13-rc8
Tip revision: 7e22e91
sunxi-wdt.txt
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>;
};
back to top