This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

using I2C1 on the beaglebone black

Hi.  I am trying to get i2c1 up and running.  

I noticed in the TRM for i2c0 the Control Module registers for SCL and SDA Pad Control:

988h conf_i2c0_sda 
98Ch conf_i2c0_scl 

However there are no pin addresses for i2c1.  

In hw_control_AM335x.h the i2c0 pins are called:

CONTROL_CONF_I2C0_SDA & CONTROL_CONF_I2C0_SCL

However there is nothing for i2c1.  

Are they named something else?  

Does someone know where these DEFINES are?

thanks................dd