omap-wdt.txt 370 B

12345678910111213141516
  1. TI Watchdog Timer (WDT) Controller for OMAP
  2. Required properties:
  3. - compatible : "ti,omap3-wdt" for OMAP3 or "ti,omap4-wdt" for OMAP4
  4. - ti,hwmods : Name of the hwmod associated to the WDT
  5. Optional properties:
  6. - timeout-sec : default watchdog timeout in seconds
  7. Examples:
  8. wdt2: wdt@4a314000 {
  9. compatible = "ti,omap4-wdt", "ti,omap3-wdt";
  10. ti,hwmods = "wd_timer2";
  11. };