diff options
author | Matthew Leach <matthew.leach@arm.com> | 2014-03-14 06:18:21 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-04-22 05:44:26 -0400 |
commit | 3309a8e22d9ca4fa4dada687372b682bc6a12343 (patch) | |
tree | 84c2d0d62efaa78aadf85aff1daa5cd2087bf1fc /arch/arm/boot/dts/vexpress-v2p-ca5s.dts | |
parent | 10b1f231441d8f4422c27c6e9cffc0cb2c3d871d (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2p-ca5s.dts')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts index c544a5504591..d2709b73316b 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts | |||
@@ -88,6 +88,14 @@ | |||
88 | interrupts = <1 13 0x304>; | 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 | watchdog@2c000620 { | 99 | watchdog@2c000620 { |
92 | compatible = "arm,cortex-a5-twd-wdt"; | 100 | compatible = "arm,cortex-a5-twd-wdt"; |
93 | reg = <0x2c000620 0x20>; | 101 | reg = <0x2c000620 0x20>; |
@@ -120,7 +128,7 @@ | |||
120 | compatible = "arm,vexpress,config-bus"; | 128 | compatible = "arm,vexpress,config-bus"; |
121 | arm,vexpress,config-bridge = <&v2m_sysreg>; | 129 | arm,vexpress,config-bridge = <&v2m_sysreg>; |
122 | 130 | ||
123 | osc@0 { | 131 | oscclk0: osc@0 { |
124 | /* CPU and internal AXI reference clock */ | 132 | /* CPU and internal AXI reference clock */ |
125 | compatible = "arm,vexpress-osc"; | 133 | compatible = "arm,vexpress-osc"; |
126 | arm,vexpress-sysreg,func = <1 0>; | 134 | arm,vexpress-sysreg,func = <1 0>; |