soc/amd/common/block: add new PCI IDs to common code

The existing common AMD SoC code supports some of AMD Family 17h Model
A0h SoC's PCI devices that however have different PCI IDs. Add the new
PCI ID defines to the PCI ID lists of the common PCI drivers.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I50960e502c63a2ffcfed35178c5e7c9729ef061e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60985
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
diff --git a/src/soc/amd/common/block/iommu/iommu.c b/src/soc/amd/common/block/iommu/iommu.c
index 8628096..67abe9e 100644
--- a/src/soc/amd/common/block/iommu/iommu.c
+++ b/src/soc/amd/common/block/iommu/iommu.c
@@ -43,6 +43,7 @@
 	PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_IOMMU,
 	PCI_DEVICE_ID_AMD_17H_MODEL_1020_NB_IOMMU,
 	PCI_DEVICE_ID_AMD_17H_MODEL_606F_NB_IOMMU,
+	PCI_DEVICE_ID_AMD_17H_MODEL_A0AF_NB_IOMMU,
 	0
 };