soc/intel/common: Re-use Alder Lake-M device IDs for Alder Lake-N

Few of the Alder Lake-N Device IDs according to EDS, are named as ADL_M
IDs in the current code. Hence rename those device IDs as ADL_M_N and
use them for Alder Lake-N platform.

Document Number: 619501, 645548

Signed-off-by: Usha P <usha.p@intel.com>
Change-Id: I6042017c6189cbc3ca9dce0e50acfb68ea4003f1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61162
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
diff --git a/src/soc/intel/common/block/pcie/pcie.c b/src/soc/intel/common/block/pcie/pcie.c
index 18f1bc5..b17a1f3 100644
--- a/src/soc/intel/common/block/pcie/pcie.c
+++ b/src/soc/intel/common/block/pcie/pcie.c
@@ -356,16 +356,16 @@
 	PCI_DEVICE_ID_INTEL_ADP_S_PCIE_RP26,
 	PCI_DEVICE_ID_INTEL_ADP_S_PCIE_RP27,
 	PCI_DEVICE_ID_INTEL_ADP_S_PCIE_RP28,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP1,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP2,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP3,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP4,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP1,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP2,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP3,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP4,
 	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP5,
 	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP6,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP7,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP7,
 	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP8,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP9,
-	PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP10,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP9,
+	PCI_DEVICE_ID_INTEL_ADP_M_N_PCIE_RP10,
 	PCI_DEVICE_ID_INTEL_ADP_N_PCIE_RP11,
 	PCI_DEVICE_ID_INTEL_ADP_N_PCIE_RP12,
 	0