fix(esp_hw_support): iomux slp_sel is not avaliable to isolate mspi pin leakage on esp32p4

This commit is contained in:
wuzhenghui
2025-03-20 17:59:35 +08:00
parent a15c978f08
commit d9fdab14d0
3 changed files with 8 additions and 3 deletions

View File

@@ -1515,6 +1515,10 @@ config SOC_SPI_SUPPORT_CLK_SPLL
bool
default y
config SOC_MSPI_HAS_INDEPENT_IOMUX
bool
default y
config SOC_MEMSPI_IS_INDEPENDENT
bool
default y

View File

@@ -564,6 +564,7 @@
// host_id = 0 -> SPI0/SPI1, host_id = 1 -> SPI2,
#define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;})
#define SOC_MSPI_HAS_INDEPENT_IOMUX 1
#define SOC_MEMSPI_IS_INDEPENDENT 1
#define SOC_SPI_MAX_PRE_DIVIDER 16