moxa,moxart-timer.txt 451 B

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