Microchip USB2532 - USB Hub

USB2532 - USB Hub Microchip - Free user manual and instructions

Find the device manual for free USB2532 Microchip in PDF.

📄 70 pages English EN Download 💬 AI Question 10 questions ⚙️ Specs
Notice Microchip USB2532 - page 1
Pick your language and provide your email: we'll send you a specifically translated version.
Product Type USB 2.0 Hub Controller
USB Standard USB 2.0 (High Speed 480 Mbps, Full Speed 12 Mbps)
Number of Downstream Ports 2 (USB2532)
Power Mode Self-Powered or Bus-Powered (configurable)
Configuration Interface SMBus (Slave Address 2Dh)
On-Chip OTP Memory 2048 bytes for permanent configuration
Transaction Translator Single-TT or Multi-TT (per port)
Port Power Switching Ganged or Individual (configurable)
Overcurrent Protection Port-by-port or ganged sensing (programmable timer)
Battery Charging Detection Supports DCP, CDP, SDP, SE1 chargers (BC 1.2)
LED Indicators 2 programmable LED/PIO pins with blink/breath modes
PIO GPIOs Up to 48 PIO pins (depending on package)
FlexConnect Mode Allows swapping upstream/downstream port roles
Port Remapping Supports flexible logical-to-physical port mapping
Vendor/Product ID Programmable via SMBus registers (VID, PID, DID)
String Descriptors Manufacturer, Product, Serial strings (up to 93 characters)
Package QFN (typical, check datasheet for exact dimensions)
Operating Voltage 3.3V (core) and VBUS (5V) for USB
Operating Temperature Industrial grade (0°C to +85°C typical)
Safety Features Overcurrent protection, VBUS monitoring, thermal shutdown

Frequently Asked Questions - USB2532 Microchip

How can I configure the USB2532 hub for custom VID/PID?
Use the SMBus interface to write to configuration registers 3000h-3005h. First, write the desired values to the memory using a block write, then send the Configuration Register Access command (9937h) to apply them. See sections 2.4.1 and 2.5.2.2 in the manual.
What is the default SMBus address of the USB2532?
The default 7-bit SMBus address is 2Dh. For a write, the first byte is 5Ah; for a read, it is 5Bh.
Can I use the USB2532 in a bus-powered configuration?
Yes, set bit 7 of register 3006h (HUB_CFG1) to 0 for bus-powered mode. Ensure the total current drawn from VBUS does not exceed 500mA after configuration, including hub circuitry and downstream devices.
How do I enable Multi-TT (one transaction translator per port)?
Set bit 4 of register 3006h (HUB_CFG1) to 1. Note that the host may override this and force Single-TT mode.
What types of battery chargers can the USB2532 detect?
It can detect Dedicated Charging Port (DCP), Charging Downstream Port (CDP), Standard Downstream Port (SDP), and SE1 chargers (low, high, super high current). The detection result is available in register 30E2h.
Is it possible to permanently program configurations into the USB2532?
Yes, using the OTP (One-Time Programmable) memory. Write configuration commands starting at register 4800h and send the OTP Program command (9933h). Note that OTP can only be programmed once.
How can I control the LED behavior on the USB2532?
Registers 0806h-0809h control LED0/PIO0 and LED1/PIO1. You can set blink rate, breath mode, polarity, and trail-off time. The LED_PIO bit selects between LED or GPIO function.
What is FlexConnect mode and how do I enable it?
FlexConnect allows swapping the upstream and downstream port roles. Enable it by setting bit 0 of register 318Eh (CONNECT_CFG) to 1. This changes the Swap Port (physical port 1) to act as upstream and the Flex Port (physical port 0) to downstream.
How do I read configuration register values over SMBus?
Perform a three-step process: 1) Write the desired register address and read command to memory (offset 00h). 2) Send the Configuration Register Access command (9937h). 3) Read the data back from memory offset 04h. See section 2.4.2 for an example.
Can I disable a specific downstream port to save power?
Yes, use the Port Disable registers (300Ah for self-powered, 300Bh for bus-powered). Set the corresponding bit to 1 to disable the port. The hub will automatically renumber the remaining ports to maintain contiguous numbering.

User questions about USB2532 Microchip

0 question about this device. Answer the ones you know or ask your own.

Ask a new question about this device

The email remains private: it is only used to notify you if someone responds to your question.

No questions yet. Be the first to ask one.

Download the instructions for your USB Hub in PDF format for free! Find your manual USB2532 - Microchip and take your electronic device back in hand. On this page are published all the documents necessary for the use of your device. USB2532 by Microchip.

USER MANUAL USB2532 Microchip

Configuration Options for the USB253x / USB3x13 / USB46x4

Authors: Arnaldo Cruz, Brigham Steele Microchip Technology, Inc.

INTRODUCTION

The SMBus slave interface can be used to customize the functionality of the USB253x / USB3x13 / USB46x4 hub. Through this interface, the SOC is able to control the digital and USB lines for internal testing, configure the Hub to function with the desired options when enumerating, and load custom firmware to fully unlock the features of the embedded processor. This functionality entails that some configuration registers are accessible only during the configuration stages, while others are accessible during runtime. Both sets of registers are detailed in this application note.

This document includes the following topics:

• HUB Operational Mode on page 2
• SOC Configuration Stage on page 3
- SMBus Run Time Accessible Registers on page 52
- OTP Configuration on page 61

References

The following documents should be referenced when using this application note. Contact your Microchip representative for availability.

USB2532 Data Sheet

USB2533 Data Sheet

USB2534 Data Sheet

USB3613 Data Sheet

USB3813 Data Sheet

USB4604 Data Sheet

USB4624 Data Sheet

Protouch Configuration Tool

USB2530 Software Development Kit

System Management Bus Specification, Version 1.0

1.0 HUB OPERATIONAL MODE

1.1 Hub Configuration Stages

The Controller Hub is configured in three stages. The SOC Configuration Stage is executed through the SMBus interface. The hub also is configured from the internal OTP registers through the Hub Configuration Stage and finally during the Hub Connect Stage. The diagram below shows how these stages flow:

FIGURE 1: HUB OPERATIONAL MODE FLOWCHART
graph TD A["HW INIT"] --> B{SPI?} B -->|Y| C["Run From External SPI Flash"] B -->|Y| D["Run From Internal ROM"] C --> E{SMBus?} D --> E E --> F["Configure Through SMBus"] E --> G["Config Load From Internal ROM"] F --> H{Attach Cmd?} G --> I["Combine ROM/SOC OTP Configuration"] H --> J["SOC_CFG"] I -…

Note: Because the OTP Configuration registers are loaded after the SOC_CFG stage, it is possible for configuration registers modified in the SOC_CFG stage to be overwritten in the HUB_CONFIG stage.

1.2 SMBus Protocol

The SMBus protocol is a flexible 2-pin serial protocol used for low speed communication between integrated circuits. The protocol consists of a SMBCLK pin generated by the SMBus Master and a bi-directional SMBDATA pin that can be driven by a Master or a Slave. The bus requires a pull-up resistor on both SMBCLK and SMBDATA to function. The hub configure the pins as Open/Drain buffers where the driver will either tristate the pin or drive the pin to ground. The input threshold for the high level ranges from 1.2V to 3.3V, allowing the Hub to communicate with a large sample of SOCs on the market. Refer to the System Management Bus Specification for more details on the timing specifications of the bus.

2.0 SOC CONFIGURATION STAGE

The first stage where the SMBus interface is active is the SOC Configuration Stage. In this stage, the SOC may modify any of the configuration settings to customize the Hub to their purposes. The SOC can configure the hub as Full Speed only, or have the Hub report a port as non-removable. The SOC can also disable a port entirely to conserve power. The hub can be addressed at the address 2Dh and interprets the data bytes as shown in the following sub-sections:

Note: If more than one hub is on the same SMBus, additional hubs may be held in reset while the initial hub is being configured.

2.1 SMBus Block Write

The SMBus block write consists of an Address+Direction(0) byte followed by the 16-bit memory address, split into two bytes. The address is used for special commands as well as a pointer to the hubs internal memory. After the address, the next byte of data is the count of data bytes that will follow, up to 128 bytes in a block. Finally, a write of 00h is used to terminate the write operation followed by the SMBus stop signal.

FIGURE 2: SMBUS BLOCK WRITE

S01011010AoffsetMAoffsetLAcountAData1AData2A00hAP

Note: The 7-bit address of the hub is 2Dh. Or the first byte is 5Ah for an SMBus Write.

2.2 SMBus Block Read

The SMBus block read consists of an Address+Direction(0) byte with the 16-bit memory address followed by a repeat Start signal and an Address+Direction(1) byte. The hub will then start to output the count (128 bytes) and the contents of the internal registers starting at the 16-bit address specified.

FIGURE 3: SMBUS BLOCK READ

S01011010AoffMAoffLAS01011011AcntAData1AData2ADataNNP

Note: The 7-bit address of the hub is 2Dh. Or the first byte is 5Ah for a write and 5Bh for a read.

2.3 Special Commands

There are special commands that can be sent in the place of the 16-bit address bytes. These commands are used to enumerate the hub, access the configuration registers, or simply reset the device. The commands consist of the 16-bit command followed by a 00h byte to terminate the command.

TABLE 1: SPECIAL SMBUS COMMANDS

Operation OPCODEDescription
Configuration Register Access9937hRead and Write Configuration Registers
USB Attach AA55h Exit SOC_CONFIG and Enter HUB_CONFIG Stage
OTP Program9933hPermanently program configuration commands to the OTP
OTP Read9934hRead the values of the OTP register

Note: OTP Program and OTP Read commands reference data starting at configuration register 4800h.

2.4 Accessing Configuration Registers

The Configuration Register Access command allows the SMBus Master to read or write to the internal registers of the hub. When the Configuration Register Access command is sent, the hub will interpret the memory starting at offset 00h as follows:

TABLE 2: MEMORY FORMAT FOR CONFIGURATION REGISTER ACCESS

RAM Address Description Notes
0000h Direction 0 =Register Write, 1 =Register Read.
0001hData LengthNumber of bytes to Read/Write when executing the command.
0002h ConfigurationAddress MSBThe upper byte of the 16-bit configuration register address.
0003h ConfigurationAddress LSBThe lower byte of the 16-bit configuration register address.
0004hData1The first byte of data to write to or read from the Configuration Address.
0004h+NDataNThe Nth byte of data to write to or read from the Configuration Address, N is equal to the Data Length.

2.4.1 CONFIGURATION REGISTER WRITE EXAMPLE

To write to a configuration register, there are two steps that must be followed:

  1. Write data to the memory.
  2. Execute the special Configuration Register Access command.

The following example shows how the SMBus messages will be formatted to set the VID of the hub to a custom value of 1234h.

  1. Write data to the memory of the hub:

TABLE 3: EXAMPLE SMBUS WRITE COMMAND

ByteValueComment
05AhAddress plus write bit.
100hMemory address 0000h.
200hMemory address 0000h.
306hNumber of bytes to write to memory.
400hWrite Configuration Register.
502hWriting two data bytes.
630hVID is in register 3000h.
700hVID is in register 3000h.
834hLSB of Vendor ID 1234h.
912hMSB of Vendor ID 1234h.
  1. Execute the Configuration Register Access command:

TABLE 4: CONFIGURATION REGISTER ACCESS COMMAND

ByteValueComment
05AhAddress plus write bit.
199hCommand 9937h.
237hCommand 9937h.
300hCommand Completion.

2.4.2 CONFIGURATION REGISTER READ EXAMPLE

Reading configuration registers is a three stage process:

  1. Write data to the memory.
  2. Execute the Configuration Register Access command.

  3. Read data from the memory.

The following example shows how to read the Charger Detection register to determine what type of charger the hub has connected to:

  1. Write data to the memory of the hub:

TABLE 5: EXAMPLE SMBUS WRITE COMMAND

Byte ValueComment
0 5Ah Address plus write bit.
100hMemory address 0000h.
200hMemory address 0000h.
3 04h Number of bytes to write to memory.
4 01h Read Configuration Register.
5 01h Reading one data bytes.
630hBC Detect is in register 30E2h.
7E2hBC Detect is in register 30E2h.
  1. Execute the Configuration Register Access command:

TABLE 6: CONFIGURATION REGISTER ACCESS COMMAND

Byte ValueComment
05AhAddress plus write bit.
199hCommand 9937h.
237hCommand 9937h.
300hCommand Completion.
  1. Read back data starting at memory offset 04h, which is where the Data byte starts:

TABLE 7: EXAMPLE SMBUS READ COMMAND

Byte ValueComments
0 5Ah Address plus Write bit
100hMemory Address 0004h.
2 04h Memory Address 0004h.
3 5Bh Address plus Read bit
4 80h Device sends 128 bytes of data.
5 56h Charging DownstreamPort Detected.

Note: Although the device can send out 128 bytes of memory data, it isn't necessary to read the entire set; the SMBus Master can send a stop at any time.

2.5 Configuration Registers

Below is the list of configuration registers and their address.

TABLE 8: CONFIGURATION REGISTER MEMORY MAP

ADDR R/W Name Function
0806hR/WLED0_PIO0_CTL1LED0/PIO0 Register 1
0807hR/WLED0_PIO0_CTL2LED0/PIO0 Register 2
0808hR/WLED1_PIO1_CTL1LED1/PIO1 Register 1
0809hR/WLED1_PIO1_CTL2LED1/PIO1 Register 2
080AhR/WUTIL_CONFIG1Utility Configuration Register 1
082DhR/WPIO_16_23_PDPIO 16-23 Pull-Down RegisterPIO Pin Numbers
082EhR/WPIO_8_15_PDPIO 8-15 Pull-Down Register
082FhR/WPIO_0_7_PDPIO 0-7 Pull-Down Register
0831hR/WPIO_16_23_DIRPIO 16-23 Direction Register
0832hR/WPIO_8_15_DIRPIO 8-15 Direction Register
0833hR/WPIO_0_7_DIRPIO 0-7 Direction Register
0835hR/WPIO_16_23_OUTPIO 16-23 Output Register
0836hR/WPIO_8_15_OUTPIO 8-15 Output Register
0837hR/WPIO_0_7_OUTPIO 0-7 Output Register
0839hR/WPIO_16_23_INPIO 16-23 Input Register
083AhR/WPIO_8_15_INPIO 8-15 Input Register
083BhR/WPIO_0_7_INPIO 0-7 Input Register
083DhR/WPIO_16_23_PUPIO 16-23 Pull Up Register
083EhR/WPIO_8_15_PUPIO 8-15 Pull Up Register
083FhR/WPIO_0_7_PUPIO 0-7 Pull Up Register
092EhR/WPIO_40_47_PDPIO 40-47 Pull Down Register
0932hR/WPIO_40_47_DIRPIO 40-47 Direction Register
0936hR/WPIO_40_47_OUTPIO 40-47 Output Register
093AhR/WPIO_40_47_INPIO 40-47 Input Register
093EhR/WPIO_40_47_PUPIO 40-47 Pull Up Register
0954hR/WI2C_CTLVendor ID LSB
3000hR/WVIDLVendor ID LSB
3001hR/WVIDMVendor ID MSB
3002hR/WPIDLProduct ID LSB
3003hR/WPIDMProduct ID MSB
3004hR/WDIDLDevice ID LSB
3005hR/WDIDMDevice ID MSB
3006hR/WHUB_CFG1Hub Configuration Data Byte 1
3007hR/WHUB_CFG2Hub Configuration Data Byte 2
3008hR/WHUB_CFG3Hub Configuration Data Byte 3
3009hR/WNRDNon-Removable Device
300AhR/WPDSPort Disable for Self Powered Operation
300BhR/WPDBPort Disable for Bus Powered Operation
300ChR/WMAXPSMax Power For Self Powered Operation
300DhR/WMAXPBMax Power For Bus Powered Operation
300EhR/WHCMCSMax Current For Self Powered Operation
300FhR/WHCMCBMax Current For Bus Powered Operation

TABLE 8: CONFIGURATION REGISTER MEMORY MAP (CONTINUED)

