configurations: Add IBM's Blyth2 panel

This is the same as the Blyth panel but has an HDC1080 instead of an
SI7020.  It has CCIN 6C85.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I961dba7fab1a6c60727f249c5de64cdd8fe17e32
diff --git a/configurations/blyth2.json b/configurations/blyth2.json
new file mode 100644
index 0000000..07cd571
--- /dev/null
+++ b/configurations/blyth2.json
@@ -0,0 +1,111 @@
+{
+    "Exposes": [
+        {
+            "Address": "0x76",
+            "Bus": 7,
+            "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": 7,
+            "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": 58
+                },
+                {
+                    "Direction": "greater than",
+                    "Hysteresis": 3,
+                    "Name": "SoftShutdown",
+                    "Severity": 3,
+                    "Value": 53
+                },
+                {
+                    "Direction": "greater than",
+                    "Hysteresis": 3,
+                    "Name": "Warning",
+                    "Severity": 0,
+                    "Value": 45
+                }
+            ],
+            "Type": "ModifiedMedian",
+            "Units": "DegreesC"
+        },
+        {
+            "Address": "0x48",
+            "Bus": 7,
+            "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": "Blyth 2 Panel",
+    "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 67, 56, 53]})",
+    "Type": "Board"
+}
diff --git a/configurations/meson.build b/configurations/meson.build
index ab0d86f..8ecbaef 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -30,6 +30,7 @@
     'blueridge_2u_chassis.json',
     'blueridge_4u_chassis.json',
     'blyth.json',
+    'blyth2.json',
     'bnp_baseboard.json',
     'bonnell.json',
     'brcm_100g_1p_ocp_mezz.json',