diff --git a/ext/hal/nordic/nrfx_config_nrf9160.h b/ext/hal/nordic/nrfx_config_nrf9160.h index 43d4f0ed2e0..85f28286fe5 100644 --- a/ext/hal/nordic/nrfx_config_nrf9160.h +++ b/ext/hal/nordic/nrfx_config_nrf9160.h @@ -119,6 +119,23 @@ ((NRF_SPIM_Type *)DT_NORDIC_NRF_SPI_SPI_3_BASE_ADDRESS) #endif +#ifdef DT_NORDIC_NRF_SPIS_SPI_0_BASE_ADDRESS +#define NRF_SPIS0 \ + ((NRF_SPIS_Type *)DT_NORDIC_NRF_SPIS_SPI_0_BASE_ADDRESS) +#endif +#ifdef DT_NORDIC_NRF_SPIS_SPI_1_BASE_ADDRESS +#define NRF_SPIS1 \ + ((NRF_SPIS_Type *)DT_NORDIC_NRF_SPIS_SPI_1_BASE_ADDRESS) +#endif +#ifdef DT_NORDIC_NRF_SPIS_SPI_2_BASE_ADDRESS +#define NRF_SPIS2 \ + ((NRF_SPIS_Type *)DT_NORDIC_NRF_SPIS_SPI_2_BASE_ADDRESS) +#endif +#ifdef DT_NORDIC_NRF_SPIS_SPI_3_BASE_ADDRESS +#define NRF_SPIS3 \ + ((NRF_SPIS_Type *)DT_NORDIC_NRF_SPIS_SPI_3_BASE_ADDRESS) +#endif + #ifdef DT_NORDIC_NRF_SPU_SPU_BASE_ADDRESS #define NRF_SPU \ ((NRF_SPU_Type *)DT_NORDIC_NRF_SPU_SPU_BASE_ADDRESS)