mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 18:32:54 +00:00
mspi: support 120M DDR flash and psram on S3 (experimental)
This commit is contained in:
@@ -575,6 +575,9 @@ static inline uint8_t spimem_flash_ll_get_source_freq_mhz(void)
|
||||
case 2:
|
||||
clock_val = 160;
|
||||
break;
|
||||
case 3:
|
||||
clock_val = 240;
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user