imx8mp

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx8mp

554 次查看
chenchenchen
Contributor II

Hello:

     I have a question.

  pinctrl_i2c1: i2c1grp {
      fsl,pins = <
       MX8MP_IOMUXC_I2C1_SCL__I2C1_SCL 0x400001c3
      MX8MP_IOMUXC_I2C1_SDA__I2C1_SDA 0x400001c3
     >;
 };

I see that the i2c1_scl config value is 0x400001c3.

as we know that the I2Cn_SCL and I2Cn_SDA signals must

have open-drain or open-collector outputs.

I see that the config value is 0x400001c3, the ODE bit is disabled. shouldn't this bit is enable?

chenchenchen_0-1667368609232.png

Thanks

 

 

 

0 项奖励
2 回复数

525 次查看
joanxie
NXP TechSupport
NXP TechSupport

you don't need set this ODE bit, you just keep it as dts file default settings

0 项奖励

259 次查看
sveitola
Contributor II

Hello, I have a related question.

Does the FSEL field have any effect on the I2C setting? Our design is violating the I2C fall time specification and we would like to ensure that the slew rate is slow.

标记 (1)
0 项奖励