configurations: sbp1: M.2 fixes

- Include both M.2 SSD into chassis
- Include temperature limits
- Set PowerState to On

TEST: Check webui for M.2 SSD temperature sensors

Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
Change-Id: I301eac5e304898550cd0e205f35332c25eb2d15d
diff --git a/configurations/sbp1_nvme.json b/configurations/sbp1_nvme.json
index a5a329d..94f6566 100644
--- a/configurations/sbp1_nvme.json
+++ b/configurations/sbp1_nvme.json
@@ -4,17 +4,72 @@
             "Address": "0x6a",
             "Bus": "50",
             "Name": "M2 SSD1 Temperature",
+            "PowerState": "On",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 115
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "upper non critical",
+                    "Severity": 0,
+                    "Value": 110
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower non critical",
+                    "Severity": 0,
+                    "Value": 5
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 0
+                }
+            ],
             "Type": "NVME1000"
         },
         {
             "Address": "0x6a",
             "Bus": "52",
             "Name": "M2 SSD2 Temperature",
+            "PowerState": "On",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 115
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "upper non critical",
+                    "Severity": 0,
+                    "Value": 110
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower non critical",
+                    "Severity": 0,
+                    "Value": 5
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 0
+                }
+            ],
             "Type": "NVME1000"
         }
     ],
     "Name": "SBP1 NVMe",
     "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
     "ProductId": 0,
-    "Type": "NVMe"
+    "Type": "NVMe",
+    "xyz.openbmc_project.Inventory.Item.Chassis": {}
 }