EHCI

From Vita Development Wiki
Revision as of 21:52, 12 June 2020 by SilicAndPina (talk | contribs) (Add pinout)
Jump to navigation Jump to search

The accessory port found only on the original Vita models is a custom port USB interface. The port must be activated in software and so far, there does not seem to be any official public software that uses it. It was thought that as of firmware 1.69, all APIs that reference the accessory port are permanently disabled. however this isnt true, even on 3.73 the accessory port can be enabled using sceUsbServAccessoryActivate and disabled with sceUsbServAccessoryDeactivate

The "CBPS" was also able to get the accessory port working and able to mount a USB drive via VitaShell by hacking Mini-USB cables.


Pin Name Description
1 GND Ground - On the side with the mounting hole that has threads
2 ID (1.8v) Usb OTG.
3 D- USB Data
4 D+ USB Data
5 VBUS (3.3v) Power


From FCC filing for AK8PDE1001A

The only documented usage of this port is from an FCC filing for the PDEL-1001 development unit. It seems that some dongle attached to the device is used as part of their hardware testing framework.