diff options
author | Stefan Agner <stefan@agner.ch> | 2014-09-24 12:20:09 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 02:08:04 -0500 |
commit | 81c4831907fb00efdc97093b09e333009a57d005 (patch) | |
tree | 6890f679ed8a4e54497136a0ee0c2d34d0f7fbc9 /arch/arm/boot/dts/vf610.dtsi | |
parent | 53ec874846d9a0a8da5ca95a8891372c7e734367 (diff) |
ARM: dts: vf610: Add ARM Global Timer
Add Global Timer support which is part of the private peripherals
of the Cortex-A5 processor. This Global Timer is compatible with the
Cortex-A9 implementation. It's a 64-bit timer and is clocked by the
peripheral clock, which is typically 133 or 166MHz on Vybrid.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Bill Pringlemeir <bpringlemeir@nbsps.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/vf610.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf610.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 4d2ec32de96f..25031d3d2633 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi | |||
@@ -11,6 +11,7 @@ | |||
11 | #include "vf610-pinfunc.h" | 11 | #include "vf610-pinfunc.h" |
12 | #include <dt-bindings/clock/vf610-clock.h> | 12 | #include <dt-bindings/clock/vf610-clock.h> |
13 | #include <dt-bindings/interrupt-controller/irq.h> | 13 | #include <dt-bindings/interrupt-controller/irq.h> |
14 | #include <dt-bindings/interrupt-controller/arm-gic.h> | ||
14 | 15 | ||
15 | / { | 16 | / { |
16 | aliases { | 17 | aliases { |
@@ -83,6 +84,13 @@ | |||
83 | <0x40002100 0x100>; | 84 | <0x40002100 0x100>; |
84 | }; | 85 | }; |
85 | 86 | ||
87 | global_timer: timer@40002200 { | ||
88 | compatible = "arm,cortex-a9-global-timer"; | ||
89 | reg = <0x40002200 0x20>; | ||
90 | interrupts = <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>; | ||
91 | clocks = <&clks VF610_CLK_PLATFORM_BUS>; | ||
92 | }; | ||
93 | |||
86 | L2: l2-cache@40006000 { | 94 | L2: l2-cache@40006000 { |
87 | compatible = "arm,pl310-cache"; | 95 | compatible = "arm,pl310-cache"; |
88 | reg = <0x40006000 0x1000>; | 96 | reg = <0x40006000 0x1000>; |