diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-11-07 06:01:48 -0500 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-12-11 05:39:41 -0500 |
commit | 4411902a13e6b64873dc21abafeb57db335efcf1 (patch) | |
tree | c7c388546aaa6162cee88803787ff005e3c8f184 /arch/arm/boot/dts/sun5i-a13.dtsi | |
parent | f2b5002889cd2ca25d1dfe522755ade701f49044 (diff) |
ARM: sun5i: a13: Add support for the High Speed Timers
The Allwinner A13 has support for two high speed timers. Now that we
have a driver to support it, we can enable them in the device tree.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index ce8ef2a45be0..1ccd75d37f49 100644 --- a/arch/arm/boot/dts/sun5i-a13.dtsi +++ b/arch/arm/boot/dts/sun5i-a13.dtsi | |||
@@ -273,5 +273,12 @@ | |||
273 | clock-frequency = <100000>; | 273 | clock-frequency = <100000>; |
274 | status = "disabled"; | 274 | status = "disabled"; |
275 | }; | 275 | }; |
276 | |||
277 | timer@01c60000 { | ||
278 | compatible = "allwinner,sun5i-a13-hstimer"; | ||
279 | reg = <0x01c60000 0x1000>; | ||
280 | interrupts = <82>, <83>; | ||
281 | clocks = <&ahb_gates 28>; | ||
282 | }; | ||
276 | }; | 283 | }; |
277 | }; | 284 | }; |