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") or
11            dt_compat_enabled("mspi-atxp032")
12    harness: ztest
13    platform_allow:
14      - native_sim
15      - apollo3p_evb
16    integration_platforms:
17      - native_sim
18      - apollo3p_evb
19