sirfsoc_wdt.txt 310 B

1234567891011121314
  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. Example:
  7. timer@b0020000 {
  8. compatible = "sirf,prima2-tick";
  9. reg = <0xb0020000 0x1000>;
  10. interrupts = <0>;
  11. };