ADDR R/W NameFunction
3010h R/W PWRT Power-On Time Register
3011hR/WLANG_ID_HLanguage ID High Register
3012hR/WLANG_ID_LLanguage ID Low Register
3013hR/WMFR_STR_LENManufacturer String Length Register
3014hR/WPRD_STR_LENProduct String Length Register
3015hR/WSER_STR_LENSerial String Length Register
3016h-30CFhR/W STRINGS Manufacturer + Product + Serial Strings
30E2hR/WUP_BC_DETBattery Charger Detection Register
30E3hR/WUP_CUST_BC_CTLUpstream Custom Battery Charger Control
30E4hRUP_CUST_BC_STATUpstream Custom Battery Charger Status
30E5hRPORT_PWR_STATPort Power Status
30E6hROCS_STATOver Current Status
30E8hR/WSP_INT_STATUSSerial Port Interrupt Status
30E9hR/WSP_INT_MSKSerial Port Interrupt Mask
30EChR/WBC_CHG_MODEUpstream Battery Charger Mode Register
30EDhR/WBC_CHG_DET_MSKCharge Detect Mask Register
30EEhR/WCFGPConfigure Portable Hub Register
30FAhR/WPRTSPHub Port Swap Register
30FBhR/WHUB_PRT_REMAP_12Hub Port Remap12 Register
30FChR/WHUB_PRT_REMAP_34Hub Port Remap34 Register
30FDhR/WHUB_CTRL_REMAPHUB Controller Remap Register
30FFhR/WSTCDHub Status/Command Register
3104hR/WUSB2_HUB_CTLUSB2 Hub Control
3108hR/WUSB2_BCDUSB_MUSB2 Version Number MSB
3109hR/WUSB2_BCDUSB_LUSB2 Version Number LSB
3114hR/WUSB2_BOS_LENUSB2 BOS Descriptor Length
3120hR/WUSB2_BOS_ARRAYUSB2 BOS Descriptor Array
318BhR/WPSELSUSPOCS Port Select Register
318EhR/WCONNECTCFGConnect Configuration Register
3191hR/WGLOBAL_RESUMEGlobal Resume Timing Register 3
3192hR/WGLOBAL_RESUMEGlobal Resume Timing Register 2
3193hR/WGLOBAL_RESUMEGlobal Resume Timing Register 1
31FFhR/WSTCDRemap of 30FFh
3C00hR/WPORT_CFG_SEL_1PORT1 Port power select
3C04hR/WPORT_CFG_SEL_2PORT2 Port power select
3C08hR/WPORT_CFG_SEL_3PORT3 Port power select
3C0ChR/WPORT_CFG_SEL_4PORT4 Port power select
3C20hR/WUSB_OCS_SEL_1USB Port1 OCS Source Select
3C24hR/WUSB_OCS_SEL_2USB Port2 OCS Source Select
3C28hR/WUSB_OCS_SEL_3USB Port 3 OCS Source Select
3C2ChR/WUSB_OCS_SEL_4USB Port 4 OCS Source Select
3C40hR/WVBUS_PASS_THRUUSB Port 4 OCS Source Select
3C51hR/WINT_N_BYPASSINT_N_Bypass Control
3C52hR/WSUSP_SELSUSPEND Select
ADDR R/WNameFunction
4130hR/WINTERNAL_PORTInternal Hub Controller Enumeration Control
413ChR/WBC_CFG_P1Port 1 Battery Charging Configuration
413DhR/WBC_CFG_P2Port 2 Battery Charging Configuration
413EhR/WBC_CFG_P3Port 3 Battery Charging Configuration
413FhR/WBC_CFG_P4Port 4 Battery Charging Configuration
4194h-4292hR/W HUB_CON_STRING (255 bytes)Hub Controller string descriptor formatted as per the USB specification string descriptor requirements. Includes language ID, manufacturer, and product strings.
42AChR/WbcdUSBHub Controller USB Specification version LSB
42ADh R/W Hub Controller USB Specification versionMSB
42B2hR/WidVendorHub Controller VID LSB
42B3h R/W Hub Controller VID MSB
42B4hR/WidProductHub Controller PID LSB
42B5h R/W Hub Controller PID MSB
42B6hR/WbcdDeviceHub Controller Device BCD LSB
42B7h R/W Hub Controller Device BCD MSB
42B8hR/WiManufacturerHub Controller Manufacturer string index (00-disable, 01-enable)
42B9hR/WiProductHub Controller Product string index (00-disable, 02-enable)
60CAhR/WHS_UP_BOOSTUSB Upstream Boost Register
60CChR/WHS_UP_SENSEUSB Upstream VariSense Register
6141hR/WHSIC_UP_CTLHSIC Upstream Control Register
64CAhR/WHS_P1_BOOSTUSB Port 1 Boost Register
64CChR/WHS_P1_SENSEUSB Port 1 VariSense Register
6541hR/WHSIC_P1_CTLHSIC Port 1 Control Register
6643hR/WHSIC_P1_CFGHSIC Port 1 Configuration Register
68CAhR/WHS_UP_BOOSTUSB Port 2 Boost Register
68CChR/WHS_UP_SENSEUSB Port 2 VariSense Register
6941hR/WHSIC_P2_CTLHSIC Port 2 Control Register
6A43hR/WHSIC_P2_CFGHSIC Port 2 Configuration Register
6CCAhR/WHS_P3_BOOSTUSB Port 3 Boost Register
6CCChR/WHS_P3_SENSEUSB Port 3 Varisense Register
6D41hR/WHSIC_P3_CTLHSIC Port 3 Control Register
6E43hR/WHSIC_P3_CFGHSIC Port 3 Configuration Register
70CAhR/WHS_P4_BOOSTUSB Port 4 Boost Register
70CChR/WHS_P4_SENSEUSB Port 4 Varisense Register
7141hR/WHSIC_P4_CTLHSIC Port 4 Control Register
7243hR/WHSIC_P4_CFGHSIC Port 4 Configuration Register

Note: Status registers do not have a default value because the status can change depending on system conditions.

2.5.1 DEFAULT VALUES

The default values of the registers will vary based on the catalog part number. Below are the default values for each part:

TABLE 9: REGISTER DEFAULT VALUES

ADDR USB2532 USB2533 USB2534 USB3613 USB3813 USB4604 USB4624
0806h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 082Dh 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 00h 082Eh 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 07h 082Fh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Cth 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bb 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bc 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bch 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bg 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bn 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bm 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3B h 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3B. 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3B . 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3Bh 3B . 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B . 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B. 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B. 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B. 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B h 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B h 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B h 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B h 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B H 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B h 3BH 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B H 3B B. 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3B . 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A. 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h . 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3 A. 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3T h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3A h. 3 A. 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A . 3A h. 2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h .2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A .2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A .1A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.2A h.
ADDRUSB2532USB2533USB2534USB3613USB3813USB4604USB4624
3011h 00h 00h 00h 00h 00h 00h 00h
3012h 00h 00h 00h 00h 00h 00h 00h
3013h 00h 00h 00h 00h 00h 00h 00h
3014h 00h 00h 00h 00h 00h 00h 00h
3015h 00h 00h 00h 00h 00h 00h 00h
3016h-30CFh00h 00h00h 00h 00h 00h 00h 00h
30E2h02h02h02h02h70h02h02h
30E3h00h00h00h00h00h00h00h
30E4h00h00h00h00h00h00h00h
30E5h00h00h00h00h00h00h00h
30E6h00h00h00h00h00h00h00h
30E8h00h00h00h00h00h00h00h
30E9h00h00h00h00h00h00h00h
30ECh00h00h00h0Ch0Ch00h00h
30EDh00h00h00h00h00h00h00h
30EEh00h00h00h00h00h00h00h
30FAh00h00h00h00h00h00h00h
30FBh21h21h21h21h21h21h21h
30FCh43h43h43h03h03h43h43h
30FFh00h00h00h00h00h00h00h
3104h 00h 00h 00h 00h 00h 00h
3108h 02h 02h 02h 02h 02h 02h 02h
3109h 01h 01h 01h 01h 01h 01h
318Bh00h00h00h00h00h00h00h
318Eh80h80h80h80h80h80h80h
3191h 0Ch 0Ch 0Ch 0Ch 0Ch 0Ch
3192h D2h D2h D2h D2h D2h D2h
3193h 90h 90h 90h 90h 90h 90h
31FFh00h00h00h00h00h00h00h
3C51h 00h 00h 00h 00h 00h 00h
4130h 00h 00h 00h 00h 00h 00h
413ChNote 2-1Note 2-1Note 2-1Note 2-1N/ANote 2-1N/A
413DhNote 2-1Note 2-1Note 2-1Note 2-1Note 2-1Note 2-1N/A
413EhN/ANote 2-1Note 2-1N/ANote 2-1Note 2-1Note 2-1
413FhN/AN/ANote 2-1N/AN/ANote 2-1Note 2-1
42B2h00h00h00h00h00h00h00h
42B3h00h00h00h00h00h00h00h
42B4h00h00h00h00h00h00h00h
42B5h00h00h00h00h00h00h00h
42B6h00h00h00h00h00h00h00h
42B7h00h00h00h00h00h00h00h
60CAh 00h 00h 00h 00h 00h 00h
60CCh00h00h00h00h00h00h00h
6141h 02h 02h 02h 06h 02h 06h 06h
64CAh 00h 00h 00h 00h00h 00h 00h 00h
64CCh00h00h00h10h00h00h00h
6541h 02h 02h 02h 02h06h 02h 06h
6643h 00h 00h 00h 00h00h 00h 00h
68CAh 00h 00h 00h 00h00h 00h 00h
68CCh00h00h00h00h00h00h00h
6941h 02h 02h 02h 02h02h 02h 06h
6A43h00h00h00h00h00h00h00h
6CCAh00h00h00h00h00h00h00h
6CCCh00h00h00h00h00h00h00h
6D41h 02h 02h 02h 06h02h 02h 02h
6E43h00h00h00h00h00h00h00h
70CAh 00h 00h 00h 00h00h 00h 00h
70CCh00h00h00h00h00h00h00h
7141h 02h 02h 02h 02h02h 02h 02h
7243h 00h 00h 00h 00h00h 00h 00h

Note 2-1 Default value of D3h when BC_EN strap is enabled, otherwise 00h.
Note: Some registers may contain values that reflect the state of the external pins, so the default vale may be different than what is listed.

2.5.2 REGISTER DEFINITIONS

2.5.2.1 PIO Control

Different catalog part numbers will have different PIO pins exposed for control. Below is a chart of the digital pins used for control and their corresponding pin numbers on the USB253x and USB46x4 products. Be aware that if the pin is used as a PIO, the default functionality will be lost. Because of this, the Hub must be configured to account for the change in functionality. For example, to free up the Port Power and OCS pins, the hub can be configured in Ganged mode in register 3006h.

TABLE 10: PIO PIN NUMBERS

Pin Name PIOUSB(8)46x4 PinUSB253x PinRequirements
SUSPEND/LED0PIO01411LED0_PIO_CTL2[0]=0, CONNECT_CFG[1]=0,SUSP_SEL[0]=0
SOF/LED1PIO113NALED1_PIO_CTL2[0]=0, CONNECT_CFG[1]=0,UTIL_CONFIG1[7]=0
SCL/SMBCLKPIO233N/AI2C_CTL[1:0]=00
PIO3PIO322NA
SPI_CLKPIO427NAUTIL_CONFIG1[2]=1
SPI_DO/SPI_SPD_SELPIO526NAUTIL_CONFIG1[2]=1
PIO8PIO823NA
SPI_DIPIO924NAUTIL_CONFIG1[3:2]=01
PIO10PIO1034NA
VBUS_DETPIO163627VBUS_PASS_THRU[0]=0
OCS1PIO171613USB_OCS_SEL_1[3:0]=0000 or HUB_CFG1[2:1]=00or HUB_CFG1[2]=1
OCS2PIO182017USB_OCS_SEL_2[3:0]=0000 or HUB_CFG1[2:1]=00 or HUB_CFG1[2]=1
OCS3/UART_RXPIO192819USB_OCS_SEL_3[3:0]=0000 or HUB_CFG1[2:1]=00 or HUB_CFG1[2]=1
OCS4/UART_TXPIO203021USB_OCS_SEL_4[3:0]=0000 or HUB_CFG1[2:1]=00 or HUB_CFG1[2]=1
PRTPWR1PIO411512PORT_CFG_SEL_1[5:0]=100000 or HUB_CFG1[0]=0
PRTPWR2PIO421916PORT_CFG_SEL_2[5:0]=100000 or HUB_CFG1[0]=0
PRTPWR3PIO432118PORT_CFG_SEL_3[5:0]=100000 or HUB_CFG1[0]=0
PRTPWR4PIO442920PORT_CFG_SEL_4[5:0]=100000 or HUB_CFG1[0]=0
SDA/SMBDATA PIO45 31NA I2CCTL[1:0]=00

TABLE 11: LED0/PIO0 REGISTER 1

LED0_PIO0_CTL1(0806h)LED0_PIO0 Control Register
BitNameR/WDescription
7XNORR/WThis bit toggles the polarity of the LED output. It can be used to invert the polarity.
6MODER/W0 - Blink the LED.1 - Breath the LED.
5:0RATER/WIn Blink mode: This is the Blink Rate of LED in 50 ms increments. Duty cycle of 50%. Rate range is 50 ms to 3.15 seconds.In Breath mode: This is the time for an active breadth in 500 ms increments.

Note: Breath mode modulates the pulse width of the output to slowly change the brightness of the connected LED. The LED will then slowly grow brighter and dimmer at the breath rate specified.

TABLE 12: LED0/PIO0 REGISTER 2

LED0_PIO0_CTL2(0807h)LED0_PIO0 Control Register
BitNameR/WDescription
7:2TRAILOFF_TIMER/WIn Blink mode: Time the LED must continue blinking after LED_ON is turned off. TRAIL_TIME is in 50ms increments. Range is 50 ms to 3.15 seconds.In Breath mode: This is the time for an sleeping in between breadths in 500 ms increments
1LED_ONR/WIf LED_ON is set, then start blinking or breathing this LED.Blink timer starts when this bit is enabled. No short blinks permitted. When this bit is disabled, blinking stops when TRAIL_TIME expires.In Breath Mode: Breath timer starts when this bit is enabled. No short blinks permitted. When this bit is disabled, blinking stops immediately.
0LED_PIOR/W‘0’ = PIO0‘1’ = LED0

TABLE 13: LED1/PIO1 REGISTER 1

LED1_PIO1_CTL1(0808h)LED1_PIO1 Control Register
Bit Name R/W Description
7XNORR/WThis bit toggles the polarity of the LED output. It can be used to invert the polarity.
6 MODER/W 0 - Blink the LED.1 - Breath the LED.
5:0RATER/WIn Blink mode: This is the Blink Rate of LED in 50 ms increments. Duty cycle of 50%. Rate range is 50 ms to 3.15 seconds.In Breath mode: This is the time for an active breadth in 500 ms increments.

Note: Breath mode modulates the pulse width of the output to slowly change the brightness of the connected LED. The LED will then slowly grow brighter and dimmer at the breath rate specified.

TABLE 14: LED1/PIO1 REGISTER 2

LED1_PIO1_CTL2(0809h)LED1_PIO1 Control Register
Bit Name R/W Description
7:2TRAILOFF_TIMER/WIn Blink mode: Time the LED must continue blinking after LED_ON is turned off. TRAIL_TIME is in 50ms increments. Range is 50 ms to 3.15 seconds.In Breath mode: This is the time for an sleeping in between breadths in 500 ms increments
1LED_ONR/WIf LED_ON is set, then start blinking or breathing this LED.Blink timer starts when this bit is enabled. No short blinks permitted. When this bit is disabled, blinking stops when TRAIL_TIME expires.In Breath Mode: Breath timer starts when this bit is enabled. No short blinks permitted. When this bit is disabled, blinking stops immediately.
0 LED_PIOR/W '0' = PIO0'1' = LED0

TABLE 15: UTILITY CONFIGURATION REGISTER 1

UTIL_CONFIG1(080Ah)UTILITY CONFIGURATION REGISTER 1
Bit Name R/W Description
7 SOF_ENABLE R/WWhen this bit is set, the SOF output is enabled. The GPIO attached to the pin is forced to be an input. The processor can monitor the bit on PIO1.
6 DEV_RESET R/WSetting this bit to “1”, sets all of the registers into a known state as specified in each register. This bit is cleared when the RESET process has completed.
5 TXD_SEL R/WWhen this bit is cleared to “0”, the internal PIO signal is routed to the TDO/LED/UART_TX pin.When this bit is set to “1”, internal UART_TX signal is routed to the TDO/LED/UART_TX pin.In Test Mode this bit is overridden.
4ReservedR/WAlways write to 0
3 RXD_SEL R/WWhen this bit is cleared to “0”, internal PIO signal is routed to the TDI/LED/UART_RX pin.When this bit is set to “1”, internal UART_RX signal is routed to the TDI/LED/UART_RX Pin.
2 SPI_MASTER_DIS R/WAfter reset the SPI interface is always enabled. If the firmware does not detect a SPI ROM externally, it sets this bit. This disables the SPI interface and enables PIO4 and PIO5.
1ReservedR/WAlways read 0.
0 HUB_RESUME_INHIBITR/W‘0’ = Normal resume activity per the USB2.0 specification1 = Alternate resume behavior is enabled per the descriptions in the previous section.Note: This bit has the same function as the HUB_CFG_3 bit 4. This bit is to enable the function from the USB host.

TABLE 16: PIO 16-23 PULL-DOWN REGISTER

PIO_16_23_PD(082Dh)PIO 16-23 Pull Down RegisterRefer to PIO Pin Numbers for usable PIOs
BitNameR/WDescription
7:5PIO[23:21]_PDR/WReserved
4PIO20_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
3PIO19_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
2PIO18_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
1PIO17_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
0PIO16_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.

