Skip to content

Commit f2efbd5

Browse files
alexstanoev-nordicrlubos
authored andcommitted
[nrf noup] modules: hal_nordic: nrfx: Add nRF71-series defines for SDC
nrf-squash! [nrf noup] modules: hal_nordic: adjust nrfx reservations to NCS nrf-squash! [nrf noup] modules: hal_nordic: use Kconfig symbols in NCS reservation nrf-squash! [nrf noup] modules: hal_nordic: nrfx: Add SoftDevice PPI resources Add peripherals used by MPSL and SDC on nRF71-series matching nRF54L. Signed-off-by: Aleksandar Stanoev <[email protected]> (cherry picked from commit 666ecc8)
1 parent 66b743f commit f2efbd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
#define NRF53_SERIES
7474
#elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX)
7575
#define NRF54L_SERIES
76+
#elif defined(CONFIG_SOC_SERIES_NRF71X)
77+
#define NRF71_SERIES
7678
#elif defined(CONFIG_SOC_SERIES_NRF54HX)
7779
#define NRF54H_SERIES
7880
#endif
@@ -81,7 +83,7 @@
8183
#define NRFX_PPI_CHANNELS_USED_BY_BT_CTLR SDC_PPI_CHANNELS_USED_MASK
8284
#elif defined(CONFIG_SOC_COMPATIBLE_NRF53X)
8385
#define NRFX_DPPI0_CHANNELS_USED_BY_BT_CTLR SDC_DPPI_CHANNELS_USED_MASK
84-
#elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX)
86+
#elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX) || defined(CONFIG_SOC_SERIES_NRF71X)
8587
#define NRFX_DPPI10_CHANNELS_USED_BY_BT_CTLR SDC_DPPIC10_CHANNELS_USED_MASK
8688
#define NRFX_DPPI00_CHANNELS_USED_BY_BT_CTLR SDC_DPPIC00_CHANNELS_USED_MASK
8789
#define NRFX_PPIB_00_10_CHANNELS_USED_BY_BT_CTLR \
@@ -124,7 +126,7 @@
124126
#define NRFX_PPI_CHANNELS_USED_BY_MPSL MPSL_PPI_CHANNELS_USED_MASK
125127
#elif defined(CONFIG_SOC_COMPATIBLE_NRF53X)
126128
#define NRFX_DPPI0_CHANNELS_USED_BY_MPSL MPSL_DPPIC_CHANNELS_USED_MASK
127-
#elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX)
129+
#elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX) || defined(CONFIG_SOC_SERIES_NRF71X)
128130
#define NRFX_DPPI10_CHANNELS_USED_BY_MPSL MPSL_DPPIC10_CHANNELS_USED_MASK
129131
#define NRFX_DPPI20_CHANNELS_USED_BY_MPSL MPSL_DPPIC20_CHANNELS_USED_MASK
130132
#define NRFX_PPIB_11_21_CHANNELS_USED_BY_MPSL \

0 commit comments

Comments
 (0)