configurations: sbp1: Add M.2 NVMe temperature sensors

SBP1 has two M.2 slots that hosts NVMe drives. When a NVMe is pluged
the temperature can be read using nvmesensor.

Add a custom name for each M.2 drive and add it to a separate
temperature zone.

Tested: M.2 NVMe temperatures are not visible on the webui as the M.2
        drives do not have a provision IPMI FRU EEPROM.

        busctl introspect xyz.openbmc_project.NVMeSensor \
        /xyz/openbmc_project/sensors/temperature/M2_SSD2_Temperature
        shows the NVMe temperature.

Change-Id: I3449450069329fb9241ca5a3cff4feba62e13555
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/meson.build b/meson.build
index 60aa444..ae0c4f2 100644
--- a/meson.build
+++ b/meson.build
@@ -144,6 +144,7 @@
     'sas_module.json',
     'sbp1_baseboard.json',
     'sbp1_chassis.json',
+    'sbp1_nvme.json',
     'sbp1_psu.json',
     'system1_baseboard.json',
     'solum_pssf162202_psu.json',