Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 818b6f0502bd8ccbb7baa93fea54d9c6 > files > 1697

kernel-linus-doc-3.12.8-1.mga4.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";
	};