configurations: add Delta AWF2DC3200W PSU

This is a modular, hot-swappable 3200W power supply employed in the
Delta AHE-50DC Open19 powershelf.  Its i2c interface provides a standard
IPMI FRU EEPROM and a PMBus device that reports typical power supply
sensor readings.

Tested: on a Delta AHE-50DC, PSUs are recognzed and their sensors are
readable via the psusensor daemon.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I30f5fd684bfaf327290aad430facbade78c8d8c9
diff --git a/configurations/Delta_AWF2DC3200W_PSU.json b/configurations/Delta_AWF2DC3200W_PSU.json
new file mode 100644
index 0000000..9b9614b
--- /dev/null
+++ b/configurations/Delta_AWF2DC3200W_PSU.json
@@ -0,0 +1,42 @@
+{
+    "Exposes": [
+        {
+            "Address": "0x57",
+            "Bus": "$bus",
+            "Name": "PSU $index FRU",
+            "Type": "EEPROM"
+        },
+        {
+            "Address": "0x40",
+            "Bus": "$bus",
+            "Labels": [
+                "iin",
+                "iout1",
+                "iout2",
+                "fan1",
+                "vin",
+                "vcap",
+                "vout1",
+                "vout2",
+                "pin",
+                "pout1",
+                "pout2",
+                "temp1",
+                "temp2",
+                "temp3"
+            ],
+            "Name": "PSU $index",
+            "PollRate": 5.0,
+            "Type": "pmbus"
+        }
+    ],
+    "Name": "Delta AWF2DC3200W $index",
+    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'AWF2DC3200W'})",
+    "Type": "PowerSupply",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "Manufacturer": "$PRODUCT_MANUFACTURER",
+        "Model": "$PRODUCT_PRODUCT_NAME",
+        "PartNumber": "$PRODUCT_PART_NUMBER",
+        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+    }
+}