blob: 6a76124f8ec7c20f2afe5bb35ad22a9a7ee2a98c [file] [log] [blame]
/*
* Copyright (c) 2018 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Board level DTS fixup file */
#define DT_UART_NS16550_PORT_0_BASE_ADDR DT_NS16550_0_BASE_ADDRESS
#define DT_UART_NS16550_PORT_0_SIZE DT_NS16550_0_SIZE
#define DT_UART_NS16550_PORT_0_BAUD_RATE DT_NS16550_0_CURRENT_SPEED
#define DT_UART_NS16550_PORT_0_NAME DT_NS16550_0_LABEL
#define DT_UART_NS16550_PORT_0_IRQ DT_NS16550_0_IRQ_0
#define DT_UART_NS16550_PORT_0_IRQ_PRI DT_NS16550_0_IRQ_0_PRIORITY
#define DT_UART_NS16550_PORT_0_IRQ_FLAGS DT_NS16550_0_IRQ_0_SENSE
#define DT_UART_NS16550_PORT_0_CLK_FREQ DT_NS16550_0_CLOCK_FREQUENCY
#define DT_UART_NS16550_PORT_0_PCIE DT_NS16550_0_PCIE
#ifdef DT_NS16550_0_PCP
#define DT_UART_NS16550_PORT_0_PCP DT_NS16550_0_PCP
#endif
#define DT_UART_NS16550_PORT_1_BASE_ADDR DT_NS16550_1_BASE_ADDRESS
#define DT_UART_NS16550_PORT_1_SIZE DT_NS16550_1_SIZE
#define DT_UART_NS16550_PORT_1_BAUD_RATE DT_NS16550_1_CURRENT_SPEED
#define DT_UART_NS16550_PORT_1_NAME DT_NS16550_1_LABEL
#define DT_UART_NS16550_PORT_1_IRQ DT_NS16550_1_IRQ_0
#define DT_UART_NS16550_PORT_1_IRQ_PRI DT_NS16550_1_IRQ_0_PRIORITY
#define DT_UART_NS16550_PORT_1_IRQ_FLAGS DT_NS16550_1_IRQ_0_SENSE
#define DT_UART_NS16550_PORT_1_CLK_FREQ DT_NS16550_1_CLOCK_FREQUENCY
#define DT_UART_NS16550_PORT_1_PCIE DT_NS16550_1_PCIE
#ifdef DT_NS16550_1_PCP
#define DT_UART_NS16550_PORT_1_PCP DT_NS16550_1_PCP
#endif
/* End of Board Level DTS fixup file */