| 80 | |
| 81 | [=#usb3] |
| 82 | == USB 3.0 Support == |
| 83 | |
| 84 | Some modems now support USB 3.0 for faster speeds. |
| 85 | |
| 86 | Gateworks routes USB 3.0 to select Mini-PCIe slots on the Newport GW62xx, GW63xx and GW64xx (the GW61xx only has USB 2.0). The Laguna and Ventana families do not support USB 3.0. |
| 87 | |
| 88 | USB 3.0 is typically routed through a Multiplexer shared with PCIe so proper configuration must happen at the bootloader layer described [wiki:newport/bootloader#hwconfig:miniPCIeSocketConfigurationhere] |
| 89 | |
| 90 | Typical USB 3.0 pins are: |
| 91 | * 23 - USB3.0_TX- |
| 92 | * 25 - USB3.0_TX+ |
| 93 | * 31 - USB3.0_RX- |
| 94 | * 33 - USB3.0_RX+ |
| 95 | |
| 96 | To verify proper USB 3.0 operation, look for a speed of 5000M in the usb device tree with the command shown in the example below (Bus 04.Port 1) |
| 97 | |
| 98 | {{{ |
| 99 | root@xenial-newport:~# lsusb -t |
| 100 | /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M |
| 101 | |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=option, 5000M |
| 102 | |__ Port 1: Dev 2, If 1, Class=Vendor Specific Class, Driver=, 5000M |
| 103 | |__ Port 1: Dev 2, If 2, Class=Vendor Specific Class, Driver=qmi_wwan, 5000M |
| 104 | |__ Port 1: Dev 2, If 3, Class=Vendor Specific Class, Driver=option, 5000M |
| 105 | |__ Port 1: Dev 2, If 4, Class=Vendor Specific Class, Driver=option, 5000M |
| 106 | |__ Port 1: Dev 2, If 5, Class=Vendor Specific Class, Driver=option, 5000M |
| 107 | |__ Port 1: Dev 2, If 6, Class=Vendor Specific Class, Driver=option, 5000M |
| 108 | /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M |
| 109 | /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 5000M |
| 110 | |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M |
| 111 | /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M |
| 112 | |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M |
| 113 | |__ Port 5: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 480M |
| 114 | }}} |
| 115 | |