The nRF7002DK board has a Vdd of 1.8 V, unlike every other Nordic board I've seen which use 3.3V. I assume this is due to the nRF5340 errata that state that the QSPI bus (used to connect to the nRF7002) doesn't function properly at 96 MHz for Vdd > 2.0 V. Another errata states that the radio performance (both BT and Wi-Fi?) is significantly degraded with 96 MHZ QSPI at a higher voltage. See:
and
How can I set the QSPI clock high frequency with the nRF Connect SDK? I see that the device tree sets sck-frequency = 24 MHz, but it looks like the driver code boosts that during some operations (to 96 MHz I believe - I don't have a fast scope handy). Is there a user setting that will affect the boosted frequency, or is that buried in the driver code?
Wi-Fi throughput is critical to us, so I would like to see how our application is affected by using 48 MHz instead of 96 MHz for the QSPI. If the system throughput is not affected much, it might be better for us to run at 48 MHz to allow the use of 3.3V serial ports.