Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: r8a7779: Add device node for ARM global timer

Add a device node for the global timer, which is part of the Cortex-A9
MPCore.

The global timer can serve as an accurate (4 ns) clock source for
scheduling and delay loops.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191211135222.26770-4-geert+renesas@glider.be

+8
+8
arch/arm/boot/dts/r8a7779.dtsi
··· 68 68 <0xf0000100 0x100>; 69 69 }; 70 70 71 + timer@f0000200 { 72 + compatible = "arm,cortex-a9-global-timer"; 73 + reg = <0xf0000200 0x100>; 74 + interrupts = <GIC_PPI 11 75 + (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 76 + clocks = <&cpg_clocks R8A7779_CLK_ZS>; 77 + }; 78 + 71 79 timer@f0000600 { 72 80 compatible = "arm,cortex-a9-twd-timer"; 73 81 reg = <0xf0000600 0x20>;