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 61064b442a
commit 821631bd35
3 changed files with 8 additions and 3 deletions

View File

@@ -1551,6 +1551,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

@@ -573,6 +573,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