Skip to content

Commit 163fe87

Browse files
krish2718kartben
authored andcommitted
Revert "shields: nrf7002ek: Increase default frequency to 16MHz"
This reverts commit fe32d05. A supported host, 52840 does not support 16MHz SPI (though it falls back to 8M) but prioritize interoperability over performance. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent bacb99d commit 163fe87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/nrf7002ek/nrf7002ek.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
compatible = "nordic,nrf7002-spi";
1919
status = "okay";
2020
reg = <0>;
21-
spi-max-frequency = <DT_FREQ_M(16)>;
21+
spi-max-frequency = <DT_FREQ_M(8)>;
2222

2323
/* Include common nRF70 overlays */
2424
#include "nrf7002ek_common.dtsi"

0 commit comments

Comments
 (0)