blob: 99468802634d6503f3536b30321f95ddeee6b54d [file] [log] [blame]
Angel Pons32abdd62020-04-05 15:47:03 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Aamir Bohra3ee54bb2018-10-17 11:55:01 +05302
Michael Niewöhner405f2292020-12-21 03:46:58 +01003#include <commonlib/helpers.h>
Aamir Bohra3ee54bb2018-10-17 11:55:01 +05304#include <soc/pci_devs.h>
Aamir Bohra3ee54bb2018-10-17 11:55:01 +05305
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,
Aamir Bohra3ee54bb2018-10-17 11:55:01 +053010};
11
Michael Niewöhner405f2292020-12-21 03:46:58 +010012const int uart_devices_size = ARRAY_SIZE(uart_devices);