configurations: Add IBM's StormKing2 panel

This is the same as the StormKing panel but has an HDC1080 instead of an
SI7020.  It has CCIN 51F7.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I9afee440e9848e8c88b817377dc33fe194a01225
diff --git a/configurations/meson.build b/configurations/meson.build
index 8ecbaef..14260c2 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -176,6 +176,7 @@
     'sbp1_rssd.json',
     'solum_pssf162202_psu.json',
     'storm_king.json',
+    'storm_king2.json',
     'stp_baseboard.json',
     'stp_p4000_chassis.json',
     'supermicro-pws-920p-sq_psu.json',
diff --git a/configurations/storm_king2.json b/configurations/storm_king2.json
new file mode 100644
index 0000000..8227572
--- /dev/null
+++ b/configurations/storm_king2.json
@@ -0,0 +1,111 @@
+{
+    "Exposes": [
+        {
+            "Address": "0x76",
+            "Bus": 29,
+            "Name": "Ambient 1 Temp",
+            "Name1": "Station Pressure",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Index": 1,
+                    "Name": "Ambient Upper Critical",
+                    "Severity": 0,
+                    "Value": 100
+                },
+                {
+                    "Direction": "less than",
+                    "Index": 1,
+                    "Name": "Ambient Lower Critical",
+                    "Severity": 0,
+                    "Value": 0
+                }
+            ],
+            "Type": "DPS310"
+        },
+        {
+            "Address": "0x40",
+            "Bus": 29,
+            "Name": "Ambient 2 Temp",
+            "Name1": "Relative Humidity",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Index": 1,
+                    "Name": "Ambient Upper Critical",
+                    "Severity": 0,
+                    "Value": 100
+                },
+                {
+                    "Direction": "less than",
+                    "Index": 1,
+                    "Name": "Ambient Lower Critical",
+                    "Severity": 0,
+                    "Value": 0
+                }
+            ],
+            "Type": "HDC1080"
+        },
+        {
+            "MaxValidInput": 100,
+            "MaxValue": 128,
+            "MinValidInput": 0,
+            "MinValue": -127,
+            "Name": "Ambient Virtual Temp",
+            "Sensors": [
+                "Ambient 0 Temp",
+                "Ambient 1 Temp",
+                "Ambient 2 Temp"
+            ],
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Hysteresis": 3,
+                    "Name": "HardShutdown",
+                    "Severity": 4,
+                    "Value": 53
+                },
+                {
+                    "Direction": "greater than",
+                    "Hysteresis": 3,
+                    "Name": "SoftShutdown",
+                    "Severity": 3,
+                    "Value": 48
+                },
+                {
+                    "Direction": "greater than",
+                    "Hysteresis": 3,
+                    "Name": "Warning",
+                    "Severity": 0,
+                    "Value": 45
+                }
+            ],
+            "Type": "ModifiedMedian",
+            "Units": "DegreesC"
+        },
+        {
+            "Address": "0x48",
+            "Bus": 29,
+            "Name": "Ambient 0 Temp",
+            "PollRate": 1,
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "Ambient Upper Critical",
+                    "Severity": 0,
+                    "Value": 100
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "Ambient Lower Critical",
+                    "Severity": 0,
+                    "Value": 0
+                }
+            ],
+            "Type": "TMP75"
+        }
+    ],
+    "Name": "Storm King 2 Panel",
+    "Probe": "com.ibm.ipzvpd.VINI({'CC': [53, 49, 70, 55]})",
+    "Type": "Board"
+}