omap-wdt.txt 293 B

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