summaryrefslogtreecommitdiff
path: root/api/Kconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-10-20 23:10:23 +0100
committerTom Rini <trini@konsulko.com>2022-11-02 13:58:17 -0400
commit731d108dd0706e76addc6945e8c8709a05cb4728 (patch)
tree43d4ca21a2bb7a5bebe85ea6a1d3138623717fb0 /api/Kconfig
parent1c1036499f737eeaa2dab4e56d7ff2c3447fce64 (diff)
timer: add SP804 UCLASS timer driver
The "Arm Ltd. Dual-Timer Module (SP804)" is a simple 32-bit count-down timer IP with interrupt functionality, and is used in some SoCs from various vendors. Add a simple DM compliant timer driver, to allow users of the SP804 to switch to DM_TIMER. This relies on the input clock to be accessible via the DM clock framework, which should be fine as we probably look at fixed-clock's here anyway. We re-program the control register in the probe() function, but keep the divider in place, in case this has been set to something on purpose before. The TRM for the timer IP can be found here: https://developer.arm.com/documentation/ddi0271/latest Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'api/Kconfig')
0 files changed, 0 insertions, 0 deletions