tests: add test for SDIO subsystem

Add test to verify SDIO subsystem. Note that due to the nature of SDIO
cards, this test only reads from common registers and does not verify
extended reads or writes.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-08-15 16:20:37 -05:00 committed by Anas Nashif
commit 6a31ed50b8
5 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,13 @@
common:
depends_on: sdhc
tags: drivers sdhc
tests:
sd.sdio:
harness: ztest
harness_config:
fixture: fixture_sdhc
filter: dt_alias_exists("sdhc0")
tags: sdhc
min_ram: 32
integration_platforms:
- mimxrt1064_evk