Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c8c4710ab25fb2f14440c1f131b7a61 > files > 1864

kernel-doc-3.14.41-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";
	};