File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
22
#include <soc/nrfx_coredep.h>
23
23
#include <soc_lrcconf.h>
24
24
#include <dmm.h>
25
+ #include <uicr/uicr.h>
25
26
26
27
#if defined(CONFIG_SOC_NRF54H20_CPURAD_ENABLE )
27
28
#include <nrf_ironside/cpuconf.h>
@@ -183,6 +184,13 @@ void soc_late_init_hook(void)
183
184
184
185
err_tdd = ironside_se_tdd_configure (IRONSIDE_SE_TDD_CONFIG_ON_DEFAULT );
185
186
__ASSERT (err_tdd == 0 , "err_tdd was %d" , err_tdd );
187
+
188
+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 3 , GPIO_PIN_CNF_CTRLSEL_TND );
189
+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 4 , GPIO_PIN_CNF_CTRLSEL_TND );
190
+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 5 , GPIO_PIN_CNF_CTRLSEL_TND );
191
+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 6 , GPIO_PIN_CNF_CTRLSEL_TND );
192
+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 7 , GPIO_PIN_CNF_CTRLSEL_TND );
193
+
186
194
#endif
187
195
188
196
#if defined(CONFIG_SOC_NRF54H20_CPURAD_ENABLE )
You can’t perform that action at this time.
0 commit comments