drivers/timer: Add timer driver of it51xxx

Add timer driver for ITE it51xxx series.

Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
Tim Lin 2024-11-16 14:38:54 +08:00 committed by Benjamin Cabé
commit a531e71376
7 changed files with 463 additions and 0 deletions

View file

@ -3,6 +3,9 @@
if SOC_SERIES_IT51XXX
config ARCH_HAS_CUSTOM_BUSY_WAIT
default y
config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)