Tool/software:
Hi,
we are trying to interface i2c2 interface between am62x board and external mcu board, but we couldn't able to communicate.
&main_pmx0 {
main_i2c2_pins_default: main-i2c2-pins-default {
pinctrl-single,pins = <
/*AM62X_IOPAD(0x0b0, PIN_INPUT_PULLUP, 1) (K22) GPMC0_CSn2.I2C2_SCL */
/*AM62X_IOPAD(0x0b4, PIN_INPUT_PULLUP, 1) (K24) GPMC0_CSn3.I2C2_SDA */
>;
};
};
&main_i2c2 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&main_i2c2_pins_default>;
clock-frequency = <100000>;
};
please find dts configuration as mentioned above & could you please help us to resolve it.
Best Regards,
Prasad.