Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 1a595394b241504ff370a8d12ebfcea7 > files > 6604

kernel-doc-3.11.10-100.fc18.noarch.rpm

* Marvell Orion Watchdog Time

Required Properties:

- Compatibility : "marvell,orion-wdt"
- reg		: Address of the timer registers

Optional properties:

- timeout-sec	: Contains the watchdog timeout in seconds

Example:

	wdt@20300 {
		compatible = "marvell,orion-wdt";
		reg = <0x20300 0x28>;
		timeout-sec = <10>;
		status = "okay";
	};