1# Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
2# SPDX-License-Identifier: Apache-2.0
3
4tests:
5  drivers.mspi.flash:
6    tags:
7      - drivers
8      - mspi
9      - flash
10    filter: dt_compat_enabled("zephyr,mspi-emul-flash")
11      or dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("jedec,mspi-nor")
12      or dt_compat_enabled("mspi-atxp032") or dt_compat_enabled("mspi-is25xX0xx")
13    harness: ztest
14    platform_allow:
15      - native_sim
16      - apollo3p_evb
17      - apollo510_evb
18    integration_platforms:
19      - native_sim
20      - apollo3p_evb
21      - apollo510_evb
22  drivers.mspi.flash.xip_read:
23    tags:
24      - drivers
25      - mspi
26      - flash
27    filter: dt_compat_enabled("mspi-is25xX0xx")
28    harness: ztest
29    platform_allow:
30      - apollo510_evb
31    integration_platforms:
32      - apollo510_evb
33    extra_configs:
34      - CONFIG_FLASH_MSPI_XIP_READ=y
35