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>
13 lines
249 B
YAML
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
|