marvell,orion-timer.txt 530 B

1234567891011121314151617
  1. Marvell Orion SoC timer
  2. Required properties:
  3. - compatible: shall be "marvell,orion-timer"
  4. - reg: base address of the timer register starting with TIMERS CONTROL register
  5. - interrupt-parent: phandle of the bridge interrupt controller
  6. - interrupts: should contain the interrupts for Timer0 and Timer1
  7. - clocks: phandle of timer reference clock (tclk)
  8. Example:
  9. timer: timer {
  10. compatible = "marvell,orion-timer";
  11. reg = <0x20300 0x20>;
  12. interrupt-parent = <&bridge_intc>;
  13. interrupts = <1>, <2>;
  14. clocks = <&core_clk 0>;
  15. };