blob: 9f549c5ae8c99d3f1ccb2cf4b10aa6c8f9c086bd [file] [log] [blame]
Ravi Sarawadi91ffac82022-05-07 16:37:09 -07001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <commonlib/helpers.h>
4#include <soc/pci_devs.h>
5
6const unsigned int uart_devices[] = {
7 PCI_DEVFN_UART0,
8 PCI_DEVFN_UART1,
9 PCI_DEVFN_UART2,
10};
11
12const int uart_devices_size = ARRAY_SIZE(uart_devices);