sirfsoc_wdt.txt 410 B

123456789101112131415161718
  1. SiRFSoC Timer and Watchdog Timer(WDT) Controller
  2. Required properties:
  3. - compatible: "sirf,prima2-tick"
  4. - reg: Address range of tick timer/WDT register set
  5. - interrupts: interrupt number to the cpu
  6. Optional properties:
  7. - timeout-sec : Contains the watchdog timeout in seconds
  8. Example:
  9. timer@b0020000 {
  10. compatible = "sirf,prima2-tick";
  11. reg = <0xb0020000 0x1000>;
  12. interrupts = <0>;
  13. timeout-sec = <30>;
  14. };