configurations: Add Intel P5520 SSD

Add support for PCIe Gen4 P5520 SSD by extending the existing
config for P4500 SSDs.

Tests on P5520 showed that they use the correct address for
NVMe-MI (0x6a).

Tested: Can read the temperature of P5520 SSD.

Change-Id: I698c0307ea8919407e11e1f448a20ae4970ce114
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/meson.build b/meson.build
index b7f5098..33a7c9c 100644
--- a/meson.build
+++ b/meson.build
@@ -151,7 +151,7 @@
     'mudflap.json',
     'nisqually.json',
     'nvme_intel_p_series.json',
-    'nvme_p4500.json',
+    'nvme_p4500_p5500.json',
     'pcie_ssd_retimer.json',
     'pennybacker.json',
     'pssf132202a.json',