mspi: support 120M DDR flash and psram on S3 (experimental)

This commit is contained in:
Armando
2023-03-28 17:03:47 +08:00
parent 0026f73dcb
commit 6d4c0bb3aa
11 changed files with 234 additions and 56 deletions

View File

@@ -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();
}