feat(clk): support clk tree on h4mp

This commit is contained in:
Chen Jichang
2025-12-04 10:59:29 +08:00
parent 7dfc2f0343
commit 8702d5c986
18 changed files with 268 additions and 179 deletions

View File

@@ -41,8 +41,7 @@ menu "Bootloader config"
config BOOTLOADER_CPU_CLK_FREQ_MHZ
int
default 64 if IDF_TARGET_ESP32H2
default 48 if IDF_TARGET_ESP32H21 || IDF_TARGET_ESP32H4
default 64 if IDF_TARGET_ESP32H2 || IDF_TARGET_ESP32H21 || IDF_TARGET_ESP32H4
default 90 if IDF_TARGET_ESP32P4 && ESP32P4_SELECTS_REV_LESS_V3
default 100 if IDF_TARGET_ESP32P4 && !ESP32P4_SELECTS_REV_LESS_V3
default 80