aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/uart.c')
-rw-r--r--src/soc/intel/skylake/uart.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/uart.c b/src/soc/intel/skylake/uart.c
index f81a36d135..88bb784d26 100644
--- a/src/soc/intel/skylake/uart.c
+++ b/src/soc/intel/skylake/uart.c
@@ -53,6 +53,9 @@ static const unsigned short pci_device_ids[] = {
0x9d27, /* UART0 */
0x9d28, /* UART1 */
0x9d66, /* UART2 */
+ 0xa127, /* KBL-H UART0 */
+ 0xa128, /* KBL-H UART1 */
+ 0xa166, /* KBL-H UART2 */
0
};