EntityManager: Add PSU config for ACBELL

Added a new PSU configuration for ACBELL RICA PSUs currently
used with Tyan S7106 platform.

Tested: Verified loading this file on target and see
entity manager is able to probe successfully. Also verified
all sensors for this PSU via psusensor applications.

Signed-off-by: Vijay Khemka <vijaykhemkalinux@gmail.com>
Change-Id: I95c637f2ddce6b98650c01efd647ebc790db16ea
diff --git a/configurations/ACBELL_RICA_PSU.json b/configurations/ACBELL_RICA_PSU.json
new file mode 100644
index 0000000..25bce49
--- /dev/null
+++ b/configurations/ACBELL_RICA_PSU.json
@@ -0,0 +1,26 @@
+{
+    "Exposes": [
+        {
+            "Address": "$address",
+            "Bus": "$bus",
+            "Name": "PSU$ADDRESS % 4 + 1 FRU",
+            "Type": "EEPROM"
+        },
+        {
+            "Address": "$ADDRESS % 4 + 88",
+            "Bus": "$bus",
+            "Name": "PSU$ADDRESS % 4 + 1",
+            "PowerScaleFactor": 1000000,
+            "Type": "pmbus"
+        }
+    ],
+    "Name": "ACBEL RICA PSU$ADDRESS % 4 + 1",
+    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'R1CA2551B*'})",
+    "Type": "PowerSupply",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "Manufacturer": "$PRODUCT_MANUFACTURER",
+        "Model": "$PRODUCT_PRODUCT_NAME",
+        "PartNumber": "$PRODUCT_PART_NUMBER",
+        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+    }
+}
diff --git a/meson.build b/meson.build
index aa03a2d..8e15733 100644
--- a/meson.build
+++ b/meson.build
@@ -73,6 +73,7 @@
     '8X25 HSBP.json',
     'A2UL16RISER.json',
     'A2UX8X4RISER.json',
+    'ACBELL_RICA_PSU.json',
     'AHW1UM2RISER.json',
     'ASPOWER_U1A-D10550_PSU.json',
     'ASPOWER_U1A-D10800_PSU.json',