JAJSKH4A April 2022 – May 2024 TUSB1104
PRODUCTION DATA
// (address, data)
// Initial power-on configuration.
(0x0A, 0x91), // Limited redriver, EQ_OVERRIDE and USB 3.2
(0x0B, 0x6F), // SSRX1 limited. Preshoot and de-emphasis.
(0x0C, 0x6C), // SSRX2 limited. Preshoot and de-emphasis.
(0x1C, 0x80), // Disable AEQ enable.
(0x32, 0xC0), // VOD control
(0x20, 0x44), // USB connector CRx1/CRx2 EQ setting
(0x21, 0x55), // SSTX1 and SSTX2 receiver EQ
// Controls when selecting between normal and flip orientation.
If (USBonly_normal) // USB-C connected and normal orientation.
{ (0x0A,0x91); }
Else if (USBonly_flip) // USB-C connected and Flip orientation.
{ (0x0A, 0x95); }
Else // Nothing connected to USB-C connector. Disable USB 3.2.
{ (0x0A, 0x90); }