docs(usb): Update ESP32-P4 USB pins to MP version

Closes https://github.com/espressif/esp-idf/issues/16136
This commit is contained in:
Tomas Rezucha
2025-06-16 13:23:23 +02:00
parent d5323cfaaa
commit 73058bfca0

View File

@ -22,7 +22,7 @@ ESP BOARD USB CONNECTOR (type A)
| | USB_DP | USB_DM |
| ------------ | ------ | ------ |
| ESP32-S2/S3 | GPIO20 | GPIO19 |
| ESP32-P4 2.0 | pin 51 | pin 50 |
| ESP32-P4 2.0 | pin 50 | pin 49 |
| ESP32-P4 1.1 | GPIO27 | GPIO26 |
> Note: On the ESP32-P4, the USB 2.0 PHY pins are dedicated to USB-OTG functionality and cannot be used as general-purpose GPIOs.