Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > 9d419742b9681cde2b82b5fb15e025ab > files > 2511

kernel-doc-4.1.12-1.mga5.noarch.rpm

Marvell Orion SoC timer

Required properties:
- compatible: shall be "marvell,orion-timer"
- reg: base address of the timer register starting with TIMERS CONTROL register
- interrupt-parent: phandle of the bridge interrupt controller
- interrupts: should contain the interrupts for Timer0 and Timer1
- clocks: phandle of timer reference clock (tclk)

Example:
	timer: timer {
		compatible = "marvell,orion-timer";
		reg = <0x20300 0x20>;
		interrupt-parent = <&bridge_intc>;
		interrupts = <1>, <2>;
		clocks = <&core_clk 0>;
	};