Skip to content

Commit

Permalink
tests: drivers: mspi: api: Add nRF54L15 overlay file
Browse files Browse the repository at this point in the history
Add nRF54l15 overlay file to be able to run SDP MSPI API test.

Signed-off-by: Jakub Zymelka <[email protected]>
  • Loading branch information
jaz1-nordic committed Nov 25, 2024
1 parent 815e12a commit dc94f79
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
aliases {
mspi0 = &sdp_mspi;
};
};

&cpuflpr_vpr {
status = "okay";

sdp_mspi: sdp_mspi {
mspi_device: mspi_device@0 {
status = "okay";
compatible = "zephyr,mspi-emul-device";
reg = <0x0>;
mspi-max-frequency = <48000000>;
};
};
};

0 comments on commit dc94f79

Please sign in to comment.