Browse Source

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 <daniel.degrasse@nxp.com>
(cherry picked from commit 23d253727c)
pull/80869/head
Daniel DeGrasse 9 months ago committed by Anas Nashif
parent
commit
04bbca7464
  1. 2
      boards/nxp/frdm_rw612/frdm_rw612.dts

2
boards/nxp/frdm_rw612/frdm_rw612.dts

@ -64,7 +64,7 @@
status = "okay"; status = "okay";
erase-block-size = <4096>; erase-block-size = <4096>;
write-block-size = <1>; write-block-size = <1>;
spi-max-frequency = <133000000>; spi-max-frequency = <104000000>;
}; };
}; };

Loading…
Cancel
Save