rt2880-wdt.txt 429 B

1234567891011121314151617181920
  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. - interrupt-parent: phandle to the INTC device node
  7. - interrupts: Specify the INTC interrupt number
  8. Example:
  9. watchdog@120 {
  10. compatible = "ralink,rt2880-wdt";
  11. reg = <0x120 0x10>;
  12. interrupt-parent = <&intc>;
  13. interrupts = <1>;
  14. };