SDMMC test requires that initialization test run first. Fix test name
to ensure it runs before other tests in suite.
Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
Add a bunch of missing "zephyr/" prefixes to #include statements in
various test and test framework files.
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
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' for SDHC controller.
Signed-off-by: Kumar Gala <galak@kernel.org>