]> git.dujemihanovic.xyz Git - u-boot.git/commit
timer: starfive: Add Starfive timer support
authorKuan Lim Lee <kuanlim.lee@starfivetech.com>
Tue, 19 Sep 2023 07:30:36 +0000 (15:30 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 4 Oct 2023 09:59:31 +0000 (17:59 +0800)
commitc202426d6ac6bffccf19e958dc176f7d29d0528e
tree6899df638223bf966f44b24c0389b3f962d759b5
parent6d78473b3d390c650aa7f418bdd5044ea42ee951
timer: starfive: Add Starfive timer support

Add timer driver in Starfive SoC. It is an timer that outside
of CPU core and inside Starfive SoC.

Signed-off-by: Kuan Lim Lee <kuanlim.lee@starfivetech.com>
Reviewed-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/starfive-timer.c [new file with mode: 0644]