Skip to content

Commit

Permalink
snippets: sdp: mspi: soc: fix max driver frequency
Browse files Browse the repository at this point in the history
Fix maximal possible frequency value in SDP MSPI.

Signed-off-by: Magdalena Pastula <[email protected]>
  • Loading branch information
magp-nordic committed Feb 14, 2025
1 parent 89f67c3 commit 469bacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/sdp/mspi/soc/nrf54l15_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
/delete-node/ &mx25r64;

&sdp_mspi {
clock-frequency = <DT_FREQ_M(48)>;
clock-frequency = <DT_FREQ_M(64)>;
pinctrl-0 = <&sdp_mspi_default>;
pinctrl-1 = <&sdp_mspi_sleep>;
pinctrl-names = "default", "sleep";
Expand Down

0 comments on commit 469bacb

Please sign in to comment.