Support the PCIE_x_Temp Sensors for Everest

This brings Everest's Bellavista backplane on par with Rainier's
Nisqually backplane.  Rainier has been supporting PCIE_x_Temp
Sensors, with this change now Everest will have this feature
as well.

Tested: on Everest's Bellavista backplane
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/PCIE_0_Temp
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/PCIE_1_Temp returned
results consistent with Everest systems.  Results also visible
via the Web UI Health/Sensors.

Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com>
Change-Id: I8c5811408f64be022139e354630ae1fbe3c12607
diff --git a/configurations/Bellavista.json b/configurations/Bellavista.json
index 3ac9c8c..49eccaf 100644
--- a/configurations/Bellavista.json
+++ b/configurations/Bellavista.json
@@ -29,6 +29,18 @@
             "Type": "IBMCFFPSConnector"
         },
         {
+            "Address": "0x48",
+            "Bus": 8,
+            "Name": "PCIE 0 Temp",
+            "Type": "TMP75"
+        },
+        {
+            "Address": "0x49",
+            "Bus": 8,
+            "Name": "PCIE 1 Temp",
+            "Type": "TMP75"
+        },
+        {
             "Address": "0x11",
             "Bus": 8,
             "Name": "UCD90320 Power Sequencer",