Skip to content

Commit ecf22d6

Browse files
jaz1-nordicadamkondraciuk
authored andcommitted
[nrf noup] tests: drivers: mspi: api: Add nRF54L15 overlay file
Add nRF54l15 overlay file to be able to run SDP MSPI API test. Signed-off-by: Jakub Zymelka <[email protected]> (cherry picked from commit abc7966)
1 parent bd62a72 commit ecf22d6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
mspi0 = &sdp_mspi;
10+
};
11+
};
12+
13+
&cpuflpr_vpr {
14+
status = "okay";
15+
16+
sdp_mspi: sdp_mspi {
17+
mspi_device: mspi_device@0 {
18+
status = "okay";
19+
compatible = "zephyr,mspi-emul-device";
20+
reg = <0x0>;
21+
mspi-max-frequency = <48000000>;
22+
};
23+
};
24+
};

0 commit comments

Comments
 (0)