Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4411902a authored by Maxime Ripard's avatar Maxime Ripard Committed by Daniel Lezcano
Browse files

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent f2b50028
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};