1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * This file is created based on Intel Tiger Lake Processor PCH Datasheet
5 * Document number: 575857
9 #include <commonlib/helpers.h>
10 #include <soc/pci_devs.h>
12 const unsigned int uart_devices
[] = {
18 const int uart_devices_size
= ARRAY_SIZE(uart_devices
);