I am wanting to use the castellated pinouts on the nRF7002 expansion board.
I have the nrf7002eb.overlay file open and it has defined two pins that do not make sense to me, namely iovdd-ctrl-gpios and srrf-switch-gpios.
I have downloaded the nRF7002 expansion board's hardware files (nrf7002-expansion-board---hardware-files-0_9_0.zip) to view the schematic.
Neither of those pins can be found in the overlay file are shown.

Also worth noting that when I remove those pins from the overlay file, the compile fails as it is treating iovdd-ctrl-gpios as required. This does not make sense and does not match the yaml file documentation (I tried adding in iovdd-regulator): docs.zephyrproject.org/.../nordic,nrf7002-spi.html
Please could you clarify.
Thanks.