stericsson-coh901327.txt 488 B

1234567891011121314151617181920
  1. ST-Ericsson COH 901 327 Watchdog timer
  2. Required properties:
  3. - compatible: must be "stericsson,coh901327".
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: the interrupt used for the watchdog timeout warning.
  7. Optional properties:
  8. - timeout-sec: contains the watchdog timeout in seconds.
  9. Example:
  10. watchdog: watchdog@c0012000 {
  11. compatible = "stericsson,coh901327";
  12. reg = <0xc0012000 0x1000>;
  13. interrupts = <3>;
  14. timeout-sec = <60>;
  15. };