zephyr/tests/drivers/sdhc/testcase.yaml
Kumar Gala 459425c7b9 tests: drivers: sdhc: Convert to use DEVICE_DT_GET
Move to use DEVICE_DT_GET instead of device_get_binding as
we work on phasing out use of DTS 'label' property.

Move to using alias 'sdhc0' instead.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-14 10:29:14 +02:00

13 lines
249 B
YAML

common:
depends_on: sdhc
tags: drivers sdhc
tests:
drivers.sdhc.sdhc_api:
harness: ztest
harness_config:
fixture: fixture_sdhc
filter: dt_alias_exists("sdhc0")
tags: sdhc
integration_platforms:
- mimxrt1064_evk