meta-facebook: clemente: Add boot driver temperature sensor

Add sensor to monitor the temperature of the boot driver.

Change-Id: I6ef23986124e6a160baa80bd1d43975f9cf76307
Signed-off-by: Alex Wang <alex.ts.wang@fii-foxconn.com>
diff --git a/configurations/meta/clemente_hdd_nvme.json b/configurations/meta/clemente_hdd_nvme.json
index ef67aca..1cea01f 100644
--- a/configurations/meta/clemente_hdd_nvme.json
+++ b/configurations/meta/clemente_hdd_nvme.json
@@ -104,5 +104,37 @@
         ],
         "Type": "Board",
         "xyz.openbmc_project.Inventory.Item.Chassis": {}
+    },
+    {
+        "Exposes": [
+            {
+                "Address": "0x6a",
+                "Bus": "45",
+                "Name": "BOOTDRIVE_TEMP_C",
+                "PowerState": "On",
+                "Thresholds": [
+                    {
+                        "Direction": "greater than",
+                        "Name": "upper critical",
+                        "Severity": 1,
+                        "Value": 70
+                    },
+                    {
+                        "Direction": "less than",
+                        "Name": "lower critical",
+                        "Severity": 1,
+                        "Value": 5
+                    }
+                ],
+                "Type": "NVME1000"
+            }
+        ],
+        /* Clemente Boot Drive NVMe*/
+        "Name": "Clemente Boot Drive NVMe",
+        "Probe": [
+            "xyz.openbmc_project.FruDevice({'BUS': 45, 'ADDRESS': 83})"
+        ],
+        "Type": "Board",
+        "xyz.openbmc_project.Inventory.Item.Chassis": {}
     }
 ]