configs: Add IBM Ingraham BMC card
This is a BMC card that plugs into IBM's Rainier system.
Change-Id: I52cc9ec90b17681c91b6c0821a36d7ce173f8d36
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/configurations/ingraham.json b/configurations/ingraham.json
new file mode 100644
index 0000000..29cfbf5
--- /dev/null
+++ b/configurations/ingraham.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": "Ingraham Board",
+ "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 53, 56]})",
+ "Type": "Board"
+}