configs: Add IBM Tola BMC card

This is a BMC card that plugs into IBM's Everest system.

Change-Id: I3b47a267fba563fa3fccce5a4346f9316c2fa44a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/configurations/tola.json b/configurations/tola.json
new file mode 100644
index 0000000..d06da6d
--- /dev/null
+++ b/configurations/tola.json
@@ -0,0 +1,28 @@
+{
+    "Exposes": [
+        {
+            "BridgeGpio": [
+                {
+                    "Name": "rtc-battery-voltage-read-enable",
+                    "Polarity": "High"
+                }
+            ],
+            "Index": 0,
+            "Name": "Battery Voltage",
+            "PollRate": 86400,
+            "ScaleFactor": 0.4348,
+            "Thresholds": [
+                {
+                    "Direction": "less than",
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 2.45
+                }
+            ],
+            "Type": "ADC"
+        }
+    ],
+    "Name": "Tola Board",
+    "Probe": "com.ibm.ipzvpd.VINI({'CC': [50, 69, 51, 53]})",
+    "Type": "Board"
+}