blob: 99468802634d6503f3536b30321f95ddeee6b54d [file] [log] [blame]
Tan, Lean Sheng05dfe312020-08-25 20:40:17 -07001/* SPDX-License-Identifier: GPL-2.0-only */
2
Michael Niewöhner405f2292020-12-21 03:46:58 +01003#include <commonlib/helpers.h>
Tan, Lean Sheng05dfe312020-08-25 20:40:17 -07004#include <soc/pci_devs.h>
Tan, Lean Sheng05dfe312020-08-25 20:40:17 -07005
Michael Niewöhner405f2292020-12-21 03:46:58 +01006const unsigned int uart_devices[] = {
7 PCH_DEVFN_UART0,
8 PCH_DEVFN_UART1,
9 PCH_DEVFN_UART2,
Tan, Lean Sheng05dfe312020-08-25 20:40:17 -070010};
11
Michael Niewöhner405f2292020-12-21 03:46:58 +010012const int uart_devices_size = ARRAY_SIZE(uart_devices);