1# Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
2# SPDX-License-Identifier: Apache-2.0
3
4tests:
5  drivers.mspi.api:
6    tags:
7      - drivers
8      - mspi
9      - api
10    filter: dt_compat_enabled("zephyr,mspi-emul-controller")
11    harness: ztest
12    platform_allow:
13      - native_sim
14    integration_platforms:
15      - native_sim
16  drivers.mspi.api.ambiq:
17    tags:
18      - drivers
19      - mspi
20      - api
21    filter: dt_compat_enabled("ambiq,mspi-controller")
22    harness: ztest
23    platform_allow:
24      - apollo3p_evb
25      - apollo510_evb
26    extra_configs:
27      - CONFIG_MSPI_AMBIQ_CONTROLLER=y
28