zephyr/tests/drivers/mspi/flash/testcase.yaml
Swift Tian 2b103137ab tests: mspi: Add apollo3p_evb board to flash test
The apollo3p_evb board has a ATXP032 NOR flash and driver is tested
in mspi/flash test.

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

19 lines
426 B
YAML

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