mspi: support 120MHz Quad Flash and PSRAM on ESP32S3

This commit is contained in:
Armando
2021-08-13 11:30:54 +08:00
parent 0583bda9c7
commit a3dc625da6
15 changed files with 525 additions and 356 deletions

View File

@@ -92,7 +92,7 @@ extern "C" {
* 1. running at 240 MHz
* 2. running with 80MHz Flash frequency
*/
#ifdef CONFIG_ESPTOOLPY_FLASHFREQ_80M
#if CONFIG_ESPTOOLPY_FLASHFREQ_80M || CONFIG_ESPTOOLPY_FLASHFREQ_120M
#define DIG_DBIAS_80M_160M RTC_CNTL_DBIAS_1V25
#else
#define DIG_DBIAS_80M_160M RTC_CNTL_DBIAS_1V10