2018-09-29 02:33:39 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018, Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* UART configuration
|
|
|
|
*/
|
2018-11-13 19:24:15 +08:00
|
|
|
#define CONFIG_UART_NS16550_PORT_0_BASE_ADDR DT_NS16550_1A100000_BASE_ADDRESS
|
|
|
|
#define CONFIG_UART_NS16550_PORT_0_IRQ DT_NS16550_1A100000_IRQ_0
|
|
|
|
#define CONFIG_UART_NS16550_PORT_0_CLK_FREQ DT_NS16550_1A100000_CLOCK_FREQUENCY
|
|
|
|
#define CONFIG_UART_NS16550_PORT_0_BAUD_RATE DT_NS16550_1A100000_CURRENT_SPEED
|
|
|
|
#define CONFIG_UART_NS16550_PORT_0_NAME DT_NS16550_1A100000_LABEL
|