configurations: Add Nisqually
Nisqually is an IBM mainboard.
Change-Id: I45b724238cffe6fb7f1f8f9947fa1c2c9e9e8015
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configurations/Nisqually.json b/configurations/Nisqually.json
new file mode 100644
index 0000000..1143350
--- /dev/null
+++ b/configurations/Nisqually.json
@@ -0,0 +1,16 @@
+{
+ "Exposes": [
+ {
+ "Name": "Power Supply Slot 0",
+ "Type": "IBMCFFPSConnector",
+ "I2CAddress": 104,
+ "I2CBus": 3,
+ "NamedPresenceGpio": "PS0_PRES_N"
+ }
+ ],
+ "Name": "Nisqually Backplane",
+ "Probe": [
+ "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 16, 1]})"
+ ],
+ "Type": "Board"
+}