feat(sd): sd host driver layer driver NG

This commit is contained in:
armando
2025-05-13 10:43:47 +08:00
parent f9765d0316
commit 402bf0ce58
24 changed files with 2980 additions and 36 deletions

View File

@@ -1463,6 +1463,10 @@ config SOC_SDMMC_NUM_SLOTS
int
default 2
config SOC_SDMMC_DATA_WIDTH_MAX
int
default 8
config SOC_SDMMC_SUPPORT_XTAL_CLOCK
bool
default y

View File

@@ -574,6 +574,7 @@
*/
#define SOC_SDMMC_USE_GPIO_MATRIX 1
#define SOC_SDMMC_NUM_SLOTS 2
#define SOC_SDMMC_DATA_WIDTH_MAX 8
/* Indicates that there is an option to use XTAL clock instead of PLL for SDMMC */
#define SOC_SDMMC_SUPPORT_XTAL_CLOCK 1
/* Supported host clock delay phase number */