rt2880-wdt.txt 377 B

123456789101112131415161718
  1. Ralink Watchdog Timers
  2. Required properties:
  3. - compatible: must be "ralink,rt2880-wdt"
  4. - reg: physical base address of the controller and length of the register range
  5. Optional properties:
  6. - interrupts: Specify the INTC interrupt number
  7. Example:
  8. watchdog@120 {
  9. compatible = "ralink,rt2880-wdt";
  10. reg = <0x120 0x10>;
  11. interrupt-parent = <&intc>;
  12. interrupts = <1>;
  13. };