Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7fcac4fdd01b97adc67a3e46be76904f > files > 1695

kernel-rt-doc-3.12.8-0.rt9.1.mga4.noarch.rpm

DaVinci Watchdog Timer (WDT) Controller

Required properties:
- compatible : Should be "ti,davinci-wdt"
- reg : Should contain WDT registers location and length

Examples:

wdt: wdt@2320000 {
	compatible = "ti,davinci-wdt";
	reg = <0x02320000 0x80>;
};