I2C pin DC specification in i.MX7D

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I2C pin DC specification in i.MX7D

878 Views
hiroshi_kimizuk
Contributor I

Hi,

I tried to find the DC specification for the I2C pins through the "i.MX7Dual Family of Application Processors Datasheet (IMX7DCEC)" siince I need to fix the pull-up resistor value of the open-drain I2C port. However, there is no description abou this DC specification in this datasheet.

Could someone please tell me which document I should refer to.

One more thing, is it possible to configure the internal pull-up resistor for the I2C port which may apply the device tree option like a GPIO port ?

Thanks in advance and Best Regards,

KIMIZUKA

0 Kudos
Reply
1 Reply

843 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi Hiroshi ,

   Let me take I2C in i.MX7D-SDB board as examples.

---From design files

pastedImage_1.png

From datasheet:

pastedImage_2.png

pastedImage_3.png

So pads max rating of I2C is 3.6V, and typical is 3.3V, 1.8V.

---From Reference Manual:

I2C1_SCL PAD control register: IOMUXC_SW_PAD_CTL_PAD_I2C1_SCL

pastedImage_5.png

So I2C1_SDA pad can  be pulled up / down.

I2C1_DAT PAD control register: IOMUXC_SW_PAD_CTL_PAD_I2C1_SDA

pastedImage_6.png

So I2C1_SDA pad can also be pulled up / down.

For other I2C pads, usages are the same as above.

Hope these information is helpful for you.

Have a nice day!
B.R,

Weidong

0 Kudos
Reply