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:
parent
4818585006
commit
fe32d059af
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(8)>;
|
||||
spi-max-frequency = <DT_FREQ_M(16)>;
|
||||
|
||||
/* Include common nRF70 overlays */
|
||||
#include "nrf7002ek_common.dtsi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue