Skip to content

Commit 6c53f24

Browse files
magp-nordicadamkondraciuk
authored andcommitted
[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 allows only a predefined set of device frequencies. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent b5941cd commit 6c53f24

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

+1-1
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)