zephyr/tests/drivers/mspi/api/testcase.yaml
Swift Tian 4d83bc2c8c tests: mspi: Add apollo3p_evb board to api test
Add the apollo3p_evb board to test the MSPI controller implementation.

Signed-off-by: Swift Tian <swift.tian@ambiq.com>
2024-06-14 21:07:00 -04:00

18 lines
415 B
YAML

# Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
# SPDX-License-Identifier: Apache-2.0
tests:
drivers.mspi.api:
tags:
- drivers
- mspi
- api
filter: dt_compat_enabled("zephyr,mspi-emul-controller") or
dt_compat_enabled("ambiq,mspi-controller")
harness: ztest
platform_allow:
- native_sim
- apollo3p_evb
integration_platforms:
- native_sim