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 2222#include <soc/nrfx_coredep.h>
2323#include <soc_lrcconf.h>
2424#include <dmm.h>
25+ #include <uicr/uicr.h>
2526#include <zephyr/drivers/firmware/nrf_ironside/cpuconf.h>
2627#include <zephyr/drivers/firmware/nrf_ironside/tdd.h>
2728
@@ -178,6 +179,13 @@ void soc_late_init_hook(void)
178179
179180 err_tdd = ironside_se_tdd_configure (IRONSIDE_SE_TDD_CONFIG_ON_DEFAULT );
180181 __ASSERT (err_tdd == 0 , "err_tdd was %d" , err_tdd );
182+
183+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 3 , GPIO_PIN_CNF_CTRLSEL_TND );
184+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 4 , GPIO_PIN_CNF_CTRLSEL_TND );
185+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 5 , GPIO_PIN_CNF_CTRLSEL_TND );
186+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 6 , GPIO_PIN_CNF_CTRLSEL_TND );
187+ UICR_GPIO_PIN_CNF_CTRLSEL_SET (NRF_P7 , 7 , GPIO_PIN_CNF_CTRLSEL_TND );
188+
181189#endif
182190
183191#if defined(CONFIG_SOC_NRF54H20_CPURAD_ENABLE )
You can’t perform that action at this time.
0 commit comments