Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > 2b1656099c23beea3daf4b6717b67a7c > files > 1701

kernel-doc-3.12.8-2.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";
	};