This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

View File

@@ -75,8 +75,8 @@
"head_ver": "0x00010001",
"loader": {
"file": "bootloader.bin",
"load address": "0x43E00000",
"entry point": "0x43E00100", // 256 byte aic header
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
},
"resource": {
"private": "ddr_init.bin",

View File

@@ -296,6 +296,16 @@ struct aic_pinmux aic_pinmux_config[] = {
#ifdef AIC_USING_GPAI7
{2, PIN_PULL_DIS, 3, "PA.7"},
#endif
#ifdef AIC_USING_AUDIO
#ifdef AIC_AUDIO_PLAYBACK
{4, PIN_PULL_DIS, 3, "PE.11"},
{1, PIN_PULL_DIS, 3, AIC_AUDIO_PA_ENABLE_GPIO},
#endif
#ifdef AIC_AUDIO_DMIC
{4, PIN_PULL_DIS, 3, "PF.14"},
{4, PIN_PULL_DIS, 3, "PF.15"},
#endif
#endif
#ifdef AIC_USING_RTP
{2, PIN_PULL_DIS, 3, "PA.8"},
{2, PIN_PULL_DIS, 3, "PA.9"},