Part Number: AM5718
Tool/software: Linux
Hi.
My AM5718 custom board's i2c4 & i2c5 are connected to i2c peripherals.
* PIN description (I2C4 - J14, B14) (I2C5 - F12, G12)
I would like to pin-mux for am571x_idk, so I looked board.c file in "board-support/u-boot/board/ti/am57xx"
In board.c file, recalibrate_iodelay() function points core_padconf_xxx structure which is defined in mux_data.h
In mux_data.h it references "asm/arch/mux_dra7xx.h" and there is no I2C4 & I2C5 definitions.
How do I configure I2C4&5?
Regards.