davinci-wdt.txt 253 B

123456789101112
  1. DaVinci Watchdog Timer (WDT) Controller
  2. Required properties:
  3. - compatible : Should be "ti,davinci-wdt"
  4. - reg : Should contain WDT registers location and length
  5. Examples:
  6. wdt: wdt@2320000 {
  7. compatible = "ti,davinci-wdt";
  8. reg = <0x02320000 0x80>;
  9. };