marvell,orion-timer.txt 467 B

12345678910111213141516
  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. - interrupts: should contain the interrupts for Timer0 and Timer1
  6. - clocks: phandle of timer reference clock (tclk)
  7. Example:
  8. timer: timer {
  9. compatible = "marvell,orion-timer";
  10. reg = <0x20300 0x20>;
  11. interrupt-parent = <&bridge_intc>;
  12. interrupts = <1>, <2>;
  13. clocks = <&core_clk 0>;
  14. };