Skip to content

Commit

Permalink
[nrf noup] tests: drivers: mspi: add SDP MSPI testcase
Browse files Browse the repository at this point in the history
Add SDP MPSI testcase to basic API test.

Signed-off-by: Jakub Zymelka <[email protected]>
  • Loading branch information
jaz1-nordic committed Nov 13, 2024
1 parent 9f1d6b0 commit 4e5d7cd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
21 changes: 21 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,21 @@
/*
* Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
* SPDX-License-Identifier: Apache-2.0
*/

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

&emspi {
status = "okay";

mspi_device: mspi_device@0 {
status = "okay";
compatible = "zephyr,mspi-emul-device";
reg = <0x0>;
mspi-max-frequency = <48000000>;
};
};
15 changes: 15 additions & 0 deletions tests/drivers/mspi/api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ tests:
- apollo3p_evb
integration_platforms:
- native_sim

drivers.mspi.api.emspi:
tags:
- drivers
- mspi
- api
harness: ztest
platform_allow:
- nrf54l15dk_nrf54l15_cpuapp
integration_platforms:
- nrf54l15dk_nrf54l15_cpuapp
extra_args:
- SB_CONFIG_PARTITION_MANAGER=n
- SB_CONFIG_SDP=y
- SB_CONFIG_SDP_MSPI=y

0 comments on commit 4e5d7cd

Please sign in to comment.