soc: arm: nordic_nrf: add support for nRF54L15 GRTC instance
Add GRTC as possible clock source. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
This commit is contained in:
parent
d3fa931dfd
commit
70b21845b2
1 changed files with 2 additions and 0 deletions
|
@ -16,10 +16,12 @@ config CLOCK_CONTROL
|
||||||
endif # SYS_CLOCK_EXISTS
|
endif # SYS_CLOCK_EXISTS
|
||||||
|
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
|
default 1000000 if NRF_GRTC_TIMER
|
||||||
default 32768
|
default 32768
|
||||||
|
|
||||||
config SYS_CLOCK_TICKS_PER_SEC
|
config SYS_CLOCK_TICKS_PER_SEC
|
||||||
default 128 if !TICKLESS_KERNEL
|
default 128 if !TICKLESS_KERNEL
|
||||||
|
default 10000 if NRF_GRTC_TIMER
|
||||||
default 32768
|
default 32768
|
||||||
|
|
||||||
config ARCH_HAS_CUSTOM_BUSY_WAIT
|
config ARCH_HAS_CUSTOM_BUSY_WAIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue