This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -81,14 +81,23 @@ struct aic_pinmux aic_pinmux_config[] = {
{4, PIN_PULL_DIS, 3, "PA.8"}, // SCK
{4, PIN_PULL_DIS, 3, "PA.9"}, // SDA
#endif
#if defined(AIC_USING_QSPI0) && !defined(AIC_SYSCFG_SIP_FLASH_ENABLE)
#ifdef AIC_USING_QSPI0
#ifndef AIC_SYSCFG_SIP_FLASH_ENABLE
/* qspi0 */
{2, PIN_PULL_DIS, 3, "PB.0"},
{2, PIN_PULL_DIS, 3, "PB.1"},
{2, PIN_PULL_DIS, 3, "PB.2"},
{2, PIN_PULL_DIS, 3, "PB.3"},
{2, PIN_PULL_DIS, 3, "PB.4"},
{2, PIN_PULL_DIS, 3, "PB.5"},
{2, PIN_PULL_UP, 3, "PB.0"},
{2, PIN_PULL_UP, 3, "PB.1"},
{2, PIN_PULL_UP, 3, "PB.2"},
{2, PIN_PULL_UP, 3, "PB.3"},
{2, PIN_PULL_UP, 3, "PB.4"},
{2, PIN_PULL_UP, 3, "PB.5"},
#else
{8, PIN_PULL_UP, 3, "PB.12"},
{8, PIN_PULL_UP, 3, "PB.13"},
{8, PIN_PULL_UP, 3, "PB.14"},
{8, PIN_PULL_UP, 3, "PB.15"},
{8, PIN_PULL_UP, 3, "PB.16"},
{8, PIN_PULL_UP, 3, "PB.17"},
#endif
#endif
#ifdef AIC_USING_QSPI1
/* qspi1 */