TABLE 17: PIO 8-15 PULL-DOWN REGISTER

PIO_8_15_PD(082Eh)PIO 8-15 Pull Down RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:3 PIO[15:11]_PD R/W Reserved
2PIO10_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
1PIO9_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
0PIO8_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.

TABLE 18: PIO 0-7 PULL-DOWN REGISTER

PIO_0_7_PD(082Fh)PIO 0-7 Pull Down RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[7:6]_PD R/WReserved
5PIO5_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
4PIO4_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
3PIO3_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
2PIO2_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
1PIO1_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
0PIO0_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.

TABLE 19: PIO 16-23 DIRECTION REGISTER

PIO_16_23_DIR(0831h)PIO 16-23 Direction RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:5PIO[23:21]_DIRR/WReserved
4PIO20_DIRR/W“0” = Input, “1” = Output.
3PIO19_DIRR/W“0” = Input, “1” = Output.
2PIO18_DIRR/W“0” = Input, “1” = Output.
1PIO17_DIRR/W“0” = Input, “1” = Output.
0PIO16_DIRR/W“0” = Input, “1” = Output.

TABLE 20: PIO 8-15 DIRECTION REGISTER

PIO_8_15_DIR(0832h)PIO 8-15 Direction RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:3 PIO[15:11]_DIR R/W Reserved
2PIO10_DIRR/W“0” = Input, “1” = Output.
1PIO9_DIRR/W“0” = Input, “1” = Output.
0PIO8_DIRR/W“0” = Input, “1” = Output.

TABLE 21: PIO 0-7 DIRECTION REGISTER

PIO_0_7_DIR(0833h)PIO 0-7 Direction RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[7:6]_DIR R/W Reserved
5 PIO5_DIR R/W “0” = Input, “1” = Output.
4 PIO4_DIR R/W “0” = Input, “1” = Output.
3 PIO3_DIR R/W “0” = Input, “1” = Output.
2 PIO2_DIR R/W “0” = Input, “1” = Output.
1PIO1_DIRR/W“0” = Input, “1” = Output. [Note 2-3]
0PIO0_DIRR/W“0” = Input, “1” = Output. [Note 2-2]

Note 2-2 LED_PIO bit in the LED0/PIO0 register must be set to 0 to use this bit.
Note 2-3 LED_PIO bit in the LED1/PIO1 register must be set to 0 to use this bit.

TABLE 22: PIO 16-23 OUTPUT REGISTER

PIO_16_23_OUT(0835h)PIO 16-23 Output RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:5 PIO[23:21]_OUT R/W Reserved
4 PIO20_OUTR/W Output register data
3 PIO19_OUTR/W Output register data
2 PIO18_OUTR/W Output register data
1 PIO17_OUTR/W Output register data
0 PIO16_OUTR/W Output register data

TABLE 23: PIO 8-15 OUTPUT REGISTER

PIO_8_15_OUT(0836h)PIO 8-15 Output RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:3PIO[15:11]_OUTR/WReserved
2 PIO10 _OUTR/WOutput register data
1 PIO9 _OUTR/WOutput register data
0 PIO8 _OUTR/WOutput register data

TABLE 24: PIO 0-7 OUTPUT REGISTER

PIO_0_7_OUT(0837h)PIO 0-7 Output RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[7:6]OUT R/W Reserved
5 PIO5_OUT R/W Output register data
4 PIO4_OUT R/W Output register data
3 PIO3_OUT R/W Output register data
2 PIO2_OUT R/W Output register data
1 PIO1_OUT R/W Output register data
0 PIO0_OUT R/W Output register data

TABLE 25: PIO 16-23 INPUT REGISTER

PIO_16_23_IN(0839h)PIO 16-23 Input RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:5 PIO[23:21]_IN R/W Reserved
4 PIO20_IN R/W Input buffer data
3 PIO19_IN R/W Input buffer data
2 PIO18_IN R/W Input buffer data
1 PIO17_IN R/W Input buffer data
0 PIO16_IN R/W Input buffer data

TABLE 26: PIO 8-15 INPUT REGISTER

PIO_8_15_IN(083Ah)PIO 8-15 Input RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:3 PIO[15:11]_IN R/W Reserved
2 PIO10_IN R/W Input buffer data
1 PIO9_IN R/W Input buffer data
0 PIO8_IN R/W Input buffer data

TABLE 27: PIO 0-7 INPUT REGISTER

PIO_0_7_IN(083Bh)PIO 0-7 Input RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[7:6]_IN R/W Reserved.
5 PIO5_INR/W Input buffer data.
4 PIO4_INR/W Input buffer data.
3 PIO3_INR/W Input buffer data.
2 PIO2_INR/W Input buffer data.
1PIO1_INR/WInput buffer data. [Note 2-5]
0PIO0_INR/WInput buffer data. [Note 2-4]

Note 2-4 Note 1: LED_PIO bit in the LED0/PIO0 register must be set to 0 to use this bit.

Note 2-5 Note 2: LED_PIO bit in the LED1/PIO1 register must be set to 0 to use this bit.

TABLE 28: PIO 16-23 PULL UP REGISTER

PIO_16_23_PU(083Dh)PIO 16-23 Pull Up RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:5 PIO[23:21]_PU R/W Reserved
4PIO20_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
3PIO19_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
2PIO18_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
1PIO17_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
0PIO16_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.

TABLE 29: PIO 8-15 PULL UP REGISTER

PIO_8_15_PU(083Eh)PIO 8-15 Pull Up RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:3PIO[15:11]_PDR/WReserved
2PIO10_PDR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
1PIO9_PDR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
0PIO8_PDR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.

TABLE 30: PIO 0-7 PULL UP REGISTER

PIO_0_7_PU(083Fh)PIO 0-7 Pull Up RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[7:6]_PUR/WReserved
5PIO5_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
4PIO4_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
3PIO3_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
2PIO2_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
1PIO1_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor. [Note 2-7]
0PIO0_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor. [Note 2-6]

Note 2-6 Note 1: LED_PIO bit in the LED0/PIO0 register must be set to 0 to use this bit.

Note 2-7 Note 2: LED_PIO bit in the LED1/PIO1 register must be set to 0 to use this bit.

TABLE 31: PIO 40-47 PULL DOWN REGISTER

PIO_40_47_PD(092Eh)PIO 40-47 Pull Down RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[47:46]_PD R/W Reserved
5PIO45_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
4PIO44_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
3PIO43_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
2PIO42_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
1PIO41_PDR/W“0” = Disable pull-down resistor, “1” = Enable pull-down resistor.
0 PIO40_PD R/W Reserved

TABLE 32: PIO 40-47 DIRECTION REGISTER

PIO_40_47_DIR(0932h)PIO 40-47 Direction RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[47:46]_DIR R/W Reserved
5 PIO45_DIRR/W "0" = Input, "1" = Output
4 PIO44_DIRR/W "0" = Input, "1" = Output
3 PIO43_DIRR/W "0" = Input, "1" = Output
2 PIO42_DIRR/W "0" = Input, "1" = Output
1 PIO41_DIRR/W "0" = Input, "1" = Output
0 PIO40_DIRR/W Reserved

TABLE 33: PIO 40-47 OUTPUT REGISTER

PIO_40_47_OUT(0936h)PIO 40-47 Output RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[47:46]_OUTR/WReserved
5 PIO45_OUTR/WOutput register data.
4 PIO44_OUTR/WOutput register data.
3 PIO43_OUTR/WOutput register data.
2 PIO42_OUTR/WOutput register data.
1 PIO41_OUTR/WOutput register data.
0 PIO40_OUTR/WReserved

Note: LED_PIO bit in the LED0/PIO0 register must be set to 0 to use this bit. LED_PIO bit in the LED1/PIO1 register must be set to 0 to use this bit.

TABLE 34: PIO 40-47 INPUT REGISTER

PIO_40_47_IN(093Ah)PIO 40-47 Input RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[47:46]_IN R/W Reserved
5 PIO45_IN R/W Input buffer data.
4 PIO44_IN R/W Input buffer data.
3 PIO43_IN R/W Input buffer data.
2 PIO42_IN R/W Input buffer data.
1 PIO41_IN R/W Input buffer data.
0 PIO40_IN R/W Reserved

TABLE 35: PIO 40-47 PULL UP REGISTER

PIO_40_47_PU(093Eh)PIO 40-47 Pull Up RegisterRefer to PIO Pin Numbers for usable PIOs
Bit Name R/W Description
7:6 PIO[47:46]_PU R/W Reserved
5PIO45_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
4PIO44_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
3PIO43_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
2PIO42_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
1PIO41_PUR/W“0” = Disable pull-up resistor, “1” = Enable pull-up resistor.
0 PIO40_PU R/W Reserved

TABLE 36: I2C CONTROL REGISTER

I2C_CTL(0954h)I2C Control RegisterRefer to PIO Pin Numbers for usable PIOs
Bit NameR/W Description
7:2 PIO[47:46]_PU R/W Reserved
1HW_I2C_ENR/W0=Disable external I2C, 1=Enable external I2C
0I2C_ENR/W0=Disable core I2C, 1=Enable core I2C

2.5.2.2 Hub Enumeration and Functionality Registers

TABLE 37: VENDOR ID LSB

VIDL(3000h)Vendor ID LSB
Bit Name R/W Description
7:0VID_LSBR/WLeast Significant Byte of the Vendor ID. This is a 16-bit value that uniquely identifies the Vendor of the user device (assigned by USB-Implementors Forum).

TABLE 38: VENDOR ID MSB

VIDM(3001h)Vendor ID MSB
Bit Name R/W Description
7:0VID_MSBR/WMost Significant Byte of the Vendor ID. This is a 16-bit value that uniquely identifies the Vendor of the user device (assigned by USB-Implementors Forum).

TABLE 39: PRODUCT ID LSB

PIDL(3002h)Product ID LSB
Bit Name R/W Description
7:0PID_LSBR/WLeast Significant Byte of the Product ID. This is a 16-bit value that the Vendor can assign that uniquely identifies this particular product.

TABLE 40: PRODUCT ID MSB

PIDM(3003h)Product ID MSB
Bit NameR/W Description
7:0PID_MSBR/WMost Significant Byte of the Product ID. This is a 16-bit value that the Vendor can assign that uniquely identifies this particular product.

TABLE 41: DEVICE ID LSB

DIDL(3004h)Device ID LSB
Bit Name R/W Description
7:0DID_LSBR/WLeast Significant Byte of the Device ID. This is a 16-bit device release number in BCD format.

TABLE 42: DEVICE ID MSB

DIDM(3005h)Device ID MSB
Bit NameR/W Description
7:0DID_MSBR/WMost Significant Byte of the Device ID. This is a 16-bit device release number in BCD format.

TABLE 43: HUB CONFIGURATION DATA BYTE 1

HUB_CFG1(3006h)Hub Configuration Data Byte 1
Bit Name R/W Description
7SELF_BUS_PWRR/WSelf or Bus Power: Selects between Self- and Bus-Powered operation.The Hub is either Self-Powered (draws less than 2mA of upstream bus power) or Bus-Powered (limited to a 100mA maximum of upstream power prior to being configured by the host controller).When configured as a Bus-Powered device, the Microchip Hub consumes less than 100mA of current prior to being configured. After configuration, the Bus-Powered Microchip Hub (along with all associated hub circuitry, any embedded devices if part of a compound device, and 100mA per externally available downstream port) must consume no more than 500mA of upstream VBUS current. The current consumption is system dependent, and the OEM must ensure that the USB2.0 specifications are not violated.When configured as a Self-Powered device, <1mA of upstream VBUS current is consumed and all ports are available, with each port being capable of sourcing 500mA of current.0 = Bus-Powered operation.1 = Self-Powered operation.
6 VSM_DISABLE R/W 0 = VSMMessageis supported1 = VSM Messaging is disabledWhen VSM is disabled, all vendor specific messaging to the hub endpoint will be ignored with no ill effect.
5HS_DISABLER/WHigh Speed Disable: Disables the capability to attach as either a High/Full-speed device, and forces attachment as Full-speed only i.e. (no High-Speed support).0 = High-/Full-Speed.1 = Full-Speed-Only (High-Speed disabled!)
4MTT_ENABLER/WMulti-TT enable: Enables one transaction translator per port operation.Selects between a mode where only one transaction translator is available for all ports (Single-TT), or each port gets a dedicated transaction translator (Multi-TT)Note: The host may force Single-TT mode only.0 = single TT for all ports.1 = one TT per port (multiple TTs supported)
3EOP_DISABLER/WEOP Disable: Disables EOP generation of EOF1 when in Full-Speed mode. During FS operation only, this permits the Hub to send EOP if no downstream traffic is detected at EOF1. See Section 11.3.1 of the USB 2.0 Specification for additional details. Note: generation of an EOP at the EOF1 point may prevent a Host controller (operating in FS mode) from placing the USB bus in suspend.0 = An EOP is generated at the EOF1 point if no traffic is detected.1 = EOP generation at EOF1 is disabledNote: This is normal USB operation.
2:1CURRENT_SNSR/WOver Current Sense: Selects current sensing on a port-by-port basis, all ports ganged, or none (only for bus-powered hubs). The ability to support current sensing on a port or ganged basis is hardware implementation dependent.00 = Ganged sensing (all ports together). The OCS source select registers need to be updated to select the OCS ganged input.01 = Individual port-by-port.1x = Over current sensing not supported. (must only be used with Bus-Powered configurations.)
0PORT_PWRR/WPort Power Switching: Enables power switching on all ports simultaneously (ganged), or port power is individually switched on and off on a port- by-port basis (individual). The ability to support power enabling on a port or ganged basis is hardware implementation dependent.0 = Ganged switching (all ports together)1 = Individual port-by-port switching.

TABLE 44: HUB CONFIGURATION DATA BYTE 2

HUB_CFG2(3007h)HUB Configuration Byte 2
Bit Name R/W Description
7DYNAMICR/WDynamic Power Enable: Controls the ability of the Hub to automatically change from Self-Powered operation to Bus- Powered operation if the local power source is removed or is unavailable (and from Bus-Powered to Self-Powered if the local power source is restored).Note: If the local power source is available, the Hub will always switch to Self-Powered operation.When Dynamic Power switching is enabled, the Hub detects the availability of a local power source by monitoring the external LOCAL_PWR pin. If the Hub detects a change in power source availability, the Hub immediately disconnects and removes power from all downstream devices and disconnects the upstream port. The Hub will then re-attach to the upstream port as either a Bus-Powered Hub (if local-power is unavailable) or a Self-Powered Hub (if local power is available).0 = No Dynamic auto-switching. (pin becomes SUSP_IND.) and the hub controller will utilize the inverse of the SELF_BUS_PWR bit for 'Hub_Status_Field' bit '0' (local power source).1 = Dynamic Auto-switching capable. (pin becomes LOCAL_PWR) and the hub controller will utilize the LOCAL_PWR pin for 'Hub_Status_Field' bit '0' (local power source).
6 Reserved R/W Reserved
5:4OC_TIMERR/WOver Current Timer: Over Current Timer delay. This measures the minimum pulse width for which a pulse is considered valid.00 = 50 ns01 = 100 ns10 = 200 ns11 = 400 ns
3COMPOUNDR/WCompound Device: Allows the OEM to indicate that the Hub is part of a compound (see the USB Specification for definition) device. The applicable port(s) must also be defined as having a "Non-Removable Device".Note: When configured via strapping options, declaring a port as non-removable automatically causes the hub controller to report that it is part of a compound device.0 = No.1 = Yes, Hub is part of a compound device.
2:0 Reserved R/W Always read '0'

TABLE 45: HUB CONFIGURATION DATA BYTE 3

HUB_CFG3(3008h)HUB Configuration Byte 3
Bit Name R/W Description
7:4 Reserved R/W Reserved
3PRTMAP_ENR/WPort Re-Mapping enable: Selects the method used by the hub to assign port numbers and disable ports. '0' = Standard Mode. Strap options or the following registers are used to define which ports are enabled, and the ports are mapped as Port 'n' on the hub is reported as Port 'n' to the host, unless one of the ports is disabled, then the higher numbered ports are remapped in order to report contiguous port numbers to the host. '1' = Port Re-Map mode. The mode enables remapping via the registers defined below. Disable the LPM to use this feature in USB2 Hub Control.
2:1 Reserved R/W Alwaysread '0'
0 STRING_EN R/W Enables StringDescriptor Support '0' = String Support Disabled '1' = String Support Enabled

TABLE 46: NON-REMOVABLE DEVICE

NRD(3009h)HUB Non-removable Device
Bit NameR/WDescription
7:0NR_DEVICER/WNon-Removable Device: Indicates which port(s) include non- removable devices. ‘0’ = port is removable, ‘1’ = port is non-removable.Informs the Host if one of the active ports has a permanent device that is nondetachable from the Hub.Note:The device must provide its own descriptor data.When using the internal default option, the NON_REM[1:0] pins will designate the appropriate ports as being non-removable.Bit 7= ReservedBit 6= ReservedBit 5= 1; Port 5 non-removable. (UDC20)Bit 4= 1; Port 4 non-removable.Bit 3= 1; Port 3 non-removable.Bit 2= 1; Port 2 non-removable.Bit 1= 1; Port 1 non removable.Bit 0 is Reserved, always = ‘0’.

