aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a13.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-11-07 12:01:48 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2013-12-11 11:39:41 +0100
commit4411902a13e6b64873dc21abafeb57db335efcf1 (patch)
treec7c388546aaa6162cee88803787ff005e3c8f184 /arch/arm/boot/dts/sun5i-a13.dtsi
parentARM: sun5i: a10s: Add support for the High Speed Timers (diff)
downloadlinux-dev-4411902a13e6b64873dc21abafeb57db335efcf1.tar.xz
linux-dev-4411902a13e6b64873dc21abafeb57db335efcf1.zip
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.dtsi7
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 @@
clock-frequency = <100000>;
status = "disabled";
};
+
+ timer@01c60000 {
+ compatible = "allwinner,sun5i-a13-hstimer";
+ reg = <0x01c60000 0x1000>;
+ interrupts = <82>, <83>;
+ clocks = <&ahb_gates 28>;
+ };
};
};