summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json')
-rw-r--r--meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
new file mode 100644
index 0000000000..47a400ee0c
--- /dev/null
+++ b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
@@ -0,0 +1,39 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x30",
+ "Bus": 0,
+ "CpuID": 1,
+ "Name": "CPU 1",
+ "PresenceGpio": [
+ {
+ "Name": "CPU1_PRESENCE",
+ "Polarity": "Low"
+ }
+ ],
+ "Type": "XeonCPU"
+ },
+ {
+ "Address": "0x31",
+ "Bus": 0,
+ "CpuID": 2,
+ "Name": "CPU 2",
+ "PresenceGpio": [
+ {
+ "Name": "CPU2_PRESENCE",
+ "Polarity": "Low"
+ }
+ ],
+ "Type": "XeonCPU"
+ }
+ ],
+ "Name": "SILA CPUs",
+ "Probe": [
+ "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'CP.*'})"
+ ],
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {},
+ "xyz.openbmc_project.Inventory.Decorator.AssetTag": {},
+ "xyz.openbmc_project.Inventory.Item.Board.Motherboard": {},
+ "xyz.openbmc_project.Inventory.Item.System": {}
+}