In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Hardware/Latte GPIOs

From WiiUBrew
Jump to navigation Jump to search
Latte GPIOs
Latte Registers
Access
EspressoPartial
StarbuckFull
Registers
Base0x0d8000c0, 0x0d800520
Length0x80
Access size32 bits
Byte orderBig Endian
IRQs
EspressoNone
Latte10,11
This box: view  talk  edit

The Latte chipset includes two groups of general purpose I/O lines with interrupt capability: one common to Wood and Latte hardware (ALL) and another exclusively available to Latte (LT). Four sets of registers are provided (two for each group), and the Espresso only has access to two sets. These sets access a configurable subset of the IO pins, which the Starbuck can select.

Pin connections

Bit Group Direction Connection Description
0 ALL IN RTCSysInt Power button input.
0 ALL OUT ToucanSelect Toucan select (devkit only).
0 LT OUT FanSpeed Fan speed.
1 ALL OUT DWiFiMode DWiFi mode.
1 LT IN SMCI2CClock SMC I²C Clock.
2 ALL OUT FanPower Fan power, active high.
2 LT IN SMCI2CData SMC I²C Data.
3 ALL OUT DCDCPwrCnt DC/DC converter power, active high.
3 ALL OUT CCRIO3 DRH reset related (Cortado only, equiv to CCRHReset?).
3 LT OUT DCDCPwrCnt2 DC/DC converter power, active high.
4 ALL OUT DISpinUp DI spin up (devkit only).
4 LT IN AVInterrupt A/V encoder interrupt (from Espresso).
5 ALL OUT ESP10WorkAround Unknown.
5 ALL OUT SlotLED Slot LED (devkit only).
5 LT OUT CCRHFWCtrl CCRH firmware control (devkit only).
6 ALL UNK UNKNOWN Unknown.
6 LT OUT AVReset A/V encoder reset (from Espresso).
7 ALL UNK UNKNOWN Unknown.
8 ALL OUT PADPD GamePad power state.
9 ALL UNK UNKNOWN Unknown.
10 ALL OUT EEPROM_CS SEEPROM Chip Select.
11 ALL OUT EEPROM_SK SEEPROM Clock.
12 ALL OUT EEPROM_DO Data to SEEPROM.
13 ALL IN EEPROM_DI Data from SEEPROM.
14 ALL OUT AV0I2CClock A/V Encoder (#0) I²C Clock.
15 ALL OUT AV0I2CData A/V Encoder (#0) I²C Data.
16 ALL OUT NDEV_LED Development unit's LED (devkit only).
16 ALL OUT DEBUG0 Debug Testpoint (TP50).
17 ALL OUT DEBUG1 Debug Testpoint (TP51).
18 ALL OUT DEBUG2 Debug Testpoint (TP52).
19 ALL OUT DEBUG3 Debug Testpoint (TP53).
20 ALL OUT DEBUG4 Debug Testpoint (TP55).
21 ALL OUT DEBUG5 Debug Testpoint (TP54).
22 ALL OUT DEBUG6 Debug Testpoint (TP48).
23 ALL OUT DEBUG7 Debug Testpoint (TP49).
24 ALL OUT AV1I2CClock A/V Encoder (#1) I²C Clock.
25 ALL OUT AV1I2CData A/V Encoder (#1) I²C Data.
26 ALL OUT MuteLamp Unknown.
27 ALL OUT BlueToothMode BlueTooth mode.
28 ALL OUT CCRHReset CCRH reset.
29 ALL OUT WiFiMode WiFi mode.
30 ALL OUT SDC0S0Power SD card (slot 0) power. Driven low before boot0 attempts to read a signed boot1 image from the SD card.

Register list

Wood and Latte GPIOs (ALL)
Address Bits Name Description
0x0d8000c0 32 HW_GPIOB_OUT GPIO Outputs (Espresso access)
0x0d8000c4 32 HW_GPIOB_DIR GPIO Direction (Espresso access)
0x0d8000c8 32 HW_GPIOB_IN GPIO Inputs (Espresso access)
0x0d8000cc 32 HW_GPIOB_INTLVL GPIO Interrupt Levels (Espresso access)
0x0d8000d0 32 HW_GPIOB_INTFLAG GPIO Interrupt Flags (Espresso access)
0x0d8000d4 32 HW_GPIOB_INTMASK GPIO Interrupt Masks (Espresso access)
0x0d8000d8 32 HW_GPIOB_STRAPS GPIO Straps (Espresso access)
0x0d8000dc 32 HW_GPIO_ENABLE GPIO Enable (Starbuck only)
0x0d8000e0 32 HW_GPIO_OUT GPIO Outputs (Starbuck only)
0x0d8000e4 32 HW_GPIO_DIR GPIO Direction (Starbuck only)
0x0d8000e8 32 HW_GPIO_IN GPIO Inputs (Starbuck only)
0x0d8000ec 32 HW_GPIO_INTLVL GPIO Interrupt Levels (Starbuck only)
0x0d8000f0 32 HW_GPIO_INTFLAG GPIO Interrupt Flags (Starbuck only)
0x0d8000f4 32 HW_GPIO_INTMASK GPIO Interrupt Masks (Starbuck only)
0x0d8000f8 32 HW_GPIO_STRAPS GPIO Straps (Starbuck only)
0x0d8000fc 32 HW_GPIO_OWNER GPIO Owner Select (Starbuck only)


Latte GPIOs (LT)
Address Bits Name Description
0x0d800520 32 LT_GPIOB_OUT GPIO Outputs (Espresso access)
0x0d800524 32 LT_GPIOB_DIR GPIO Direction (Espresso access)
0x0d800528 32 LT_GPIOB_IN GPIO Inputs (Espresso access)
0x0d80052c 32 LT_GPIOB_INTLVL GPIO Interrupt Levels (Espresso access)
0x0d800530 32 LT_GPIOB_INTFLAG GPIO Interrupt Flags (Espresso access)
0x0d800534 32 LT_GPIOB_INTMASK GPIO Interrupt Masks (Espresso access)
0x0d800538 32 LT_GPIOB_STRAPS GPIO Straps (Espresso access)
0x0d80053c 32 LT_GPIO_ENABLE GPIO Enable (Starbuck only)
0x0d800540 32 LT_GPIO_OUT GPIO Outputs (Starbuck only)
0x0d800544 32 LT_GPIO_DIR GPIO Direction (Starbuck only)
0x0d800548 32 LT_GPIO_IN GPIO Inputs (Starbuck only)
0x0d80054c 32 LT_GPIO_INTLVL GPIO Interrupt Levels (Starbuck only)
0x0d800550 32 LT_GPIO_INTFLAG GPIO Interrupt Flags (Starbuck only)
0x0d800554 32 LT_GPIO_INTMASK GPIO Interrupt Masks (Starbuck only)
0x0d800558 32 LT_GPIO_STRAPS GPIO Straps (Starbuck only)
0x0d80055c 32 LT_GPIO_OWNER GPIO Owner Select (Starbuck only)

Register descriptions

HW_GPIO_ENABLE (0x0d8000dc)
  3124 230
Access U R/W

The bits of this register indicate whether specific GPIO pins are enabled. The typical value is 0xFFFFFF, to enable all pins.


HW_GPIO_OUT (0x0d8000e0)
  3124 230
Access U R/W

This register contains the output value for all pins. These only take effect if the pin is configured as an output.


HW_GPIO_DIR (0x0d8000e4)
  3124 230
Access U R/W

A '1' bit for a pin indicates that it will behave as an output (drive), while a '0' bit tristates the pin and it becomes a high-impedance input.


HW_GPIO_IN (0x0d8000e8)
  3124 230
Access U R

This register can be read to obtain the current input value of the GPIO pins.


HW_GPIO_INTLVL (0x0d8000ec)
  3124 230
Access U R/W

Configures the pin state that causes an interrupt. If a bit is set in this register, the pin causes an interrupt when high. A zero causes the opposite behavior.


HW_GPIO_INTFLAG (0x0d8000f0)
  3124 230
Access U R/Z

Bits in this register indicate which pins have triggered their interrupt flags. Write one to clear a bit back to zero. The bits can only be cleared if the pin is in the idle state: if the pin state equals the value in the HW_GPIO_INTLVL register, then the corresponding bit in HW_GPIO_INTFLAG will be stuck at one until the pin state reverts or the value in HW_GPIO_INTLVL is inverted. Once the pin is idle, the bits in this register may be cleared by writing one to them.


HW_GPIO_INTMASK (0x0d8000f4)
  3124 230
Access U R/W

Only the bits set in this register propagate their interrupts to the master GPIO interrupt (#11). All other pin interrupts are ignored, although the interrupt state can still be queried and cleared in HW_GPIO_INTFLAG. Note: Pins configured for Espresso access do not generate Latte IRQ #11. Instead, they generate Latte IRQ #10. In other words, the IRQ generation logic for #11 is HW_GPIO_INTMASK & HW_GPIO_INTFLAG & ~HW_GPIO_OWNER.


HW_GPIO_STRAPS (0x0d8000f8)
  3124 230
Access U R

This register appears to contain the input state at some point in time, possibly power-on or interrupt or something like that. Writes do not seem possible.


HW_GPIO_OWNER (0x0d8000fc)
  3124 230
Access U R/W

This register configures which pins can be controlled by the HW_GPIOB_* registers. A one bit configures the pin for control via the HW_GPIOB_* registers, which lets it be accessed by the Espresso. A zero bit restricts access to the HW_GPIO_* registers, which are Starbuck-only. The HW_GPIO_* registers always have read access to all pins, but any writes (changes) must go through the HW_GPIOB_* registers if the corresponding bit is set in the HW_GPIO_OWNER register.


HW_GPIOB_OUT (0x0d8000c0)
  3124 230
Access U R/W

HW_GPIOB_DIR (0x0d8000c4)
  3124 230
Access U R/W

HW_GPIOB_IN (0x0d8000c8)
  3124 230
Access U R

HW_GPIOB_INTLVL (0x0d8000cc)
  3124 230
Access U R/W

HW_GPIOB_INTFLAG (0x0d8000d0)
  3124 230
Access U R/Z

HW_GPIOB_INTMASK (0x0d8000d4)
  3124 230
Access U R/W

HW_GPIOB_STRAPS (0x0d8000d8)
  3124 230
Access U R

These registers operate identically to their HW_GPIO_* counterparts above, but they only control the pins which have their respective HW_GPIO_OWNER bits set to 1. They can be accessed by the Espresso as well as the Starbuck. The master interrupt feeds to the GPIOB interrupt (#10). The generation logic would be HW_GPIOB_INTFLAG & HW_GPIOB_INTMASK, with an implicit AND with HW_GPIO_OWNER since the HW_GPIOB_* registers are already masked with the HW_GPIO_OWNER register.

When switching owners, copying of the data is not necessary. For example, if pin 0 has certain configuration in the HW_GPIO_* registers, and that bit is then set in the HW_GPIO_OWNER register, those settings will immediately be visible in the HW_GPIOB_* registers. There is only one set of data registers, and the HW_GPIO_OWNER register just controls the access that the HW_GPIOB_* registers have to that data.


LT_GPIOB_OUT (0x0d800520)
  3124 230
Access U R/W

LT_GPIOB_DIR (0x0d800524)
  3124 230
Access U R/W

LT_GPIOB_IN (0x0d800528)
  3124 230
Access U R

LT_GPIOB_INTLVL (0x0d80052c)
  3124 230
Access U R/W

LT_GPIOB_INTFLAG (0x0d800530)
  3124 230
Access U R/Z

LT_GPIOB_INTMASK (0x0d800534)
  3124 230
Access U R/W

LT_GPIOB_STRAPS (0x0d800538)
  3124 230
Access U R

LT_GPIO_ENABLE (0x0d80053c)
  3124 230
Access U R/W

LT_GPIO_OUT (0x0d800540)
  3124 230
Access U R/W

LT_GPIO_DIR (0x0d800544)
  3124 230
Access U R/W

LT_GPIO_IN (0x0d800548)
  3124 230
Access U R

LT_GPIO_INTLVL (0x0d80054c)
  3124 230
Access U R/W

LT_GPIO_INTFLAG (0x0d800550)
  3124 230
Access U R/Z

LT_GPIO_INTMASK (0x0d800554)
  3124 230
Access U R/W

LT_GPIO_STRAPS (0x0d800558)
  3124 230
Access U R

LT_GPIO_OWNER (0x0d80055c)
  3124 230
Access U R/W

These registers work identically to those used for the first GPIO group.

Debug pins

The following debug pins are located on the bottom of the mainboard. The numbers represent DEBUG0 - DEBUG7 from the pin connection list above.
Wiiu debug pins.png