Skip to content

Commit fe32d05

Browse files
krish2718kartben
authored andcommitted
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 <[email protected]>
1 parent 4818585 commit fe32d05

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(8)>;
21+
spi-max-frequency = <DT_FREQ_M(16)>;
2222

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

0 commit comments

Comments
 (0)