At the same time the technical manual states:
And the only two P4 SOCs available come with 1.8V integrated PSRAM. So 3.3V Flash doesn't even seem to be usable with these P4 chips without destroying the PSRAM, and it makes even less sense to have 3.3V be the default instead of 1.8V.Some PSRAM chips are 1.8 V devices and some are 3.3 V. The working voltage of the PSRAM chip must match the working voltage of the flash component. Consult the datasheet for your PSRAM chip and ESP32-P4 device to find out the working voltages. For a 1.8 V PSRAM chip, make sure to either set the MTDI pin to a high signal level on bootup, or program ESP32-P4 eFuses to always use the VDD_SIO level of 1.8 V. Not doing this can damage the PSRAM and/or flash chip.
What am I missing?