moxa,moxart-timer.txt 412 B

1234567891011121314151617
  1. MOXA ART timer
  2. Required properties:
  3. - compatible : Must be "moxa,moxart-timer"
  4. - reg : Should contain registers location and length
  5. - interrupts : Should contain the timer interrupt number
  6. - clocks : Should contain phandle for the clock that drives the counter
  7. Example:
  8. timer: timer@98400000 {
  9. compatible = "moxa,moxart-timer";
  10. reg = <0x98400000 0x42>;
  11. interrupts = <19 1>;
  12. clocks = <&coreclk>;
  13. };