1 * ARM architected timer
3 ARM cores may have a per-core architected timer, which provides per-cpu timers.
5 The timer is attached to a GIC to deliver its per-processor interrupts.
7 ** Timer node properties:
9 - compatible : Should at least contain one of
13 - interrupts : Interrupt list for secure, non-secure, virtual and
14 hypervisor timers, in that order.
16 - clock-frequency : The frequency of the main counter, in Hz. Optional.
21 compatible = "arm,cortex-a15-timer",
23 interrupts = <1 13 0xf08>,
27 clock-frequency = <100000000>;