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

dts: ca5: add the global timer for the A5

The Cortex A5 contains a global timer: add the appropriate device tree
node.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Matthew Leach <matthew.leach@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Matthew Leach and committed by
Daniel Lezcano
3309a8e2 10b1f231

+9 -1
+9 -1
arch/arm/boot/dts/vexpress-v2p-ca5s.dts
··· 88 88 interrupts = <1 13 0x304>; 89 89 }; 90 90 91 + timer@2c000200 { 92 + compatible = "arm,cortex-a5-global-timer", 93 + "arm,cortex-a9-global-timer"; 94 + reg = <0x2c000200 0x20>; 95 + interrupts = <1 11 0x304>; 96 + clocks = <&oscclk0>; 97 + }; 98 + 91 99 watchdog@2c000620 { 92 100 compatible = "arm,cortex-a5-twd-wdt"; 93 101 reg = <0x2c000620 0x20>; ··· 128 120 compatible = "arm,vexpress,config-bus"; 129 121 arm,vexpress,config-bridge = <&v2m_sysreg>; 130 122 131 - osc@0 { 123 + oscclk0: osc@0 { 132 124 /* CPU and internal AXI reference clock */ 133 125 compatible = "arm,vexpress-osc"; 134 126 arm,vexpress-sysreg,func = <1 0>;