diff --git a/include/configs/am335x_hancock.h b/include/configs/am335x_hancock.h index 49a57fe1b5..70157441e6 100644 --- a/include/configs/am335x_hancock.h +++ b/include/configs/am335x_hancock.h @@ -103,8 +103,9 @@ /* UART Configuration */ #define CONFIG_SYS_NS16550_COM1 0x44e09000 /* UART0: XModem Boot */ +#define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1: See note below */ #define CONFIG_SYS_NS16550_COM3 0x48024000 /* UART2: eMMC Boot, User UART */ -/* TODO: Check COM3 register address, Check COM3/UART2 clock enable !! */ +/* NOTE: NS16550 definitions are cumulative, need to set COM2 to have COM3 */ #define CONFIG_I2C #define CONFIG_I2C_MULTI_BUS