Skip to content

Commit cd3fb80

Browse files
committed
[nrf noup] tests: drivers: mspi: api: nRF54L15 fix frequency
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 the CPU frequency. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent 6c9b2f2 commit cd3fb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
status = "okay";
1919
compatible = "zephyr,mspi-emul-device";
2020
reg = <0x0>;
21-
mspi-max-frequency = <48000000>;
21+
mspi-max-frequency = <DT_FREQ_M(1)>;
2222
};
2323
};
2424
};

0 commit comments

Comments
 (0)