TABLE 47: PORT DISABLE FOR SELF POWERED OPERATION

PDS(300Ah)Port Disable for Self Powered Operation
Bit Name R/W Description
7:0PORT_DIS_SPR/WPort Disable Self-Powered: Disables 1 or more ports. ‘0’ = port is available, ‘1’ = port is disabled.During Self-Powered operation, when PRTMAP_EN = 1, this selects the ports which will be permanently disabled, and are not available to be enabled or enumerated by a Host Controller. The ports can be disabled in any order, the internal logic will automatically report the correct number of enabled ports to the USB Host, and will reorder the active ports in order to ensure proper function.When using the internal default option, the PRT_DIS[1:0] pins will disable the appropriate ports.Bit 7= ReservedBit 6= ReservedBit 5= ReservedBit 4= 1; Port 4 is disabled.Bit 3= 1; Port 3 is disabled.Bit 2= 1; Port 2 is disabled.Bit 1= 1; Port 1 is disabled.Bit 0 is Reserved, always = ‘0’

TABLE 48: PORT DISABLE FOR BUS POWERED OPERATION

PDB(300Bh)Port Disable for Bus Powered Operation
Bit Name R/W Description
7:0PORT_DIS_BPR/WPort Disable Bus-Powered: Disables 1 or more ports. ‘0’ = port is available, ‘1’ = port is disabled.During Bus-Powered operation, when PRTMAP_EN = 1, this selects the ports which will be permanently disabled, and are not available to be enabled or enumerated by a Host Controller. The ports can be disabled in any order, the internal logic will automatically report the correct number of enabled ports to the USB Host, and will reorder the active ports in order to ensure proper function.When using the internal default option, the PRT_DIS[1:0] pins will disable the appropriate ports.Bit 7= ReservedBit 6= ReservedBit 5= ReservedBit 4= 1; Port 4 is disabled.Bit 3= 1; Port 3 is disabled.Bit 2= 1; Port 2 is disabled.Bit 1= 1; Port 1 is disabled.Bit 0 is Reserved, always = ‘0
MAXPS(300Ch)Max Current for Self Powered Operation
Bit NameR/W Description
7:0MAX_PWR_SPR/WMax Power Self Powered: Value in 2mA increments that the Hub consumes from an upstream port (VBUS) when operating as a self-powered hub. This value includes the hub silicon along with the combined power consumption (from VBUS) of all associated circuitry on the board. This value also includes the power consumption of a permanently attached peripheral if the hub is configured as a compound device, and the embedded peripheral reports 0mA in its descriptors.Note:The USB2.0 Specification does not permit this value to exceed 100mA
MAXPB(300Dh)Max Current for BUS Powered Operation
Bit Name R/W Description
7:0MAX_PWR_BPR/WMax Power Bus Powered: Value in 2mA increments that the Hub consumes from an upstream port (VBUS) when operating as a bus-powered hub. This value includes the hub silicon along with the combined power consumption (from VBUS) of all associated circuitry on the board. This value also includes the power consumption of a permanently attached peripheral if the hub is configured as a compound device, and the embedded peripheral reports 0mA in its descriptors.

TABLE 51: MAX CURRENT FOR SELF POWERED OPERATION

HCMCS(300Eh)Hub Controller Max Current for Self Powered Operation
Bit NameR/W Description
7:0HC_MAX_C_SPR/WHub Controller Max Current Self-Powered: Value in 1mA increments that the Hub consumes from an upstream port (VBUS) when operating as a self- powered hub. This value includes the hub silicon along with the combined power consumption (from VBUS) of all associated circuitry on the board. This value does NOT include the power consumption of a permanently attached peripheral if the hub is configured as a compound device.Note:The USB2.0 Specification does not permit this value to exceed 100mA

TABLE 52: MAX CURRENT FOR BUS POWERED OPERATION

HCMCB(300Fh)Hub Controller Max Current for Bus Powered Operation
Bit NameR/W Description
7:0HC_MAX_C_BPR/WHub Controller Max Current Bus-Powered: Value in 1mA increments that the Hub consumes from an upstream port (VBUS) when operating as a bus- powered hub. This value will include the hub silicon along with the combined power consumption (from VBUS) of all associated circuitry on the board. This value will NOT include the power consumption of a permanently attached peripheral if the hub is configured as a compound device.

TABLE 53: POWER-ON TIME REGISTER

PWRT(3010h)Power On Time Register
Bit Name R/W Description
7:0POWER_ON_TIMER/WPower On Time: The length of time that is takes (in 2 ms intervals) from the time the host initiated power-on sequence begins on a port until power is good on that port. System software uses this value to determine how long to wait before accessing a powered-on port.

TABLE 54: LANGUAGE ID HIGH REGISTER

LANG_ID_H(3011h)Language ID High Register
Bit Name R/W Description
7:0LANG_ID_HR/WUSB LANGUAGE ID (Upper 8 bits of a 16 bit ID field)

TABLE 55: LANGUAGE ID LOW REGISTER

LANG_ID_L(3012h)Language ID Low Register
Bit Name R/W Description
7:0LANG_ID_LR/WUSB LANGUAGE ID (Lower 8 bits of a 16 bit ID field)

TABLE 56: MANUFACTURER STRING LENGTH REGISTER

MFR_STR_LEN(3013h)Manufacturer String Length Register
Bit Name R/W Description
7:0MFR_STR_LENR/WManufacturer String LengthThe sum of the values in MFR_STRL_LEN + PROD_STR_LEN + SER_STR_LEN must be less than or equal to the 93 character storage space devoted to strings in the hub.

TABLE 57: PRODUCT STRING LENGTH REGISTER

PRD_STR_LEN(3014h)Product String Length Register
Bit Name R/W Description
7:0PRD_STR_LENR/WProduct String LengthThe sum of the values in MFR_STRL_LEN + PROD_STR_LEN + SER_STR_LEN must be less than or equal to the 93 character storage space devoted to strings in the hub.

TABLE 58: SERIAL STRING LENGTH REGISTER

SER_STR_LEN(3015h)Serial String Length Register
Bit NameR/W Description
7:0 SERSTR_LEN R/W SerialString LengthThe sum of the values in MFR_STRL_LEN + PROD_STR_LEN + SER_STR_LEN must be less than or equal to the 93 character storage space devoted to strings in the hub.

TABLE 59: MANUFACTURER + PRODUCT + SERIAL STRINGS

STRINGS(3016h~30CFh)Strings Storage
Bit NameR/W Description
7:0STRINGSR/WManufacturer String, Product String, & Serial String. UNICODE UTF-16LE per USB 2.0 SpecificationThe total maximum size of all strings combined must be less than or equal to 93 characters (186 Bytes). The string space may be allocated in any division desired, according to the sizes in the MFR_STR_LEN, PROD_STR_LEN, and SER_STR_LEN configuration registers.The Manufacturer String is stored first starting at address 16h and is allocated twice the number of bytes as specified in MFR_STR_LEN.The Product String is stored next in the next consecutive register address after the most significant byte allocated to the Manufacturer String. It is allocated twice the number of bytes as specified in PRD_STR_LEN.The Serial String is stored last starting at the next consecutive address after the most significant byte allocated to the Product String. It is allocated twice the number of bytes as specified in SER_STR_LEN.The most significant byte of the Serial String must be stored in the register no higher than address CFh which is the end of the 186 Byte address space allocated to string storage.The String consists of individual 16 Bit UNICODE UTF-16LE characters. The Characters will be stored starting with the LSB at the least significant address and the MSB at the next 8-bit location (subsequent characters must be stored in sequential contiguous address in the same LSB, MSB manner). Please pay careful attention to the Byte ordering of your selected programming tools.

TABLE 60: BATTERY CHARGER DETECTION REGISTER

UP_BC_DET(30E2h)Upstream Battery Charging Register
Bit Name R/W Description
7:5 CHARGER_TYPE R/W Read Only.This register indicates the result of the automatic charger detection.Values reported depend on EnhancedChrgDet setting in Battery Charger Mode Register.If EnhancedChrgDet=1000 = Charger Detection is not complete.001 = DCP - Dedicated Charger Port010 = CDP - Charging Downstream Port011 = SDP - Standard Downstream Port100 = SE1 Low Current Charger101 = SE1 High Current Charger110 = SE1 Super High Current Charger111 = Charger Detection DisabledIf EnhancedChrgDet=0000 = Charger Detection is not complete.001 = DCP/CDP - Dedicated Charger or Charging Downstream Port010 = Reserved011 = SDP - Standard Downstream Port100 = SE1 Low Current Charger101 = SE1 High Current Charger110 = SE1 Super High Current Charger111 = Charger Detection Disabled
4 CHGDET_COMPLETERIndicates Charger Detection has been run and is completed. This bit is negated when START_BC_DET is asserted high.
3 Reserved R/W Reserved for debugging
2:1CHG_DET[1:0]RIndicates encoded status of what chargers or status been detected according to the settings in the chgDetMask register. It can be used to determine what current can be drawn from the upstream USB port.00 = No selected Chargers or Status identified01 = 100ma (VBUS detect without enumeration)10 = 500ma (Device enumerated, Standard Port Detected)11 = 1000+ma (Charger detected)The actual current amount for the charger will be system dependent.
0START_CHG_DETR/WManually Initiates a USB battery charger detection sequence at the time of assertion. This bit must not be set while hub is in operation. Bit is cleared automatically when the manual battery charger detection sequence is completed.This bit may be asserted either by a serial port write, or by asserting the StartBChgDet input.0 = Write: No Effect / Read: Battery Charger Detection Sequence Completed or not run.1 = Write: Start Battery Charger Detection / Read: Battery Charger Detection Sequence is running

TABLE 61: UPSTREAM CUSTOM BATTERY CHARGER CONTROL

UP_CUST_BC_CTL(30E3h)Upstream Custom Battery Charging Control
Bit Name R/W Description
7 I2CControl R/W When ‘1’ the pull down resistor enableI2C control is enabled
6 DmPuldownEn R/W DM 15K
5 DpPuldownEn R/W DP 15Kpull down resistor enable
4 IdatSinkEn R/W IDAT current sink enable
3HostChrgEnR/WWhen ‘1’ the charger detection connections of DP and DM are swapped. The USB signal path is not reversed.
2 VdatScEn R/W VDAT voltage source enable
1ContactDetectEnR/WContact Detect Current Source Enable
0SeRxEnR/WSingle Ended Receiver Enable

TABLE 62: UPSTREAM CUSTOM BATTERY CHARGER STATUS

UP_CUST_BC_STAT(30E4h)Upstream Custom Battery Charging Status
Bit Name R/W Description
7:4ReservedRReserved
3RxHiCurrRDM high current SE1 charger output. A ‘1’ indicates that the DM signal is 600mV higher than DP. The HostChrgEn bit will swap the DP
2DmSeRxRDM Single Ended Receiver Status
1DpSeRxRDP Single Ended Receiver Status
0VdatDetRIndicates VDATDet comparator output

TABLE 63: PORT POWER STATUS

PORT_PWR_STAT(30E5h)Port Power Status
Bit Name R/W Description
7UDC20_SUSPENDRSuspend indicator for the UDC20
6:5ReservedRReserved
4:1PRTPWR[4:1]ROptional status to SOC indicating that power to the downstream port was enabled by the USB Host for the specified port. Not required for an embedded application.This is a read-only status bit. Actual control over port power is implemented by the USB Host, OCS register and Downstream Battery Charging logic if enabled.0 = USB Host has not enabled port to be powered or in downstream battery charging and corresponding OCS bit has been set.1 = USB Host has enabled port to be powered
0 ReservedRReserved

TABLE 64: OVER CURRENT STATUS

OCS_STAT(30E6h)Port Power Status
Bit Name R/W Description
7:5 Reserved R Reserved
4:1OCS[4:1]ROptional control from SOC on indicating external current monitor indicating an over-current condition on the specified port for HUB status reporting to USB host. Also resets corresponding PRTPWR status register bit. Not required for an embedded application.0 = No Over Current Condition1 = Over Current Condition
0 Reserved R Reserved

TABLE 65: SERIAL PORT INTERRUPT STATUS

SP_INT_STATUS(30E8h)Serial Port Interrupt Status
Bit Name R/W Description
7 Interrupt R/W Read:1 = INT_N pin has been asserted low due to unmasked interrupt0 = INT_N pin has not been asserted low due to unmasked interruptWrite:1 = No Effect - INT_N pin and register retains its current value0 = Negate INT_N pin high
6:5 Reserved R Reserved
4 HubSusplnt R/W Read:1 = Hub has entered USB suspend0 = Hub has not entered USB suspend since last HubSusplnt resetWrite:1 = No Effect0 = Negate HubSusplnt status low
3 HubCfgInt R/W Read:1 = Hub has been configured by USB Host0 = Hub has not been configured by USB Host since last HubConfInt resetWrite:1 = No Effect0 = Negate HubConfInt status low
2 PrtPwrInt R/W Read:1 = Port Power register has been updated0 = Port Power register has not been updated since last PrtPwrInt resetWrite:1 = No Effect0 = Negate PrtPwrInt status low
1 ChrgDetInt R/W Read:1 = CHG_DET_N bit in Charger Detect Register has been asserted low0 = CHG_DET_N bit has not been updated since last ChrgDetInt resetWrite:1 = No Effect0 = Negate ChrgDetInt status low
0 ChrgDetCompInt R/W Read:1 = ChrgDetComplete bit in Charger Detect Register has been asserted high0 = ChrgDetComplete bit in Charger Detect Register has not been updated since last ChrgDetCompInt resetWrite:1 = No Effect0 = Negate ChrgDetCompInt status low

TABLE 66: SERIAL PORT INTERRUPT MASK

SP_INT_MSK(30E9h)Serial Port Interrupt Mask
Bit Name R/W Description
7:5 Reserved R Reserved
4HubSuspMaskR/W1 = INT pin is asserted when Hub enters suspend0 = INT pin is not affected by Hub entering suspend
3HubCfgMaskR/W1 = INT pin is asserted when Hub configured by USB Host0 = INT pin is not affected by Hub configuration event
2PrtPwrMaskR/W1 = INT pin is asserted when Port Power register has been updated by USB Host0 = INT pin is not affected by Port Power register
1ChrgDetMaskR/W1 = INT pin is asserted when CHG_DET bit in Charger Detect Register is asserted0 = INT_N pin is not affected by CHG_DET_N
0ChgDetCompMaskR/W1 = INT pin is asserted when ChrgDetComplete bit in Charger Detect Register is asserted high0 = INT pin is not affected by ChrgDetComplete

TABLE 67: UPSTREAM BATTERY CHARGER MODE REGISTER

BC_CHG_MODE(30ECh)Upstream Battery Charger M ode
Bit Name R/W Description
7:6 Reserved R Reserved
5 HoldVdat R/W Dead Battery V DAT Detect voltage source enable.
0 = The charger detection state machine will turn off the VDAT Source at the end of the charger detection routine.1 = The charger detection state machine leave VDAT Source on during Hub.Connect stage when a SDP has been detected.
4 Reserved R Reserved
3SE1ChrgDetR/WWhen enabled the charger detection routine will look for the attachment of an SE1 type charger.
2EnhancedChrgDetR/WWhen enabled the charger detection routine will reverse VDAT SRC to differentiate between a CDP and a DCP.
1:0 Reserved R Reserved

TABLE 68: CHARGE DETECT MASK REGISTER

BC_CHG_DET_MSK(30EDh)Charge Detect Mask
Bit Name R/W Description
7CONFIGUREDR/WIf this bit is set, it indicates that the hub is configured. The charge detect bits will indicate a 500mA source. This bit will have no effect on the charge detect bits if a battery charging source is detected.
6CONNECTEDR/WIf this bit is set, it indicates that the hub is connected. Which means a VBUS was detected. The charge detect bits will indicate a 100mA source. This bit will have no effect on the charge detect bits if a battery charging source is detected, or the CONFIGURED bit is set.
5SUSPENDEDR/WThis is a status that is set when the hub is in suspend. This bit has no effect on charge detect encoding.
4SE1SMaskR/W1= battChg.chgDet indicates status for this mask set met when a SE1 Super High Current Charger is detected0= battChg.chgDet is not affected for this mask set by detection of a SE1 Super High Current Charger
3SE1HMaskR/W1 = battChg.chgDet indicates status for this mask set met when a SE1 High Current Charger is detected0 = battChg.chgDet is not affected for this mask set by detection of a SE1 High Current Charger
2SE1LMaskR/W1 = battChg.chgDet indicates status for this mask set met when a SE1 Low Current Charger is detected0 = battChg.chgDet is not affected for this mask set by detection of a SE1 Low Current Charger
1CDPMaskR/W1 = battChg.chgDet indicates status for this mask set met when a CDP Charger is detected0 = battChg.chgDet is not affected for this mask set by detection of a CDP ChargerThis mask bit should only be enabled if EnhancedChrgDet in is asserted in Table 67, “Upstream Battery Charger Mode Register,” on page 32 because without it, the charger detection is unable to identify a CDP.
0DCPMaskR/W1 = battChg.chgDet indicates status for this mask set met when a DCP Charger is detected0 = battChg.chgDet is not affected for this mask set by detection of a DCP Charger

