From fe32d059af1d49cc1a82d66c81de82b8dd2dce7d Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Tue, 25 Mar 2025 00:43:17 +0530 Subject: [PATCH] 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 --- boards/shields/nrf7002ek/nrf7002ek.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/shields/nrf7002ek/nrf7002ek.overlay b/boards/shields/nrf7002ek/nrf7002ek.overlay index 2a0f09bd955..c06e263ac45 100644 --- a/boards/shields/nrf7002ek/nrf7002ek.overlay +++ b/boards/shields/nrf7002ek/nrf7002ek.overlay @@ -18,7 +18,7 @@ compatible = "nordic,nrf7002-spi"; status = "okay"; reg = <0>; - spi-max-frequency = ; + spi-max-frequency = ; /* Include common nRF70 overlays */ #include "nrf7002ek_common.dtsi"