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

Add Alder Lake-N System Agent, PCIE, UFS, IPU and CNVI device IDs.
Document: Alder Lake N Platform EDS Volume 1 (Doc# 645548)

Signed-off-by: Usha P <usha.p@intel.com>
Change-Id: I0a383816f818b794cf1211766c27937b3b8daa31
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61161
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
diff --git a/src/soc/intel/common/block/ipu/ipu.c b/src/soc/intel/common/block/ipu/ipu.c
index 30673cd..a9d2bc0 100644
--- a/src/soc/intel/common/block/ipu/ipu.c
+++ b/src/soc/intel/common/block/ipu/ipu.c
@@ -16,6 +16,7 @@
 	PCI_DEVICE_ID_INTEL_TGL_H_IPU,
 	PCI_DEVICE_ID_INTEL_JSL_IPU,
 	PCI_DEVICE_ID_INTEL_ADL_IPU,
+	PCI_DEVICE_ID_INTEL_ADL_N_IPU,
 	0
 };