hancock: change console to UART2 (board config file)
This commit is contained in:
parent
5454f978bf
commit
5fc651b1ae
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue