I2C

An overview of the onboard i2c devices is available here

U-Boot

Select i2c bus device

i2c dev @ubooti2c@

Show all devices connected to the i2c bus currently selected:

i2c probe

Linux

Detect all devices connected to a i2c bus:

i2cdetect @linuxi2c@