On Mon, Aug 19, 2024 at 06:17:01PM +0800, Chia-Wei Wang wrote: > Add the driver for the AST2700 Ibex timer, which uses CPU > cycles as the timer count running at 200MHz. > > Signed-off-by: Chia-Wei Wang <[email protected]> > --- > drivers/timer/Kconfig | 6 +++++ > drivers/timer/Makefile | 1 + > drivers/timer/ast_ibex_timer.c | 45 ++++++++++++++++++++++++++++++++++ > 3 files changed, 52 insertions(+) > create mode 100644 drivers/timer/ast_ibex_timer.c
Reviewed-by: Leo Yu-Chi Liang <[email protected]>

