This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSIDK437X: pad configuration

Part Number: TMDSIDK437X
Other Parts Discussed in Thread: SYSCONFIG

Hello,

I am working on BSP for IDK4376.

is the below uart1 padding configuration for idk4376 board is ok?

uart1_pads: uart1pads
{
pin-set = <
0x980 0x13070000 /* PIN_UART1_RXD */ /* CTRL_CONF_UART1_RXD */
0x984 0x13030000 /* PIN_UART1_TXD */ /* CTRL_CONF_UART1_TXD */
>;
};

Regards,

Vrund