TABLE 69: CONFIGURE PORTABLE HUB REGISTER

CFGP(30EEh)Portable Hub Configuration Register
Bit Name R/W Description
7ClkSusp1 = Force device to run internal clock even during USB suspend (will cause device to violate USB suspend current limit - intended for test or self-powered applications which require use of serial port during USB session.)0 = Allow device to gate off its internal clocks during suspend mode in order to meet USB suspend current requirements.
6IntSusp1 = INT_N pin function is a level sensitive USB suspend interrupt indication. Allows system to adjust current consumption to comply with USB specification limits when hub is in the USB suspend state.0 = INT_N pin function retains event sensitive role of a general serial port interrupt.See the USB3813 data sheet or the USB3613 data sheet for more information.
5:1DIS_PHY_CLK[5:1]R/WA '1' disables the PHY clock it that bit position.Bit 5 - Downstream port 5Bit 4 - Downstream port 4Bit 3 - Downstream port 3Bit 2 - Downstream port 2Bit 1 - Downstream port 1
0 Reserved R Always read '0'

TABLE 70: HUB PORT SWAP REGISTER

HUB_PRT_SWAP(30FAh)Hub Port Swap Register
Bit Name R/W Description
7:0PRT_SWAPR/WPort Swap: Swaps the Upstream and Downstream USB DP and DM Pins for ease of board routing to devices and connectors. '0' = USB D+ functionality is associated with the DP pin and D-functionality is associated with the DM pin. '1' = USB D+ functionality is associated with the DM pin and D-functionality is associated with the DP pin. Bit 4= '1': Port 4 DP/DM is Swapped.Bit 3= '1': Port 3 DP/DM is Swapped.Bit 2= '1': Port 2 DP/DM is Swapped.Bit 1= '1': Port 1 DP/DM is Swapped.Bit 0= '1': Upstream Port DP/DM is Swapped

TABLE 71: HUB PORT REMAP12 REGISTER

HUB_PRT_REMAP_12(30FBh)Hub Port 1-2 Remap
Bit Name R/W Description
7:4PRT_2_MAPR/W0000 - Physical Port 2 is disabled0001 - Physical Port 2 is mapped to Logical Port 10010 - Physical Port 2 is mapped to Logical Port 20011 - Physical Port 2 is mapped to Logical Port 30100 - Physical Port 2 is mapped to Logical Port 40101 - Physical Port 2 is mapped to Logical Port 50110 - 1111 Reserved, will default to 0000 value
3:0PRT_1_MAPR/W0000 - Physical Port 1 is disabled0001 - Physical Port 1 is mapped to Logical Port 10010 - Physical Port 1 is mapped to Logical Port 20011 - Physical Port 1 is mapped to Logical Port 30100 - Physical Port 1 is mapped to Logical Port 40101 - Physical Port 1 is mapped to Logical Port 50110 - 1111 Reserved, will default to 0000 value

Note: Writes to this register are disabled unless PRTMAP_EN bit in HUB_CF_3 is set.

TABLE 72: HUB PORT REMAP34 REGISTER

HUB_PRT_REMAP_34(30FCh)Hub Port 3-4 Remap
Bit Name R/W Description
7:4PRT-4_MAPR/W0000 - Physical Port 4 is disabled0001 - Physical Port 4 is mapped to Logical Port 10010 - Physical Port 4 is mapped to Logical Port 20011 - Physical Port 4 is mapped to Logical Port 30100 - Physical Port 4 is mapped to Logical Port 40101 - Physical Port 4 is mapped to Logical Port 50110 - 1111 Reserved, will default to 0000 value
3:0PRT-3_MAPR/W0000 - Physical Port 3 is disabled0001 - Physical Port 3 is mapped to Logical Port 10010 - Physical Port 3 is mapped to Logical Port 20011 - Physical Port 3 is mapped to Logical Port 30100 - Physical Port 3 is mapped to Logical Port 40101 - Physical Port 3 is mapped to Logical Port 50110 - 1111 Reserved, will default to 0000 value

Note: Writes to this register are disabled unless PRTMAP_EN bit in HUB_CFG_3 is set.

TABLE 73: HUB CONTROLLER REMAP REGISTER

HUB_CTRL_REMAP(30FDh)Hub Controller Remap
Bit Name R/W Description
7:4 Reserved R Reserved
3:0HUB CTRL_MAPR/W0000 - Hub Controller is disabled0001 - Hub Controller is mapped to Logical Port 10010 - Hub Controller is mapped to Logical Port 20011 - Hub Controller is mapped to Logical Port 30100 - Hub Controller is mapped to Logical Port 40101 - Hub Controller is mapped to Logical Port 50110 - 1111 Reserved, will default to 0000 value

Note: Writes to this register are disabled unless PRTMAP_EN bit in HUB_CFG_3 is set.

TABLE 74: HUB STATUS/COMMAND REGISTER

STCD(30FFh)Hub Command and Status Register
Bit Name R/W Description
7:5PAGE_SELR/WSelect the accessible address space:000 = Select registers in the Pg1 Space010 = Select registers in the Pg2 Space110 = Select registers in the Pg3 Space
4:3ReservedR/WReserved. Software must never write a ‘1’ to these bits.
2INTFW_PW_DNR/WDisable the hub configuration register access by disabling the clock running its configuration space.0 = Hub configuration register access is enabled and hub configuration clock is running.1 = Hub configuration register access is disabled and hub configuration clock is stopped.Note: This bit is write once and is only cleared by assertion of the external RESET_N pin
1RESETR/WReset the internal memory back to nRESET assertion default settings.Note: During this reset, this bit is automatically cleared to its default value of 0.0 = Normal Run/Idle State.1 = Force a reset of the registers to their default state.
0Reserved R/W Reserved

TABLE 75: USB2 HUB CONTROL

USB2_HUB_CTL(3104h)USB2 Hub Control
Bit Name R/W Description
7:4HIRDRHost Initiated Resume Duration. This is a direct read of the Host Initiated Resume Duration sent by the USB2 Host. This field indicates the minimum amount of time the host will drive the K-state during a resume.A value 0000b equals 50uS and each additional increment adds 75uS.
3:2 Reserved R Reserved for future use
1LPM_DISABLER/WDisables Link Power Management
0 Reserved R Reserved for future use

TABLE 76: USB2 VERSION NUMBER MSB

USB2_BCDUSB_M(3108h)USB2 Version BCD
Bit Name R/W Description
7:0USBVCD[15:8]R/WUSB Specification Release Number in BCD format.Default to USB 2.0 Support

TABLE 77: USB2 VERSION NUMBER LSB

USB2_BCDUSB_L(3109h)USB2 Version BCD
Bit Name R/W Description
7:0USBVCD[7:0]R/WUSB Specification Release Number in BCD format.Default to USB 2.0 Support

TABLE 78: USB2 BOS DESCRIPTOR LENGTH

USB2_BOS_LEN(3114h)USB2 BOS Descriptor Length Register
Bit Name R/W Description
7:6 Reserved R Always read '0'
5:0BOS_DESC_LENR/WLength of the BOS descriptor programmed into the BOS_DESC array minus one. For example 1Fh means a length of 32. A value of 0 means disabled.

TABLE 79: USB2 BOS DESCRIPTOR ARRAY

USB2_BOS_DESC(3120h-314Fh)USB2 BOS Descriptor Array
Bit Name R/W Description
47:0BOS_DESCR/WThis is a 48 byte array that contains the BOS descriptor.

TABLE 80: OCS PORT SELECT REGISTER

PSEL(318Bh)OCS Port Select Register (WLCSP package only)
Bit Name R/W Description
7:6APortSelR/WSpecifies which downstream USB port is associated with the OCSA, PrtPwrA and OCSA pin functions.‘00’ - Port 1‘01’ - Port 2‘10’ - Port 3‘11’ - Port 4
5:0 Reserved R Always read ‘0’

TABLE 81: CONNECT CONFIGURATION REGISTER

CONNECT_CFG(318Eh)Connect Configuration Register
Bit Name R/W Description
7HIRD_TIMR_SELR/WHIRD Timer selection register0 - Use Alternate HIRD definition (up to 9.95ms)1 - Use Original HIRD definition (up to 1.2ms)
6:2Reserved R Reserved
1EN_FLEX_MODER/WIf this is not set, normal hub operation is enabled, with separate port power and OCS control.If this bit is set, then FlexConnect mode is enabled.
0FLEXCONNECTR/WFlexConnect Control. When asserted the USB253x / USB3x13 / USB46x4 changes it's hub connections so that the Swap port (Physical Port 1) changes from it's default behavior of a downstream port to an upstream port. The Flex Port (Physical port 0) transitions from an upstream port to a downstream port.'0' - Flex Port = Up (Port 0)Swap Port= Down (Port 1)'1' - Flex Port= Down (Port 1)Swap Port= Up (Port 0)This setting can be used to select whether the Flex Port is an upstream or downstream port. The Flex Port provides both an HSIC and D+/D-connection, so the OEM can select whether this flexibility is provided on the upstream or downstream port.Another application for this setting is to allow a dual-role device on the Swap Port to assume a host role and communicate directly with other downstream hub ports, or to communicate through the Flex Port to an exposed connector to an external device.If a "private" communication channel is desired between embedded devices, any externally exposed ports should be disabled.Note: All port-specific settings are specific to the logic port 0, 1, 2, 3.When FlexConnect is asserted these settings affect the newly assigned physical pin and PHY.Any settings which are specific to the physical Flex Port and Swap Port such as battery charger detection do not change with the setting in FlexConnect.

TABLE 82: GLOBAL RESUME TIMING REGISTER 3

GLOBAL_RESUME_TIME3(3191h)Global Resume Timing Register 3
Bit NameR/W Description
7:0 RESUME_TIME[23:16]R/WTiming for the global resume in 60Mhz clocks, must be programmed to 19ms or less.

TABLE 83: GLOBAL RESUME TIMING REGISTER 2

GLOBAL_RESUME_TIME2(3192h)Global Resume Timing Register 2
Bit Name R/W Description
7:0 RESUME_TIME[15:8]R/WTiming for the global resume in 60Mhz clocks, must be programmed to 19ms or less.

TABLE 84: GLOBAL RESUME TIMING REGISTER 1

GLOBAL_RESUME_TIME1(3193h)Global Resume Timing Register 1
Bit Name R/W Description
7:0 RESUME_TIME[0:7]R/WTiming for the global resume in 60Mhz clocks, must be programmed to 19ms or less.

TABLE 85: PORT1 PORT POWER SELECT

PORT_CFG_SEL_1(3C00h)Port 1 Power Select
Bit Name R/W Description
7COMBINED_MODER/W0 = The port power and overcurrent sense use separate pins.1 = The port power and overcurrent sense use the same pin. In this mode the corresponding OCS pin cannot be used as GPIO.
6 Reserved R/W Always read ‘0’
5 DISABLED R/W 0 = The port is enabled.1 = The port is disabled.
4 PERMANENT R/W 0 = The port has a removable device1 = The port has a permanently attached device
3:0PRT_SELR/WThis selects the source for the port 1 pin0000b = Port power is disabled.0001b = Source is USB2 port power.0010b = Reserved.0011b = Source is USB2 port power.0100b = Port is on if designated GPIO is onAll other values are reserved.

TABLE 86: PORT2 PORT POWER SELECT

PORT_CFG_SEL_2(3C04h)Port 2 Power Select
Bit NameR/W Description
7COMBINED_MODER/W0 = The port power and overcurrent sense use separate pins.1 = The port power and overcurrent sense use the same pin. In this mode the corresponding OCS pin cannot be used as GPIO.
6 Reserved R/W Always read '0'
5 DISABLED R/W 0 = The port is enabled.1 = The port is disabled.
4 PERMANENT R/W 0 = The port has a removable device1 = The port has a permanently attached device
3:0 PRT_SEL R/W This selects the source for the port 1 pin0000b = Port power is disabled.0001b = Source is USB2 port power.0010b = Reserved.0011b = Source is USB2 port power.0100b = Port is on if designated GPIO is onAll other values are reserved.

TABLE 87: PORT3 PORT POWER SELECT

PORT_CFG_SEL_3(3C08h)Port 3 Power Select
Bit NameR/W Description
7COMBINED_MODER/W0 = The port power and overcurrent sense use separate pins.1 = The port power and overcurrent sense use the same pin. In this mode the corresponding OCS pin cannot be used as GPIO.
6 Reserved R/W Always read '0'
5 DISABLED R/W 0 = The port is enabled.1 = The port is disabled.
4 PERMANENT R/W 0 = The port has a removable device1 = The port has a permanently attached device
3:0 PRT_SEL R/W This selects the source for the port 1 pin0000b = Port power is disabled.0001b = Source is USB2 port power.0010b = Reserved.0011b = Source is USB2 port power.0100b = Port is on if designated GPIO is onAll other values are reserved.

TABLE 88: PORT4 PORT POWER SELECT

PORT_CFG_SEL_4(3C0Ch)Port 4 Power Select
Bit NameR/W Description
7COMBINED_MODER/W0 = The port power and overcurrent sense use separate pins.1 = The port power and overcurrent sense use the same pin. In this mode the corresponding OCS pin cannot be used as GPIO.
6 Reserved R/W Always read '0'
5 DISABLED R/W 0 = The port is enabled.1 = The port is disabled.
4PERMANENTR/W0 = The port has a removable device1 = The port has a permanently attached device
3:0PRT_SELR/WThis selects the source for the port 1 pin0000b = Port power is disabled.0001b = Source is USB2 port power.0010b = Reserved.0011b = Source is USB2 port power.0100b = Port is on if designated GPIO is onAll other values are reserved.

TABLE 89: USB PORT1 OCS SOURCE SELECT

USB_OCS_SEL_1(3C20h)Port 1 OCS Source Select
Bit Name R/W Description
7:4ReservedR/WAlways read '0'
3:0OCS_SELR/WThis selects the source for the OCS signal for port 10000b = OCS is disabled.0001b = OCS is enabled.All other values are reserved.

TABLE 90: USB PORT2 OCS SOURCE SELECT

USB_OCS_SEL_2(3C24h)Port 2 OCS Source Select
Bit Name R/W Description
7:4ReservedR/WAlways read ‘0’
3:0OCS_SELR/WThis selects the source for the OCS signal0000b = OCS is disabled.0001b = OCS is enabled.All other values are reserved.

TABLE 91: USB PORT 3 OCS SOURCE SELECT

USB_OCS_SEL_3(3C28h)Port 3 OCS Source Select
Bit Name R/W Description
7:4ReservedR/WAlways read '0'
3:0OCS_SELR/WThis selects the source for the OCS signal for port 10000b = OCS is disabled.0001b = OCS is enabled.All other values are reserved.

TABLE 92: USB PORT 4 OCS SOURCE SELECT

USB_OCS_SEL_4(3C2Ch)Port 4 OCS Source Select
Bit Name R/W Description
7:4 Reserved R/W Always read‘0’
3:0OCS_SELR/WThis selects the source for the OCS signal for port 10000b = OCS is disabled.0001b = OCS is enabled.All other values are reserved.

TABLE 93: VBUS PASS THROUGH

VBUS_PASS_THRU(3C40h)VBUS Pass Through Register
Bit Name R/W Description
7:3 Reserved R Reserved
2HUB_CONN_PASS_THRUR/W 0=The HUB_CONNECT to USB Hub comes from device pin1=The HUB_CONNECT is GPIO driven by processor PIO16
1Reserved R Reserved
0USB_PASS_THRUR/W0=VBUS to Hub comes from processor PIO321=VBUS to Hub comes from device pin

TABLE 94: INT_N_BYPASS CONTROL

INT_N_BYPASS(3C51h)INT_N Bypass
Bit Name R/W Description
7Reserved R/W Reserved
6INT_N_BYPASSR/WRoute the SUSPEND signal directly to the SUSP_IND pin for the USB253x or the INT_N pin for the USB3x13.
5:2 Reserved R Reserved
1SUSPENDRThis is a direct read of the SUSPEND signal of the Hub.
0INT_NRThis is a direct read of the INT_N signal of the Hub.

TABLE 95: SUSPEND SELECT

SUSP_SEL(3C52h)SUSPEND Select
Bit Name R/W Description
7:1ReservedRAlways read ‘0’
0SUSPEND_SELR/W0=PIO0 or LED0 routed to the SUSPEND/PIO0 pin1=SUSPEND routed to the SUSPEND/PIO0 pin

