JAJSKH4A April 2022 – May 2024 TUSB1104
PRODUCTION DATA
// (address, data)
// Initial power-on configuration.
(0x0A, 0x11), // Linear redriver, EQ_OVERRIDE and USB 3.2
(0x32, 0xC0), // VOD control
(0x1C, 0x85), // Full AEQ enable. Set upper EQ limit to 0x8.
(0x1D, 0x10), // Over EQ adjustment
(0x20, 0x11), // USB connector CRx1/CRx2 EQ. Not used in Full AEQ.
(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,0x11); }
Else if (USBonly_flip) // USB-C connected and Flip orientation.
{ (0x0A, 0x15); }
Else // Nothing connected to Type-C. Disable USB 3.2.
{ (0x0A, 0x10); }