Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 19d93b8911540bb196ce3f96ead75cf0 > files > 3315

kernel-linus-doc-4.9.40-1.mga6.noarch.rpm

MOXA ART Watchdog timer

Required properties:

- compatible : Must be "moxa,moxart-watchdog"
- reg : Should contain registers location and length
- clocks : Should contain phandle for the clock that drives the counter

Example:

	watchdog: watchdog@98500000 {
		compatible = "moxa,moxart-watchdog";
		reg = <0x98500000 0x10>;
		clocks = <&coreclk>;
	};