2.5.2.3 Additional Port Enumeration

The USB253x / USB3x13 / USB46x4 has an internal processor that enumerates as an additional port on the device. This port allows expanded options such as GPIO control, UART and I²C communication and other enhancements. The enumeration of this port is controlled through register 4130h.

TABLE 96: INTERNAL HUB CONTROLLER ENUMERATION CONTROL

INTERNAL_PORT(4130h)Internal Port Enumeration Control
Bit Name R/W Description
7:2 Reserved R/W Reserved
1:0PORT_ENUMR/W00b = Use default part number control.01b = Always enable the internal Hub Controller enumeration.10b = Always disable the internal Hub Controller enumeration.11b = Reserved

2.5.2.4 Downstream Battery Charging Registers

When battery charging is enabled through SMBus or through the BC_EN strap option, the downstream ports can be configured to display multiple battery charging handshakes. The following registers configure the port for the unattached handshake. This handshake is used when the upstream port is not connected to a host, or if the host suspends the hub and nothing is connected to the downstream port and remote wakeup is disabled.

TABLE 97: PORT 1 BATTERY CHARGING CONFIGURATION

BC_CONFIG_P1(413Ch)Port 1 Battery Charging Configuration
Bit Name R/W Description
7:6UCS_CLIMR/WWhen controlling the UCS1002 through I2C this controls the current limit set point.00b = 500mA01b = 1000mA10b = 1500mA11b = 2000mA
5DCPR/WWhen set this enables the Dedicated Charging Port mode defined by USB-IF
4:3 Reserved R/W Reserved
2SE1_HCR/WWhen set this enables the SE1 High Current mode used by Apple devices to charge at 2A. Bit 1 must also be set.
1SE1_ENR/WWhen set this enables the SE1 resistor dividers to be placed on the downstream port. Apple devices use these voltages to detect chargers.
0BC_ENR/WThis bit enables the battery charging support on this port.

TABLE 98: PORT 2 BATTERY CHARGING CONFIGURATION

BC_CONFIG_P2(413Dh)Port 2 Battery Charging Configuration
Bit NameR/W Description
7:6UCS_CLIMR/WWhen controlling the UCS1002 through I2C this controls the current limit set point.00b = 500mA01b = 1000mA10b = 1500mA11b = 2000mA
5DCPR/WWhen set this enables the Dedicated Charging Port mode defined by USB-IF
4:3 Reserved R/W Reserved
2SE1_HCR/WWhen set this enables the SE1 High Current mode used by Apple devices to charge at 2A. Bit 1 must also be set.
1SE1_ENR/WWhen set this enables the SE1 resistor dividers to be placed on the downstream port. Apple devices use these voltages to detect chargers.
0BC_ENR/WThis bit enables the battery charging support on this port.

TABLE 99: PORT 3 BATTERY CHARGING CONFIGURATION

BC_CONFIG_P3(413Eh)Port 3 Battery Charging Configuration
Bit Name R/W Description
7:6UCS_CLIMR/WWhen controlling the UCS1002 through I2C this controls the current limit set point.00b = 500mA01b = 1000mA10b = 1500mA11b = 2000mA
5DCPR/WWhen set this enables the Dedicated Charging Port mode defined by USB-IF
4:3 Reserved R/W Reserved
2SE1_HCR/WWhen set this enables the SE1 High Current mode used by Apple devices to charge at 2A. Bit 1 must also be set.
1SE1_ENR/WWhen set this enables the SE1 resistor dividers to be placed on the downstream port. Apple devices use these voltages to detect chargers.
0BC_ENR/WThis bit enables the battery charging support on this port.

TABLE 100: PORT 4 BATTERY CHARGING CONFIGURATION

BC_CONFIG_P4(413Fh)Port 4 Battery Charging Configuration
Bit NameR/W Description
7:6UCS_CLIMR/WWhen controlling the UCS1002 through I2C this controls the current limit set point.00b = 500mA01b = 1000mA10b = 1500mA11b = 2000mA
5DCPR/WWhen set this enables the Dedicated Charging Port mode defined by USB-IF
4:3 Reserved R/W Reserved
2SE1_HCR/WWhen set this enables the SE1 High Current mode used by Apple devices to charge at 2A. Bit 1 must also be set.
1SE1_ENR/WWhen set this enables the SE1 resistor dividers to be placed on the downstream port. Apple devices use these voltages to detect chargers.
0BC_ENR/WThis bit enables the battery charging support on this port.

2.5.2.5 Port Control Registers

These registers control the analog signaling of specific ports. Although both HSIC and USB control registers are listed, please check the individual data sheets to see what registers apply to each specific product.

TABLE 101: USB UPSTREAM BOOST REGISTER

HS_UP_BOOST(60CAh)USB Upstream Boost Register
Bit Name R/W Description
7:3 Reserved R/W Reserved
2:0HS_BOOSTR/WHS Output Current.3'b000: Nominal3'b001: Decrease by 5%3'b010: Increase by 10%3'b011: Increase by 5%3'b100: Increase by 20%3'b101: Increase by 15%3'b110: Increase by 30%3'b111: Increase by 25%

TABLE 102: USB UPSTREAM VARISENSE REGISTER

PHY_UP_SENSE(60CCh)USB Upstream Varisense Register
Bit Name R/W Description
7:3 Reserved R Reserved
2:0SQ_TUNE[2:0]R/WSquelch Tune3'b000: Nominal 100mV Trip Point3'b001: Decrease by 12.5mV3'b010: Decrease by 25mV3'b011: Decrease by 37.5mV3'b100: Decrease by 50mV3'b101: Decrease by 62.5mV3'b110: Increase by 25mV3'b111: Increase by 12.5mV

TABLE 103: HSIC UPSTREAM CONTROL REGISTER

HSIC_UP_CTL(6141h)HSIC Upstream Control Register
Bit Name R/W Description
7:3 Reserved R Always read '0'
2 HSIC_DS_EN50 R/W HSIC 50ohm Driver Enable (Data and Strobe).Selects the driver output impedance.1'b0: 40ohm driver1'b1: 50ohm driver.
1 HSIC_DS_SLEW_TUNER/W HSIC Slew Tune (Data and Strobe).Reduces transmit slew rate on Data/Strobe by 30%.1'b0: TX Slew boost disabled (Default)1'b1: TX Slew boosted by 30%
0 HSIC_PIN_SWAP R/W HSICPin Swap

TABLE 104: USB PORT 1 BOOST REGISTER

HS_P1_BOOST(64CAh)USB Port 1 Boost Register
Bit Name R/W Description
7:3 Reserved R/W Reserved
2:0 HS_BOOST R/W HS Output Current3'b000: Nominal3'b001: Decrease by 5%3'b010: Increase by 10%3'b011: Increase by 5%3'b100: Increase by 20%3'b101: Increase by 15%3'b110: Increase by 30%3'b111: Increase by 25%

TABLE 105: USB PORT 1 VARIENSE REGISTER

PHY_P1_SENSE(64CCh)USB Port 1 Varisense Register
Bit Name R/W Description
7:3 Reserved R Reserved
2:0SQ_TUNE[2:0]R/WSquelch Tune3'b000: Nominal 100mV Trip Point3'b001: Decrease by 12.5mV3'b010: Decrease by 25mV3'b011: Decrease by 37.5mV3'b100: Decrease by 50mV3'b101: Decrease by 62.5mV3'b110: Increase by 25mV3'b111: Increase by 12.5mV

TABLE 106: HSIC PORT 1 CONTROL REGISTER

HSIC_P1_CTL(6541h)HSIC Port 1 Control Register
Bit Name R/W Description
7:3 Reserved R Always read ‘0’
2 HSIC_DS_EN50 R/W HSIC 5ohm Driver Enable (Data and Strobe).Selects the driver output impedance.1'b0: 40ohm driver1'b1: 50ohm driver.
1 HSIC_DS_SLEW_TUNER/W HSIC Slew Tune (Data and Strobe).Reduces transmit slew rate on Data/Strobe by 30%.1'b0: TX Slew boost disabled (Default)1'b1: TX Slew boosted by 30%
0 HSIC_PIN_SWAP R/W HSICPin Swap

TABLE 107: HSIC PORT 1 CONFIGURATION REGISTER

HSIC_P1_CFG(6643h)HSIC Port 1 Configuration
Bit Name R/W Description
7:1 Reserved R Always read ‘0’
0 PORT POWER_MODER/W 1'b0: Bus keepers on DATA/STROBE are both driven to low when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller expects a CONNECT event from the device on subsequent re-enable of port power.1'b1: Bus keepers on DATA/STROBE remains at IDLE state when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller does not expect a CONNECT event from the device on subsequent re-enable of port power.

TABLE 108: USB PORT 2 BOOST REGISTER

HS_P2_BOOST(68CAh)USB Port 2 Boost Register
Bit Name R/W Description
7:3 Reserved R/W Reserved
2:0HS_BOOSTR/WHS Output Current.3'b000: Nominal3'b001: Decrease by 5%3'b010: Increase by 10%3'b011: Increase by 5%3'b100: Increase by 20%3'b101: Increase by 15%3'b110: Increase by 30%3'b111: Increase by 25%

TABLE 109: USB PORT 2 VARIENSE REGISTER

PHY_P2_SENSE(68CC)USB Port 2 Varisense Register
Bit Name R/W Description
7:3 Reserved R Reserved
2:0 USB2_SQ_TUNE[2:0]R/W Squelch Tune3'b000: Nominal 100mV Trip Point3'b001: Decrease by 12.5mV3'b010: Decrease by 25mV3'b011: Decrease by 37.5mV3'b100: Decrease by 50mV3'b101: Decrease by 62.5mV3'b110: Increase by 25mV3'b111: Increase by 12.5mV

TABLE 110: HSIC PORT 2 CONTROL REGISTER

HSIC_P2_CTL(6941h)HSIC Port 2 Control Register
Bit Name R/W Description
7:3 Reserved R Always read '0'
2 HSIC_DS_EN50 R/W HSIC 50ohm Driver Enable (Data and Strobe).Selects the driver output impedance.1'b0: 40ohm driver1'b1: 50ohm driver.
1 HSIC_DS_SLEW_TUNER/W HSIC Slew Tune (Data and Strobe).Reduces transmit slew rate on Data/Strobe by 30%.1'b0: TX Slew boost disabled (Default)1'b1: TX Slew boosted by 30%
0HSIC_PIN_SWAPR/WHSIC Pin Swap

TABLE 111: HSIC PORT 2 CONFIGURATION REGISTER

HSIC_P2_CFG(6A43h)HSIC Port 2 Configuration
Bit Name R/W Description
7:1 Reserved R Always read ‘0’
0 PORT POWER_MODER/W 1'b0 : Bus keepers on DATA/STROBE are both driven to low when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller expects a CONNECT event from the device on subsequent re-enable of port power.1'b1 : Bus keepers on DATA/STROBE remains at IDLE state when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller does not expect a CONNECT event from the device on subsequent re-enable of port power.

TABLE 112: USB PORT 3 BOOST REGISTER

HS_P3_BOOST(6CCAh)USB Port 3 Boost Register
Bit Name R/W Description
7:3 Reserved R/W Reserved
2:0 HS_BOOST R/W HS Output Current
3'b000: Nominal3'b001: Decrease by 5%3'b010: Increase by 10%3'b011: Increase by 5%3'b100: Increase by 20%3'b101: Increase by 15%3'b110: Increase by 30%3'b111: Increase by 25%

TABLE 113: USB PORT 3 VARIENSE REGISTER

PHY_P3_SENSE(6CCCh)USB Port 3 Varisense Register
Bit Name R/W Description
7:3 Reserved R Reserved
2:0 USB2_SQ_TUNE[2:0]R/W Squelch Tune3'b000: Nominal 100mV Trip Point3'b001: Decrease by 12.5mV3'b010: Decrease by 25mV3'b011: Decrease by 37.5mV3'b100: Decrease by 50mV3'b101: Decrease by 62.5mV3'b110: Increase by 25mV3'b111: Increase by 12.5mV

TABLE 114: HSIC PORT 3 CONTROL REGISTER

HSIC_P3_CFG(6D41h)HSIC Port 3 Control Register
Bit NameR/W Description
7:3 Reserved R Always read ‘0’
2 HSIC_DS_EN50 R/W HSIC 50ohm Driver Enable (Data and Strobe).Selects the driver output impedance.1'b0: 40ohm driver1'b1: 50ohm driver.
1 HSIC_DS_SLEW_TUNER/W HSIC Slew Tune Testbit (Data and Strobe).Reduces transmit slew rate on Data/Strobe by 30%.1'b0: TX Slew boost disabled (Default)1'b1: TX Slew boosted by 30%
0HSIC_PIN_SWAPR/WHSIC Pin Swap

TABLE 115: HSIC PORT 3 CONFIGURATION REGISTER

HSIC_P3_CFG(6E43h)HSIC Port 3 Configuration
Bit NameR/W Description
7:1 Reserved R Always read '0'
0 PORT POWER_MODER/W 1'b0 : Bus keepers on DATA/STROBE are both driven to low when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller expects a CONNECT event from the device on subsequent re-enable of port power.1'b1 : Bus keepers on DATA/STROBE remains at IDLE state when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller does not expect a CONNECT event from the device on subsequent re-enable of port power.

TABLE 116: USB PORT 4 BOOST REGISTER

HS_P4_BOOST(70CAh)USB Port 4 Boost Register
Bit Name R/W Description
7:3 Reserved R/W Reserved
2:0 HS_BOOST R/W HS Output Current3'b000: Nominal3'b001: Decrease by 5%3'b010: Increase by 10%3'b011: Increase by 5%3'b100: Increase by 20%3'b101: Increase by 15%3'b110: Increase by 30%3'b111: Increase by 25%

TABLE 117: USB PORT 4 VARISENSE REGISTER

PHY_P4_SENSE(70CCh)USB Port 4 Varisense Register
Bit Name R/W Description
7:3 Reserved R Reserved
2:0 USB2_SQ_TUNE[2:0]R/W Squelch Tune3'b000: Nominal 100mV Trip Point3'b001: Decrease by 12.5mV3'b010: Decrease by 25mV3'b011: Decrease by 37.5mV3'b100: Decrease by 50mV3'b101: Decrease by 62.5mV3'b110: Increase by 25mV3'b111: Increase by 12.5mV

TABLE 118: HSIC PORT 4 CONTROL REGISTER

HSIC_P4_CTL(7141h)HSIC Port 4 Control Register
Bit Name R/W Description
7:3 Reserved R Always read ‘0’
2 HSIC_DS_EN50 R/W HSIC 50ohm Driver Enable (Data and Strobe).Selects the driver output impedance.1'b0: 40ohm driver1'b1: 50ohm driver.
1 HSIC_DS_SLEW_TUNER/W HSIC Slew Tune Testbit (Data and Strobe).Reduces transmit slew rate on Data/Strobe by 30%.1'b0: TX Slew boost disabled (Default)1'b1: TX Slew boosted by 30%
0 HSIC_PIN_SWAP R/W HSICPin Swap

TABLE 119: HSIC PORT 4 CONFIGURATION REGISTER

HSIC_P4_CFG(7243h)HSIC Port 4 Configuration Register
Bit Name R/W Description
7:1 Reserved R Always read ‘0’
0 PORT POWER_MODER/W 1'b0 : Bus keepers on DATA/STROBE are both driven to low when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller expects a CONNECT event from the device on subsequent re-enable of port power.1'b1 : Bus keepers on DATA/STROBE remains at IDLE state when HSIC host disables port power to downstream HSIC device. Downstream HSIC controller does not expect a CONNECT event from the device on subsequent re-enable of port power.

3.0 SMBUS RUN TIME ACCESSIBLE REGISTERS

After the hub enters the Hub Connect Stage, the SMBus protocol changes to allow faster access to a limited set of registers. These registers are accessed through an 8-bit address byte followed by the data. The address also changes from 2Dh to 2Ch. An extended range of registers can be accessed through the SMBus Page Register.

3.1 SMBus Block Write

The SMBus block write consists of an Address+Direction(0) byte followed by the 8-bit memory address.

FIGURE 4: SMBUS BLOCK WRITE

S01011000AAddressAData1AData2AP

Note: The 7-bit address of the hub is 2Ch. Or the first byte is 58h for an SMBus Write.

3.2 SMBus Block Read

The SMBus block read consists of an Address+Direction(0) byte with the 8-bit memory address followed by a repeat Start signal and an Address+Direction(1) byte. The hub will then start to output the contents of the internal registers starting at the 8-bit address specified.

FIGURE 5: SMBUS BLOCK READ

S01011000AAddrAS01011001AData1AData2ADataNNP

Note: The 7-bit address of the hub is 2Ch. Or the first byte is 59h for an SMBus Read.

3.3 Run Time Registers

Table 3.1 provides a summary of the SMBus accessible run time registers. Each register is detailed in the subsequent tables.

