Revert "shields: nrf7002ek: Increase default frequency to 16MHz"
This reverts commit fe32d059af
.
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>
This commit is contained in:
parent
bacb99da6d
commit
163fe87831
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
compatible = "nordic,nrf7002-spi";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <DT_FREQ_M(16)>;
|
||||
spi-max-frequency = <DT_FREQ_M(8)>;
|
||||
|
||||
/* Include common nRF70 overlays */
|
||||
#include "nrf7002ek_common.dtsi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue