Part Number: AM625
Other Parts Discussed in Thread: SYSCONFIG
Hi TI team,
I have one more doubt.
As discussed in https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1350152/am625-pmic-interface-on-i2c/5146565#5146565 query.
We are also connected to the RTC on I2C0 and I Know how to add multiple child I2C nodes for it. But How is the pin assigned to it that I have doubt?
Like in PMIC, we have assigned as below.
pmic_irq_pins_default: pmic-irq-pins-default {
pinctrl-single,pins = <
AM62X_IOPAD(0x01f4, PIN_INPUT, 0) /* (B16) EXTINTn */
>;
};
Than how to assign pin for RTC.
In the below link, I can see the example.
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1293774/am625-error-with-external-rtc?tisearch=e2e-sitesearch&keymatch=AM625%252525252520RTC%252525252520on%252525252520I2c0#
But they used below pin configurations.
main_i2c0_pins_default: main-i2c0-pins-default {
pinctrl-single,pins = <
AM62X_IOPAD(0x1e0, PIN_INPUT_PULLUP, 0) /* (B16) I2C0_SCL */
AM62X_IOPAD(0x1e4, PIN_INPUT_PULLUP, 0) /* (A16) I2C0_SDA */
>;
};
