configurations: Add Catalina system config

Introduce initial configuration files for Catalina system.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I8402c19a88e875b39d4e5f6535379ee269965f16
diff --git a/configurations/catalina_fio.json b/configurations/catalina_fio.json
new file mode 100644
index 0000000..5abe632
--- /dev/null
+++ b/configurations/catalina_fio.json
@@ -0,0 +1,39 @@
+{
+    "Exposes": [
+        {
+            "Address": "$address",
+            "Bus": "$bus",
+            "Name": "Catalina FIO FRU",
+            "Type": "EEPROM"
+        },
+        {
+            "Address": "0x4b",
+            "Bus": 23,
+            "Name": "FIOBOARD_TEMP_C",
+            "Type": "TMP75"
+        },
+        {
+            "Address": "0x4f",
+            "Bus": 23,
+            "Name": "FIOBOARD_REMOTE_TEMP_C",
+            "Type": "TMP75"
+        }
+    ],
+    "Name": "Catalina FIO",
+    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Catalina FIO '})",
+    "Type": "Board",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "BuildDate": "$BOARD_MANUFACTURE_DATE",
+        "Manufacturer": "$BOARD_MANUFACTURER",
+        "Model": "$BOARD_PRODUCT_NAME",
+        "PartNumber": "$BOARD_PART_NUMBER",
+        "SerialNumber": "$BOARD_SERIAL_NUMBER",
+        "SparePartNumber": "$BOARD_INFO_AM1"
+    },
+    "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
+        "AssetTag": "$PRODUCT_ASSET_TAG"
+    },
+    "xyz.openbmc_project.Inventory.Decorator.Revision": {
+        "Version": "$PRODUCT_VERSION"
+    }
+}