repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: Add Yuchi and Vasiliy for Intel Atom Snow Ridge SoC
[coreboot.git]
/
src
/
soc
/
intel
/
cannonlake
/
uart.c
blob
99468802634d6503f3536b30321f95ddeee6b54d
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <commonlib/helpers.h>
4
#include <soc/pci_devs.h>
5
6
const unsigned int
uart_devices
[] = {
7
PCH_DEVFN_UART0
,
8
PCH_DEVFN_UART1
,
9
PCH_DEVFN_UART2
,
10
};
11
12
const int
uart_devices_size
=
ARRAY_SIZE
(
uart_devices
);