mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / jasperlake / uart.c
blob99468802634d6503f3536b30321f95ddeee6b54d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <commonlib/helpers.h>
4 #include <soc/pci_devs.h>
6 const unsigned int uart_devices[] = {
7 PCH_DEVFN_UART0,
8 PCH_DEVFN_UART1,
9 PCH_DEVFN_UART2,
12 const int uart_devices_size = ARRAY_SIZE(uart_devices);