oxsemi,rps-timer.txt 502 B

123456789101112131415161718
  1. Oxford Semiconductor OXNAS SoCs Family RPS Timer
  2. ================================================
  3. Required properties:
  4. - compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
  5. - reg : Specifies base physical address and size of the registers.
  6. - interrupts : The interrupts of the two timers
  7. - clocks : The phandle of the timer clock source
  8. example:
  9. timer0: timer@200 {
  10. compatible = "oxsemi,ox810se-rps-timer";
  11. reg = <0x200 0x40>;
  12. clocks = <&rpsclk>;
  13. interrupts = <4 5>;
  14. };