3.4 Run Time SMBus Page Register

The following run time SMBus page register is located at FFh on page 1 and 2. This must be programmed to allow the SOC to page through different regions of the register space.

TABLE 120: SMBUS PAGE REGISTER

SMBUS_PAGE (FFh)SMBUS Page Register
Bit Name R/W Description
7:5PAGE_SELR/WSelect the accessible address space:000 = Select registers in the Pg1 Space010 = Select registers in the Pg2 Space
5:0ReservedRReserved.Note: Software must never write a ‘1’ to these bits

Note: The SMBus page register must be configured to allow the SOC to access the proper register space.

TABLE 121: SMBUS ACCESSIBLE RUN TIME REGISTERS

Name ADDR Description
UP_BC_DETPg1 E2hUpstream Battery Charging Detection Control Register
UP_CUST_BC_CTLPg1 E3hUpstream Custom Battery Charger Control Register
UP_CUST_BC_STATPg1 E4hUpstream Custom Battery Charger Status Register
PORT_PWR_STAT Pg1 E5h Port Power Status Register
OCS_STAT Pg1 E6h OCS Status Register
INT_STATUS Pg1 E8h Serial Port Interrupt Status Register
INT_MASKPg1 E9hSerial Port Interrupt Mask Register
BC_CHG_MODEPg1 EChUpstream Battery Charger Mode Register
CHG_DET_MSKPg1 EDhCharge Detect Mask Register
CFGPPg1 EEhConfigure Portable Hub Register
PSELSUSPPg2 8BhPort Select and Low-Power Suspend Register
CONNECT_CFGPg2 8EhConnect Configuration Register

3.4.1 REGISTER DEFINITIONS

UP_BC_DET(PG1 E2h)Upstream Battery Charging Register
BitNameR/WDescription
7:5CHARGER_TYPER/WRead Only.This field indicates the result of the automatic charger detection. Values reported depend on EnhancedChrgDet bit setting in Upstream Battery Charger Mode Register.If EnhancedChrgDet = 1000 = Charger Detection is not complete.001 = DCP - Dedicated Charger Port010 = CDP - Charging Downstream Port011 = SDP - Standard Downstream Port100 = SE1 Low Current Charger101 = SE1 High Current Charger110 = SE1 Super High Current Charger111 = Charger Detection DisabledIf EnhancedChrgDet = 0000 = Charger Detection is not complete.001 = DCP/CDP - Dedicated Charger or Charging Downstream Port010 = Reserved011 = SDP - Standard Downstream Port100 = SE1 Low Current Charger101 = SE1 High Current Charger110 = SE1 Super High Current Charger111 = Charger Detection Disabled
4CHGDET_COMPLETERIndicates Charger Detection has been run and is completed. This bit is negated when START_CHG_DET is asserted high.
3ReservedR/WReserved for debugging
2:1CHG_DET[1:0]RIndicates encoded status of what chargers or status has been detected according to the settings in the Charge Detect Mask Register. It can be used to determine what current can be drawn from the upstream USB port.00 = No selected Chargers or Status identified01 = 100ma (VBUS detect without enumeration)10 = 500ma (Device enumerated, Set Config seen)11 = 1000+ma (Charger detected)The actual current amount for the charger will be system dependent
0START_CHG_DETR/WManually Initiates a USB battery charger detection sequence at the time of assertion. This bit must not be set while hub is in operation. This bit is cleared automatically when the manual battery charger detection sequence is completed.0 = Write: No Effect / Read: Battery Charger Detection Sequence Completed or not run.1 = Write: Start Battery Charger Detection / Read: Battery Charger Detection Sequence is running

TABLE 123: UPSTREAM CUSTOM BATTERY CHARGER CONTROL REGISTER

UP_CUST_BC_CTL(PG1 E3h)Upstream Custom Battery Charging Control
Bit Name R/W Description
7 SMBCcontrol R/W SMBuscontrol0: SMBus control disabled1: SMBus control enabled
6DmPulldownEnR/WDM 15K pull down resistor control0: DM 15K pull down resistor disabled1: DM 15K pull down resistor enabled
5DpPulldownEnR/WDP 15K pull down resistor control0: DP 15K pull down resistor disabled1: DP 15K pull down resistor enabled
4IdatSinkEnR/WIdat current sink control0: Idat current sink disabled1: Idat current sink enabled
3HostChrgEnR/WHost charger detection swap control0: Charger detection connections of DP and DM are not swapped (standard)1: Charger detection connections of DP and DM are swapped. The USB signal path is not reversed.
2VdatSrcEnR/WVdat voltage source control0: Vdat voltage source disabled1: Vdat voltage source enabled
1 ContactDetectEn R/W Contactdetect current source control0: Contact detect current source disabled1: Contact detect current source enabled
0 SeRxEn R/W Single-ended receivercontrol0: Single-ended receiver disabled1: Single-ended receiver enabled

TABLE 124: UPSTREAM CUSTOM BATTERY CHARGER STATUS REGISTER

UP_CUST_BC_STAT(PG1 E4h)Upstream Custom Battery Charging Status
Bit Name R/W Description
7:4 Reserved R Reserved
3RxHiCurrRDM high current SE1 charger output0: DM signal is not above the VSE_RXH threshold1: DM signal is above the VSE_RXH threshold
2DmSeRxRDM Single Ended Receiver Status
1DpSeRxRDP Single Ended Receiver Status
0 VdatDetR Vdat detect0: Vdat not detected1: Vdat detect comparator output

TABLE 125: PORT POWER STATUS REGISTER

PORT_PWR_STAT(PG1 E5h)Port Power Status
Bit Name R/W Description
7:5 Reserved R Reserved
4:1PRTPWR[4:1]ROptional status to SOC indicating that power to the corresponding downstream port was enabled by the USB Host for the specified port. Not required for an embedded application.This is a read-only status bit. Actual control over port power is implemented by the USB Host, OCS Status Register and Downstream Battery Charging logic, if enabled.0: USB Host has not enabled port to be powered or in downstream battery charging and corresponding OCS bit has been set1: USB Host has enabled port to be powered
0 Reserved R Reserved

TABLE 126: OCS STATUS REGISTER

OCS_STAT(PG1 E6h)Port Power Status
Bit Name R/W Description
7:5 Reserved R Reserved
4:1OCS[4:1]ROptional control from SOC that indicates an over-current condition on the corresponding port for HUB status reporting to USB host. Also resets corresponding PRTPWR status bit in the Port Power Status Register. Not required for an embedded application.0: No Over Current Condition1: Over Current Condition
0 Reserved R Reserved

TABLE 127: SERIAL PORT INTERRUPT STATUS REGISTER

SP_INT_STATUS(PG1 E8h)Serial Port Interrupt Status (USB3813 and USB3613 Only)
Bit Name R/W Description
7 Interrupt R/W Read:0: INT_N pin has not been asserted low due to unmasked interrupt1: INT_N pin has been asserted low due to unmasked interruptWrite:0: Negate INT_N pin high1: No Effect - INT_N pin and register retains its current value
6:5 Reserved R Reserved
4 HubSusplnt R/W Read:0: Hub has not entered USB suspend since last HubSusplnt reset1: Hub has entered USB suspendWrite:0: Negate HubSusplnt status low1: No Effect
3 HubCfgInt R/W Read:0: Hub has not been configured by the USB Host since last HubConflnt reset1: Hub has been configured by the USB hostWrite:0: Negate HubConflnt status low1: No Effect
2 PrtPwrInt R/W Read:0: Port Power Status has not been updated since last PrtPwrInt reset1: Port Power Status has been updatedWrite:0: Negate PrtPwrInt status low1: No Effect
1 ChrgDetInt R/W Read:0: Charge detect has not been updated since last ChrgDetInt reset1: Charge detect as been updated CHG_DET_N bit in Charger Detect Register has been asserted lowWrite:0: Negate ChrgDetInt status low1: No Effect
0 ChrgDetComplnt R/W Read:0: Charge detection not completed since last ChrgDetComplnt reset1: Charge detection completed ChrgDetComplete bit in Charger Detect Register has been asserted highWrite:0: Negate ChrgDetComplnt status low1: No Effect

TABLE 128: SERIAL PORT INTERRUPT MASK REGISTER

SP_INT_MSK(PG1 E9h)Serial Port Interrupt Mask (USB3813 and USB3613 Only)
Bit Name R/W Description
7:5 Reserved R Reserved
4HubSuspMaskR/W0 = INT_N pin is not affected by Hub entering suspend1 = INT_N pin is asserted when Hub enters suspend
3HubCfgMaskR/W0 = INT_N pin is not affected by Hub configuration event1 = INT_N pin is asserted when Hub configured by USB Host
2PrtPwrMaskR/W0 = INT_N pin is not affected by Port Power register1 = INT_N pin is asserted when Port Power register has been updated by USB Host
1ChrgDetMaskR/W0 = INT_N pin is not affected by CHG_DET_N1 = INT_N pin is asserted when CHG_DET bit in Charger Detect Register is asserted
0ChgDetCompMaskR/W0 = INT_N pin is not affected by ChrgDetComplete1 = INT_N pin is asserted when ChrgDetComplete bit in Charger Detect Register is asserted high

TABLE 129: UPSTREAM BATTERY CHARGER MODE REGISTER

BC_CHG_MODE(PG1 ECh)Upstream Battery Charger Mode
Bit Name R/W Description
7:6 Reserved R Reserved
5HoldVdatR/WDead Battery Vdat Detect voltage source enable0: The charger detection state machine will turn off the Vdat Source at the end of the charger detection routine.1: The charger detection state machine leave Vdat Source on during Hub.Connect stage when a SDP has been detected.
4 Reserved R Reserved
3SE1ChrgDetR/WSE1 type charger detection control0: The charger detection routine will not look for the attachment of an SE1 type charger.1: The charger detection routine will look for the attachment of an SE1 type charger.
Bit Name R/W Description
2 EnhancedChrgDet R/W Enhanced charge detect control0: The charger detection routine will not reverse Vdat SRC to differentiate between a CDP and a DCP.1: The charger detection routine will reverse Vdat SRC to differentiate between a CDP and a DCP.
1:0 Reserved R Reserved

TABLE 130: CHARGE DETECT MASK REGISTER

CHG_DET_MSK(PG1 EDh)Charge Detect Mask
Bit Name R/W Description
7CONFIGUREDR/WIf this bit is set, it indicates that the hub is configured. The charge detect bits will indicate a 500mA source. This bit will have no effect on the charge detect bits if a battery charging source is detected.
6CONNECTEDR/WIf this bit is set, it indicates that the hub is connected. Which means a VBUS was detected. The charge detect bits will indicate a 100mA source. This bit will have no effect on the charge detect bits if a battery charging source is detected, or the CONFIGURED bit is set.
5SUSPENDEDR/WThis is a status that is set when the hub is in suspend. This bit has no effect on charge detect encoding.
4SE1SMaskR/W0: battChg.chgDet is not affected for this mask set by detection of a SE1 Super High Current Charger1: battChg.chgDet indicates status for this mask set met when a SE1 Super High Current Charger is detected
3SE1HMaskR/W0: battChg.chgDet is not affected for this mask set by detection of a SE1 High Current Charger1: battChg.chgDet indicates status for this mask set met when a SE1 High Current Charger is detected
2SE1LMaskR/W0: battChg.chgDet is not affected for this mask set by detection of a SE1 Low Current Charger1: battChg.chgDet indicates status for this mask set met when a SE1 Low Current Charger is detected
1CDPMaskR/W0: battChg.chgDet is not affected for this mask set by detection of a CDP Charger1: battChg.chgDet indicates status for this mask set met when a CDP Charger is detectedThis mask bit should only be enabled if EnhancedChrgDet is asserted in the Upstream Battery Charger Mode Register. Without it, the charger detection is unable to identify a CDP.
0DCPMaskR/W0: battChg.chgDet is not affected for this mask set by detection of a DCP Charger1: battChg.chgDet indicates status for this mask set met when a DCP Charger is detected

TABLE 131: CONFIGURE PORTABLE HUB REGISTER

CFGP(PG1 EEh)Portable Hub Configuration Register
Bit NameR/W Description
7ClkSuspR/W0: Allow device to gate-off its internal clocks during suspend mode in order to meet USB suspend current requirements.1: Force device to run internal clock even during USB suspend (will cause device to violate USB suspend current limit - intended for test or self-powered applications which require use of serial port during USB session.)
6IntSuspR/W0: INT_N pin function retains event sensitive role of a general serial port interrupt. (USB3813/USB3613 Only)1: INT_N pin function is a level sensitive USB suspend interrupt indication. Allows system to adjust current consumption to comply with USB specification limits when hub is in the USB suspend state.
5:1DIS_PHY_CLK[5:1]R/WA '1' disables the PHY clock of the corresponding port:Bit 5 - Downstream port 5Bit 4 - Downstream port 4Bit 3 - Downstream port 3Bit 2 - Downstream port 2Bit 1 - Downstream port 1
0 Reserved R Always read '0'
PSELSUSP(PG2 8Bh)Port Select and Low Power Suspend Register
Bit Name R/W Description
7:6APortSelR/WSpecifies which downstream USB port is associated with the OCSA, PRTPWRA and PrtPwrOCSA pin function.‘00’ - Port 1‘01’ - Port 2‘10’ - Port 3‘11’ - Port 4
5:0ReservedRAlways read ‘0’

Note: This applies to the USB3813 and USB3613 part numbers only.

TABLE 133: CONNECT CONFIGURATION REGISTER

CONNECT_CFG(PG2 8Eh)Connect Configuration Register
Bit Name R/W Description
7 HIRD_TIMR_SEL R/W HIRDtimer selection0: Use alternate HIRD definition (up to 9.95mS)1: Use original HIRD definition (up to 1.2mS)
6:3 Reserved R Reserved
1 EN_FLEX_MODE R/W FlexConnect mode enable0: Flex Connect mode is disabled. (Normal hub operation with separate port power and OCS control)1: Flex Connect mode is enabled
0FLEXCONNECTR/WFlexConnect Control. When asserted the device changes its hub connections so that the Swap port (Physical Port 1) changes from it's default behavior of a downstream port to an upstream port. The Flex Port (Physical port 0) transitions from an upstream port to a downstream port.‘0’ -Flex Port = Upstream (Port 0)Swap Port= Downstream (Port 1)‘1’ -Flex Port= Downstream (Port 1)Swap Port= Upstream (Port 0)This setting can be used to select whether the Flex Port is an upstream or downstream port.Another application for this setting is to allow a dual-role device on the Swap Port to assume a host role and communicate directly with other downstream hub ports, or to communicate through the Flex Port to a exposed connector to an external device.If a “private” communication channel is desired between embedded devices, any externally exposed ports should be disabled.Note: All port-specific settings such as VSNS, prtSp, sDiscon are specific to the logic port 0, 1, 2, 3. When FLEXCONNECT is asserted, these settings affect the newly assigned physical pins and PHY. Any settings which are specific to the physical Flex Port and Swap Port such as battery charger detection do not change with the setting of FLEXCONNECT.

The OTP registers can be programmed through the SMBus interface in the SOC_CONFIG Stage. The OTP registers are configured as a series of commands that will manipulate the configuration registers. These commands can be appended to each other, so multiple OTP programs can be executed at different times. The OTP registers can only be programmed once, so once all of the registers have been written to, no other changes can be made.

The entire list of configuration commands contained in the OTP Registers are executed during the HUB_CONFIG stage, when the OTP registers are loaded. These commands are stored in the OTP registers according to the structure detailed in Section 4.2.

4.1 Configuration Commands

The OTP structure contains multiple configuration commands that are used to manipulate the configuration registers before the hub enters the Hub Connect Stage. These can be used to change the default behavior of the hub during normal operation. The configuration commands contain the following structure:

4.1.1 SET_ADDRESS BYTE (80H)

The SET_ADDRESS byte is the first byte of any configuration command, it is always 80h.

4.1.2 ADDRESS BYTES (MSB, LSB)

The next two bytes after the SET_ADDRESS byte are the configuration register address that will be manipulated. Because the address is 16 bits long, this covers two bytes with the MSB coming first, then the LSB.

4.1.3 BIT COMMAND (FEH)

This is a command that will allow a register to be manipulated. This command must be followed by either a WRITE_BYTE, SET_BIT, or CLEAR_BIT command, then the data length.

4.1.3.1 WRITE_BYTE (00h), SET_BIT (01h), or CLEAR_BIT (02h)

The WRITE_BYTE will replace the entire contents of the register with the new value.

The SET_BIT command will set every bit that is true in the following data. For example, if the data is 03h, then the SET_BIT command will cause only bits 0 and 1 to be set in the specified configuration register.

The CLEAR_BIT command will clear every bit that is true in the following data. For example, if the data is C0h, then the CLEAR_BIT command will cause only bits 6 and 7 to be cleared in the specified configuration register.

4.1.4 DATA LENGTH

