ingenic,jz4740-wdt.txt 441 B

1234567891011121314151617
  1. Ingenic Watchdog Timer (WDT) Controller for JZ4740 & JZ4780
  2. Required properties:
  3. compatible: "ingenic,jz4740-watchdog" or "ingenic,jz4780-watchdog"
  4. reg: Register address and length for watchdog registers
  5. clocks: phandle to the RTC clock
  6. clock-names: should be "rtc"
  7. Example:
  8. watchdog: jz4740-watchdog@10002000 {
  9. compatible = "ingenic,jz4740-watchdog";
  10. reg = <0x10002000 0x10>;
  11. clocks = <&cgu JZ4740_CLK_RTC>;
  12. clock-names = "rtc";
  13. };