Skip to content

Commit 04bbca7

Browse files
danieldegrassenashif
authored andcommitted
boards: nxp: frdm_rw612: correct max frequency for WS25Q512JV
WS25Q512JV can only run at 104MHz at 3.3V, unless the read parameter bits are changed. Since we don't reprogram these currently, reduce max frequency to safe value Signed-off-by: Daniel DeGrasse <[email protected]> (cherry picked from commit 23d2537)
1 parent 29b2bf8 commit 04bbca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/frdm_rw612/frdm_rw612.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
status = "okay";
6565
erase-block-size = <4096>;
6666
write-block-size = <1>;
67-
spi-max-frequency = <133000000>;
67+
spi-max-frequency = <104000000>;
6868
};
6969
};
7070

0 commit comments

Comments
 (0)