Skip to content

Commit 3e7af2a

Browse files
committed
snippets: sdp: mspi: soc: fix max driver frequency
Fix maximal possible frequency value in SDP MSPI. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent b88c141 commit 3e7af2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/sdp/mspi/soc/nrf54l15_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
/delete-node/ &mx25r64;
100100

101101
&sdp_mspi {
102-
clock-frequency = <DT_FREQ_M(48)>;
102+
clock-frequency = <DT_FREQ_M(64)>;
103103
pinctrl-0 = <&sdp_mspi_default>;
104104
pinctrl-1 = <&sdp_mspi_sleep>;
105105
pinctrl-names = "default", "sleep";

0 commit comments

Comments
 (0)