Support for nRF7002 EK with nRF54L15 (SPI interface) - workspace configuration and missing driver issue

Content:
I’m working on integrating the nRF7002 EK over SPI with an nRF54L15 using nRF Connect SDK v3.1.1.
While setting up the workspace, I noticed that the Wi-Fi driver path nrf/drivers/wifi/nrf700x/ and the header nrf/include/net/wifi_nrf700x.h are missing in this version. Additionally, Kconfig options like CONFIG_NRF700X_ON_SPI and CONFIG_WIFI_NRF700X show as not directly user-configurable during build.

Could you please confirm:

  1. Whether SPI connectivity between nRF54L15 and nRF7002 officially supported in NCS v3.1.1?

  2. If so, which workspace, overlay, or configuration files should be used to enable Wi-Fi with this setup?

  3. If driver sources were moved or deprecated, where can I find the correct references for this configuration?

Many Thanks :)

Related