configurations: yosemite4: Support for CPU Configurations

- Configurations type support CPU
- Displays CPU serial number

Change-Id: I3fe7da27b1729bd11c267849e2154629b65638b6
Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
diff --git a/configurations/yosemite4_cpu.json b/configurations/yosemite4_cpu.json
new file mode 100644
index 0000000..6eaaeca
--- /dev/null
+++ b/configurations/yosemite4_cpu.json
@@ -0,0 +1,15 @@
+{
+    "Exposes": [],
+    "Name": "Yosemite 4 Sentinel Dome Slot $bus % 15 CPU",
+    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Sentinel Dome', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
+    "Type": "CPU",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "Manufacturer": "N/A",
+        "Model": "N/A",
+        "PartNumber": "N/A",
+        "SerialNumber": "$CHASSIS_INFO_AM1"
+    },
+    "xyz.openbmc_project.Inventory.Decorator.Slot": {
+        "SlotNumber": "$bus % 15"
+    }
+}