Skip to content

Commit

Permalink
[nrf noup] tests: drivers: mspi: api: nRF54L15 fix frequency
Browse files Browse the repository at this point in the history
nrf-squash! [nrf noup] tests: drivers: mspi: api: Add nRF54L15 overlay file

Fix device frequency for nRF54L15. SDP MSPI does not allow other
frequencies that divisors of half of the CPU frequency.

Signed-off-by: Magdalena Pastula <[email protected]>
  • Loading branch information
magp-nordic committed Feb 19, 2025
1 parent 6c9b2f2 commit 76742b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
status = "okay";
compatible = "zephyr,mspi-emul-device";
reg = <0x0>;
mspi-max-frequency = <48000000>;
mspi-max-frequency = <DT_FREQ_M(1)>;
};
};
};

0 comments on commit 76742b7

Please sign in to comment.