]> git.dujemihanovic.xyz Git - u-boot.git/commit
timer: Add AST2700 IBEX timer support
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Tue, 10 Sep 2024 09:39:17 +0000 (17:39 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 11 Sep 2024 12:35:03 +0000 (20:35 +0800)
commit4b0129e8103dab9887d495d9c4dface8eeefb10b
tree83ca11b75b852f62a1b14537de39b9f5256be659
parent9efcb10a09d69d9cf14111dd452bbf54dc0502b4
timer: Add AST2700 IBEX timer support

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 <chiawei_wang@aspeedtech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/ast_ibex_timer.c [new file with mode: 0644]