soc/intel/common: Include Alder Lake-N device IDs

Add Alder Lake-N specific CPU, System Agent, PCH (Alder Point aka ADP),
IGD device IDs.

Document Number: 619501, 645548

Signed-off-by: Usha P <usha.p@intel.com>
Change-Id: I0974fc6ee2ca41d9525cc83155772f111c1fdf86
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59306
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index e7e96ad..1db0e46 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -311,6 +311,9 @@
 	PCI_DEVICE_ID_INTEL_ADL_M_GT1,
 	PCI_DEVICE_ID_INTEL_ADL_M_GT2,
 	PCI_DEVICE_ID_INTEL_ADL_M_GT3,
+	PCI_DEVICE_ID_INTEL_ADL_N_GT1,
+	PCI_DEVICE_ID_INTEL_ADL_N_GT2,
+	PCI_DEVICE_ID_INTEL_ADL_N_GT3,
 	0,
 };