Skip to content

Commit 23d2537

Browse files
danieldegrassedleach02
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]>
1 parent 6bc73df commit 23d2537

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
@@ -72,7 +72,7 @@
7272
status = "okay";
7373
erase-block-size = <4096>;
7474
write-block-size = <1>;
75-
spi-max-frequency = <133000000>;
75+
spi-max-frequency = <104000000>;
7676
};
7777
aps6404l: aps6404l@2 {
7878
compatible = "nxp,imx-flexspi-aps6404l";

0 commit comments

Comments
 (0)