This is the number of bytes that will be written sequentially to the configuration registers, starting at the Address specified in the previous bytes. Only data lengths of 0-127 bytes are valid.

4.1.5 DATA

The rest of the bytes are the data bytes that must correspond to the Data length byte. These are the actual values to be written, or bits to be manipulated. The Configuration Register address will increment with each byte.

Note: The data bytes must be followed by either a STOP command or a SET_ADDRESS byte command to set or clear bits in another register. No other values are valid.

4.1.6 STOP (FFH)

After the desired configuration commands are complete the FFh byte confirms the termination of the command sequence.

4.1.7 EXAMPLE

If it was desired to have the hub start up in the Flexed state, the user would want to modify configuration register 318Eh. The other bits in this register should not be manipulated though, so the configuration command would be set up as follows:

TABLE 134: EXAMPLE CONFIGURATION COMMAND

Byte ValueComment
1 80h SET_ADDRESS Bytecommand.
231hManipulating configuration register 318Eh.
38EhManipulating configuration register 318Eh.
4FEhBit command to manipulate just the bits.
5 01h SET_BIT.
6 01h Data length of 1 byte to manipulate.
7 01h Only set the FLEXCONNECT bit in this register.
8 FFh STOP command.

4.2 Reading OTP Data

Before any programming of the OTP data is done, the OTP data must first be read to confirm that enough space is available for the desired configuration commands.

To read the OTP data, send the OTP Read command (9934h) then read the configuration registers starting at address 4800h. The OTP data is 2048 bytes of data.

The OTP data is broken up into three sections. The Configuration Command section, the Blank Memory section and the Command Signature section.

FIGURE 6: OTP DATA STRUCTURE

00hFFh
Configuration Commands
00hFFh00hFFh00hFFh00hFFh00h
00hFFh00hFFh00hFFh00hFFh00hFFh00hFFh00hFFh00hFFh
00hFFh00hFFh00hFFhBlank MemoryFFh00hFFh
00hFFh00hFFh00hFFh00hFFh00hFFh00hFFh00hFFh00hFFh
00hFFh00hFFh00hFFh00h
Configuration Signatures

4.2.1 CONFIGURATION COMMAND SECTION

This section grows from the start of the OTP data. These are the commands that are appended every time an OTP Program command is sent through SMBus and can vary in length depending on how many configuration registers need to be manipulated.

4.2.2 BLANK MEMORY

This will cycle between 00h and FFh to show that is has not been written to yet.

4.2.3 CONFIGURATION SIGNATURE

The Configuration Signature is automatically generated when the OTP data is programmed. This signature is always 8 bytes and is appended from the back of the OTP data every time the Program OTP Command is sent. This signature contains a checksum to confirm the configuration command was written correctly as well as information on where the configuration command is located and how long it is.

4.3 Programming OTP Data

To program the OTP data the following steps must to be followed:

  1. Write the configuration command data starting at configuration register 4800h.
  2. Write 03h to register 47FBh - This configures the hub to program the OTP registers.
  3. Write the data length of the configuration command to register 47FFh - This tells the hub how much data will be programmed. If the data is longer than 256 bytes, register 47FEh is the MSB and register 47FFh is the LSB.
  4. Send the OTP program command 9933h followed by 00h to confirm the command.

5.0 USB CONFIGURATION

USB commands can be used to access Hub Controller registers. In addition, Microchip provides the USB2530 Software Development Kit to enable access to all the USB hub functionality.

5.1 USB Register Reads

For register reads the following USB SETUP packet is used:

TABLE 135: USB REGISTER READS SETUP PACKET

Setup Parameter Value Description
bmRequestType0xC1Device-to-host, vendor class, targeted to interface
bRequest0x04Register read command: CMD_REG_READ
wValueRegister AddressValid Address Range:<0x0000> to <0xFFFF> [64KB]
wIndex 0x0000Reserved
wLengthData lengthLength of data bytes to be retrieved

Command phase: Receive the setup packet with the parameters specified above

Data Phase: Send the data bytes of length wLength from the specified address.

5.2 USB Register Writes

For register writes the following USB SETUP packet is used:

TABLE 136: USB REGISTER WRITES SETUP PACKET

Setup ParameterValueDescription
bmRequestType0x41Host-to-device, vendor class, targeted to interface
bRequest0x03Register write command:CMD_REG_WRITE
wValueRegister AddressValid Address Range:<0x0000> to <0xFFFF> [64KB]
wIndex0x0000Reserved
wLengthData LengthLength of data bytes to write

Command phase: Receives the setup packet with the parameters specified above

Data Phase: Receives wLenght data bytes and writes starting from the specified register address.

Status Phase: ACK - On successful completion of register write.

APPENDIX A: APPLICATION NOTE REVISION HISTORY

TABLE A-1: REVISION HISTORY

REVISION LEVEL & DATE SECTION/FIGURE/ENTRY CORRECTION
DS00001801C (11-20-15)Trademarks pageUpdated trademarks listing
Worldwide Sales Updated sales listing
Table 2, "Memory Format for Configuration Register Access," on page 4Removed empty row.
Table 32, "PIO 40-47 Direction Register," on page 19Updated:Bit 7:6: Updated name.Bit 1 to Bit 5: Update descriptions.
DS00001801B (03-03-15) Cover Updated title
Trademarks page Updated trademarks listing
Worldwide Sales Updated sales listing
All Changed all hex value notation to "xxxxh" for consistency
Table 8, "Configuration Register Memory Map," on page 6
Added/updated registers:080Ah-0954h: PIO registers3006h-3008h: Updated Names3016h-30CFh: mfr./product/serial string registers30FDh: Hub controller remap register3114h-3120h: USB2.0 BOS descriptor registers3C20h-3C40h: USB OCS source select registers3C52h: SUSPEND Select register4194h-4292h: Hub controller string desc. registers42ACh-42ADh: USB spec. version registers42B2h-42B3h: Hub controller VID registers42B4h-42B5h: Hub controller PID registers42B6h-42B7h: Device BCD registers42B8h: Manufacturer string index register42B9h: Product string index register
Table 9, "Register Default Values," on page 9
Table 10, "PIO Pin Numbers," on page 11
Section 2.5.2, "Register Definitions," on page 11
Section 2.5.2.1, "PIO Control," on page 11
Section 4.0, "OTP Configuration," on page 61
Section 4.1.3, "Bit command (FEh)," on page 61
Section 4.1.3, "Bit command (FEh)," on page 61
Section 5.0, "USB Configuration," on page 64
Table 43, "Hub Configuration Data Byte 1," on page 22, Table 44, "Hub Configuration Data Byte 2," on page 23, Table 45, "Hub Configuration Data Byte 3," on page 24
REVISION LEVEL & DATESECTION/FIGURE/ENTRY CORRECTION
DS00001801B (03-03-15) [continued]Table 89, “USB Port1 OCS Source Select,” on page 41, Table 90, “USB Port2 OCS Source Select,” on page 41, Table 91, “USB Port 3 OCS Source Select,” on page 41, Table 92, “USB Port 4 OCS Source Select,” on page 42Updated OCS_SEL field definitions.
Table 93, “VBUS Pass Through,” on page 42Updated description of HUB_CONN_PASS_THRU and USB_PASS_THRU bits.
DS00001801A (08-12-14) REVA replaces previous SMSC version Rev. 0.8 (07-25-14)
Rev. 0.8 (07-25-14)Chapter 4Added OTP Programming guidelines
Rev. 0.7 (06-07-13) DocumentRelease

Note the following details of the code protection feature on Microchip devices:

• Microchip products meet the specification contained in their particular Microchip Data Sheet.
- Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the intended manner and under normal conditions.
- There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip's Data Sheets. Most likely, the person doing so is engaged in theft of intellectual property.
• Microchip is willing to work with the customer who is concerned about the integrity of their code.
- Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not mean that we are guaranteeing the product as "unbreakable."

Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our products. Attempts to break Microchip's code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act.

Information contained in this publication regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights unless otherwise stated.

Trademarks

The Microchip name and logo, the Microchip logo, dsPIC, FlashFlex, flexPWR, JukeBlox, KEELOQ, KEELOQ logo, Kleer, LANCheck, MediaLB, MOST, MOST logo, MPLAB, OptoLyzer, PIC, PICSTART, PIC 32 logo, RightTouch, SpyNIC, SST, SST Logo, SuperFlash and UNI/O are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries.

The Embedded Control Solutions Company and mTouch are registered trademarks of Microchip Technology Incorporated in the U.S.A.

Analog-for-the-Digital Age, BodyCom, chipKIT, chipKIT logo, CodeGuard, dsPICDEM, dsPICDEM.net, ECAN, In-Circuit Serial Programming, ICSP, Inter-Chip Connectivity, KleerNet, KleerNet logo, MiWi, motorBench, MPASM, MPF, MPLAB Certified logo, MPLIB, MPLINK, MultiTRAK, NetDetach, Omniscient Code Generation, PICDEM, PICDEM.net, PICkit, PICtail, RightTouch logo, REAL ICE, SQL, Serial Quad I/O, Total Endurance, TSHARC, USBCheck, VariSense, ViewSpan, WiperLock, Wireless DNA, and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries.

SQTP is a service mark of Microchip Technology Incorporated in the U.S.A.

Silicon Storage Technology is a registered trademark of Microchip Technology Inc. in other countries.

GestIC is a registered trademark of Microchip Technology Germany II GmbH & Co. KG, a subsidiary of Microchip Technology Inc., in other countries.

All other trademarks mentioned herein are property of their respective companies.

© 2013 - 2015, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved.

ISBN: 978-1-5224-0024-0

QUALITY MANAGEMENT SYSTEM

CERTIFIED BY DNV

=ISO/TS 16949=

Microchip received ISO/TS-16949:2009 certification for its worldwide headquarters, design and wafer fabrication facilities in Chandler and Tempe, Arizona; Gresham, Oregon and design centers in California and India. The Company's quality system processes and procedures are for its PIC® MCUs and dsPIC® DSCs, KEELOO® code hopping devices, Serial EEPROMs, microperipherals, nonvolatile memory and analog products. In addition, Microchip's quality system for the design and manufacture of development systems is ISO 9001:2000 certified.

Microchip provides online support via our WWW site at www.microchip.com. This web site is used as a means to make files and information easily available to customers. Accessible by using your favorite Internet browser, the web site contains the following information:

  • Product Support – Data sheets and errata, application notes and sample programs, design resources, user's guides and hardware support documents, latest software releases and archived software
  • General Technical Support – Frequently Asked Questions (FAQ), technical support requests, online discussion groups, Microchip consultant program member listing
  • Business of Microchip – Product selector and ordering guides, latest Microchip press releases, listing of seminars and events, listings of Microchip sales offices, distributors and factory representatives

CUSTOMER CHANGE NOTIFICATION SERVICE

Microchip's customer notification service helps keep customers current on Microchip products. Subscribers will receive e-mail notification whenever there are changes, updates, revisions or errata related to a specified product family or development tool of interest.

To register, access the Microchip web site at www.microchip.com. Under "Support", click on "Customer Change Notification" and follow the registration instructions.

CUSTOMER SUPPORT

Users of Microchip products can receive assistance through several channels:

• Distributor or Representative
- Local Sales Office
• Field Application Engineer (FAE)
- Technical Support

Customers should contact their distributor, representative or Field Application Engineer (FAE) for support. Local sales offices are also available to help customers. A listing of sales offices and locations is included in the back of this document.

Technical support is available through the web site at: http://microchip.com/support

NOTES:

Worldwide Sales and Service

AMERICAS

Corporate Office

2355 West Chandler Blvd.

Chandler, AZ 85224-6199

Tel: 480-792-7200

Fax: 480-792-7277

Technical Support:

http://www.microchip.com/

support

Web Address:

www.microchip.com

Atlanta

Duluth, GA

Tel: 678-957-9614

Fax: 678-957-1455

Austin, TX

Tel: 512-257-3370

Boston

Westborough, MA

Tel: 774-760-0087

Fax: 774-760-0088

Chicago

Itasca, IL

Tel: 630-285-0071

Fax: 630-285-0075

Cleveland

Independence, OH

Tel: 216-447-0464

Fax: 216-447-0643

Dallas

Addison, TX

Tel: 972-818-7423

Fax: 972-818-2924

Detroit

Novi, MI

Tel: 248-848-4000

Houston, TX

Tel: 281-894-5983

Indianapolis

Noblesville, IN

Tel: 317-773-8323

Fax: 317-773-5453

Los Angeles

Mission Viejo, CA

Tel: 949-462-9523

Fax: 949-462-9608

New York, NY

Tel: 631-435-6000

San Jose, CA

Tel: 408-735-9110

Canada - Toronto

Tel: 905-673-0699

Fax: 905-673-6509

ASIA/PACIFIC

Asia Pacific Office

Suites 3707-14, 37th Floor

Tower 6, The Gateway

Harbour City, Kowloon

Hong Kong

Tel: 852-2943-5100

Fax: 852-2401-3431

Australia - Sydney

Tel: 61-2-9868-6733

Fax: 61-2-9868-6755

China - Beijing

Tel: 86-10-8569-7000

Fax: 86-10-8528-2104

China - Chengdu

Tel: 86-28-8665-5511

Fax: 86-28-8665-7889

China - Chongqing

Tel: 86-23-8980-9588

Fax: 86-23-8980-9500

China - Dongguan

Tel: 86-769-8702-9880

China - Hangzhou

Tel: 86-571-8792-8115

Fax: 86-571-8792-8116

China - Hong Kong SAR

Tel: 852-2943-5100

Fax: 852-2401-3431

China - Nanjing

Tel: 86-25-8473-2460

Fax: 86-25-8473-2470

China - Qingdao

Tel: 86-532-8502-7355

Fax: 86-532-8502-7205

China - Shanghai

Tel: 86-21-5407-5533

Fax: 86-21-5407-5066

China - Shenyang

Tel: 86-24-2334-2829

Fax: 86-24-2334-2393

China - Shenzhen

Tel: 86-755-8864-2200

Fax: 86-755-8203-1760

China - Wuhan

Tel: 86-27-5980-5300

Fax: 86-27-5980-5118

China - Xian

Tel: 86-29-8833-7252

Fax: 86-29-8833-7256

ASIA/PACIFIC

China - Xiamen

Tel: 86-592-2388138

Fax: 86-592-2388130

China - Zhuhai

Tel: 86-756-3210040

Fax: 86-756-3210049

India - Bangalore

Tel: 91-80-3090-4444

Fax: 91-80-3090-4123

India - New Delhi

Tel: 91-11-4160-8631

Fax: 91-11-4160-8632

India - Pune

Tel: 91-20-3019-1500

Japan - Osaka

Tel: 81-6-6152-7160

Fax: 81-6-6152-9310

Japan - Tokyo

Tel: 81-3-6880-3770

Fax: 81-3-6880-3771

Korea - Daegu

Tel: 82-53-744-4301

Fax: 82-53-744-4302

Korea - Seoul

Tel: 82-2-554-7200

Fax: 82-2-558-5932 or

82-2-558-5934

Malaysia - Kuala Lumpur

Tel: 60-3-6201-9857

Fax: 60-3-6201-9859

Malaysia - Penang

Tel: 60-4-227-8870

Fax: 60-4-227-4068

Philippines - Manila

Tel: 63-2-634-9065

Fax: 63-2-634-9069

Singapore

Tel: 65-6334-8870

Fax: 65-6334-8850

Taiwan - Hsin Chu

Tel: 886-3-5778-366

Fax: 886-3-5770-955

Taiwan - Kaohsiung

Tel: 886-7-213-7828

Taiwan - Taipei

Tel: 886-2-2508-8600

Fax: 886-2-2508-0102

Thailand - Bangkok

Tel: 66-2-694-1351

Fax: 66-2-694-1350

EUROPE

Austria - Wels

Tel: 43-7242-2244-39

Fax: 43-7242-2244-393

Denmark - Copenhagen

Tel: 45-4450-2828

Fax: 45-4485-2829

France - Paris

Tel: 33-1-69-53-63-20

Fax: 33-1-69-30-90-79

Germany - Dusseldorf

Tel: 49-2129-3766400

Germany - Karlsruhe

Tel: 49-721-625370

Germany - Munich

Tel: 49-89-627-144-0

Fax: 49-89-627-144-44

Italy - Milan

Tel: 39-0331-742611

Fax: 39-0331-466781

Italy - Venice

Tel: 39-049-7625286

Netherlands - Drunen

Tel: 31-416-690399

Fax: 31-416-690340

Poland - Warsaw

Tel: 48-22-3325737

Spain - Madrid

Tel: 34-91-708-08-90

Fax: 34-91-708-08-91

Sweden - Stockholm

Tel: 46-8-5090-4654

UK - Wokingham

Tel: 44-118-921-5800

Fax: 44-118-921-5820

07/14/15

Table of contents Click a title to access it
Manual assistant
Powered by Anthropic
Waiting for your message
Product information

Brand : Microchip

Model : USB2532

Category : USB Hub