1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/timer/arm,global_timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM Global Timer
10 - Stuart Menefy <stuart.menefy@st.com>
13 Cortex-A9 are often associated with a per-core Global timer.
19 - arm,cortex-a5-global-timer
20 - arm,cortex-a9-global-timer
22 description: driver supports versions r2p0 and above.
41 compatible = "arm,cortex-a9-global-timer";
42 reg = <0x2c000600 0x20>;
43 interrupts = <1 13 0xf01>;
44 clocks = <&arm_periph_clk>;