blob: 99468802634d6503f3536b30321f95ddeee6b54d [file] [log] [blame]
Angel Ponsf5627e82020-04-05 15:46:52 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Andrey Petrovd39c68a2017-06-05 13:26:14 -07002
Michael Niewöhner405f2292020-12-21 03:46:58 +01003#include <commonlib/helpers.h>
Andrey Petrovd39c68a2017-06-05 13:26:14 -07004#include <soc/pci_devs.h>
Andrey Petrovd39c68a2017-06-05 13:26:14 -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,
Andrey Petrovd39c68a2017-06-05 13:26:14 -070010};
11
Michael Niewöhner405f2292020-12-21 03:46:58 +010012const int uart_devices_size = ARRAY_SIZE(uart_devices);