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