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

Hardware/Latte I2C

From WiiUBrew
< Hardware
Revision as of 13:59, 28 February 2020 by QuarkTheAwesome (talk | contribs) (work-in-progress I²C page. Need to check what the "channel" parameter is before continuing - my undertstanding of "buses" might be incorrect.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Latte I2C
Latte Registers
Access
EspressoPartial
StarbuckFull
Registers
Base0x0d800000, 0x0d800570
Length0x6
Access size32 bits
Byte orderBig Endian
IRQs
Espresso4
Latte13, 14
This box: view  talk  edit
This article is incomplete. Please help to improve it, or discuss the issue on the talk page.

(this article is a work-in-progress based on reverse-engineered code, the concepts presented here [buses, GPIO] have not been tested!)

The Latte includes dedicated hardware to communicate with the console's I²C devices, along with the GPIO-twiddling method used on the Wii.

Buses

Each pair of I²C lines available as Latte GPIOs appears to have an equivalent Latte controller. Since I²C

Bus 1 (AV encoder)

This bus, using GPIO lines AV0I2CClock and AV0I2CData, are used to communicate with the Wii U's AV encoder, responsible for HDMI output. It's primarily accessed by tve.rpl from Cafe OS userspace. See AV Encoder.

Bus 2 (AV encoder #2)

This section or information is incomplete. Please help to improve it, or discuss the issue on the talk page.

The existence of this bus is implied by the AV1I2CClock and AV1I2CData GPIO lines, though what it's used for or where its Latte controller might be are currently unknown.

Bus 3 (SMC)

This bus is used by IOSU to communicate with the onboard SMC management chip, which handles miscellaneous functions like the power LED and ejecting the disc drive.

Registers

I²C Bus 1 Registers (AV encoder)
Address Bits Name Description
0x0d800068 32 LT_AVE_I2C_INT_MASK
0x0d80006c 32 LT_AVE_I2C_INT_STATE
0x0d800250 32 LT_AVE_I2C_CLOCK
0x0d800254 32 LT_AVE_I2C_INOUT_DATA
0x0d800258 32 LT_AVE_I2C_INOUT_CTRL
0x0d80025c 32 LT_AVE_I2C_INOUT_SIZE

Despite being in the Wood address space, these registers do not appear to be present on the original Wii.[check]

I²C Bus 3 Registers (SMC)
Address Bits Name Description
0x0d800570 32 LT_SMC_I2C_CLOCK
0x0d800574 32 LT_SMC_I2C_INOUT_DATA
0x0d800578 32 LT_SMC_I2C_INOUT_CTRL
0x0d80057c 32 LT_SMC_I2C_INOUT_SIZE
0x0d800580 32 LT_SMC_I2C_INT_MASK
0x0d800584 32 LT_SMC_I2C_INT_STATE