soc/intel/common: Include Meteor Lake device IDs

Reference: chapter2 in Meteor Lake EDS vol1 (640228)

Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com>
Change-Id: Ie71abb70b88db0acec8a320c3e2c20c54bbb4a8a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62581
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/common/block/uart/uart.c b/src/soc/intel/common/block/uart/uart.c
index cd960f2..12f2882 100644
--- a/src/soc/intel/common/block/uart/uart.c
+++ b/src/soc/intel/common/block/uart/uart.c
@@ -344,6 +344,9 @@
 };
 
 static const unsigned short pci_device_ids[] = {
+	PCI_DID_INTEL_MTL_UART0,
+	PCI_DID_INTEL_MTL_UART1,
+	PCI_DID_INTEL_MTL_UART2,
 	PCI_DID_INTEL_SPT_UART0,
 	PCI_DID_INTEL_SPT_UART1,
 	PCI_DID_INTEL_SPT_UART2,