0001 Marvell Orion SoC timer
0002
0003 Required properties:
0004 - compatible: shall be "marvell,orion-timer"
0005 - reg: base address of the timer register starting with TIMERS CONTROL register
0006 - interrupts: should contain the interrupts for Timer0 and Timer1
0007 - clocks: phandle of timer reference clock (tclk)
0008
0009 Example:
0010 timer: timer {
0011 compatible = "marvell,orion-timer";
0012 reg = <0x20300 0x20>;
0013 interrupt-parent = <&bridge_intc>;
0014 interrupts = <1>, <2>;
0015 clocks = <&core_clk 0>;
0016 };