1 TI Watchdog Timer (WDT) Controller for OMAP 1 TI Watchdog Timer (WDT) Controller for OMAP 2 2 3 Required properties: 3 Required properties: 4 - compatible : "ti,omap3-wdt" for OMAP3 or "ti 4 - compatible : "ti,omap3-wdt" for OMAP3 or "ti,omap4-wdt" for OMAP4 5 - ti,hwmods : Name of the hwmod associated to 5 - ti,hwmods : Name of the hwmod associated to the WDT 6 6 7 Optional properties: 7 Optional properties: 8 - timeout-sec : default watchdog timeout in se 8 - timeout-sec : default watchdog timeout in seconds 9 9 10 Examples: 10 Examples: 11 11 12 wdt2: wdt@4a314000 { 12 wdt2: wdt@4a314000 { 13 compatible = "ti,omap4-wdt", "ti,omap3 13 compatible = "ti,omap4-wdt", "ti,omap3-wdt"; 14 ti,hwmods = "wd_timer2"; 14 ti,hwmods = "wd_timer2"; 15 }; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.