USB 4085 Pin Connections – Do All Pins Need to Be Connected?

differentialpcb-designusb-c

I would like to add a THT USB-C for hand soldering to my PCB. I found this on KiCad:
https://gct.co/connector/usb4085

enter image description here
(Full schematics)

D+ and D- are differential pairs.

Do I need to connect all of them or can I use only the first row?

If I have to connect them all, how can I place the traces? one on each layer?
enter image description here

Best Answer

Typically a USB C receptacle should but is not required to, have both D+ and D- connected. A USB C plug may but may not have both D+ and D- pairs present. If not, you will get in a situation where plugging in a cable could not work data wise. This is an inconvenience and breaks the normal user expectations of reversible cables. Worse if both sides of the connection do this. See https://hackaday.com/2021/03/22/cursed-usb-c-when-plug-orientation-matters/ for an example and page 11 and 12 of this texas instrument primer https://www.ti.com/lit/slyy109

USB data connections are high speed and should be impedance matched. That typically means the total length of each connection should be equal. There is some leeway but best practices is to make sure it's equal length. Connecting one side above and the other below should not be an issue, the difference being at worst the height of your board. USB 2.0 has some forgiving specs. See the layout of this TI expert recommendation https://e2e.ti.com/support/interface-group/interface/f/interface-forum/512449/type-c-connector-layout-made-easy

But the best source will probably be your usb c receptacle manufacturer. They likely have an app note or demo board that documents a recommended layout.