Add new PSU to entity-manager

Add new 1600W and 2100W PSU json file in entitiy-manager.

Testdy By:
Program the BMC image include this change, PSSF162205A.json and
PSSF212201A.json exist in /usr/share/entity-manager/configurations/
Insert two 1600W PSSF162205A PSU into system, entity-manager dbus
interface can show both of them, and the dbus interface can show
correct properties of the PSU.

Change-Id: Ie052bb379806377ee5f305ed1e3dbad3b2bff8d8
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
diff --git a/configurations/PSSF212201A.json b/configurations/PSSF212201A.json
new file mode 100644
index 0000000..dbcdf44
--- /dev/null
+++ b/configurations/PSSF212201A.json
@@ -0,0 +1,77 @@
+[
+    {
+        "Exposes": [
+            {
+                "Address": "0x60",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 3 Device",
+                "Type": "pmbus"
+            },
+            {
+                "Address": "$address",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 3 FRU",
+                "Type": "EEPROM"
+            }
+        ],
+        "Name": "Solum 2100W PSU 3",
+        "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF212201A', 'ADDRESS': 82})",
+        "Type": "PowerSupply",
+        "xyz.openbmc_project.Inventory.Decorator.Asset": {
+            "Manufacturer": "$PRODUCT_MANUFACTURER",
+            "Model": "$PRODUCT_PRODUCT_NAME",
+            "PartNumber": "$PRODUCT_PART_NUMBER",
+            "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+        }
+    },
+    {
+        "Exposes": [
+            {
+                "Address": "0x59",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 2 Device",
+                "Type": "pmbus"
+            },
+            {
+                "Address": "$address",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 2 FRU",
+                "Type": "EEPROM"
+            }
+        ],
+        "Name": "Solum 2100W PSU 2",
+        "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF212201A', 'ADDRESS': 81})",
+        "Type": "PowerSupply",
+        "xyz.openbmc_project.Inventory.Decorator.Asset": {
+            "Manufacturer": "$PRODUCT_MANUFACTURER",
+            "Model": "$PRODUCT_PRODUCT_NAME",
+            "PartNumber": "$PRODUCT_PART_NUMBER",
+            "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+        }
+    },
+    {
+        "Exposes": [
+            {
+                "Address": "0x58",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 1 Device",
+                "Type": "pmbus"
+            },
+            {
+                "Address": "$address",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 1 FRU",
+                "Type": "EEPROM"
+            }
+        ],
+        "Name": "Solum 2100W PSU 1",
+        "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF212201A', 'ADDRESS': 80})",
+        "Type": "PowerSupply",
+        "xyz.openbmc_project.Inventory.Decorator.Asset": {
+            "Manufacturer": "$PRODUCT_MANUFACTURER",
+            "Model": "$PRODUCT_PRODUCT_NAME",
+            "PartNumber": "$PRODUCT_PART_NUMBER",
+            "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+        }
+    }
+]