nRF7002-DK Powering-off WiFi companion

Hello,

As working on the nRF7002-DK, I wanted to power off the nRF7002 in order to reduce power consumption.
What I wanted to do was : Start application -> Connect to WiFi -> Send data using TCP -> power off nRF7002 -> Wait -> power on nRF7002 -> Connect to WiFi .....

For this, I wanted to disable BUCK_EN and nRF7002_IOVDD_EN unfortunately i can't add those pins to my .overlay file in my project as they don't seem to have a compatible properties in the nordic,nrf7002.yaml in  nrf/dts/binding/wifi hence I can't find a way to define an alias for those pin.

Do anyone have an idea of how I could achieve controlling those pins or have another way to perform the sequence I'm trying to implement ?

Thanks,
Best regards

Related