shields: nrf7002ek: Increase default frequency to 16MHz

Now that the clock switching is implemented and most hosts support 16MHz
SPI, increase the default to 16MHz.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2025-03-25 00:43:17 +05:30 committed by Benjamin Cabé
commit fe32d059af

View file

@ -18,7 +18,7 @@
compatible = "nordic,nrf7002-spi"; compatible = "nordic,nrf7002-spi";
status = "okay"; status = "okay";
reg = <0>; reg = <0>;
spi-max-frequency = <DT_FREQ_M(8)>; spi-max-frequency = <DT_FREQ_M(16)>;
/* Include common nRF70 overlays */ /* Include common nRF70 overlays */
#include "nrf7002ek_common.dtsi" #include "nrf7002ek_common.dtsi"