Skip to content

Commit c3b37ac

Browse files
maje-embmasz-nordic
authored andcommitted
[nrf fromtree] modules: nordic: select correct timer for NFCT on nRF54L
Set the appropriate default NFC timer for the nRF54L series SoCs. Ref: NCSDK-31244 Upstream PR #: 98395 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 6b9db37 commit c3b37ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ config NRFX_NFCT
271271
depends on $(dt_nodelabel_exists,nfct)
272272
select NRFX_TIMER4 if SOC_SERIES_NRF52X
273273
select NRFX_TIMER2 if SOC_SERIES_NRF53X
274+
select NRFX_TIMER24 if SOC_SERIES_NRF54LX
274275

275276
config NRFX_NVMC
276277
bool "NVMC driver"

0 commit comments

Comments
 (0)