summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-CPUs.json
blob: 47a400ee0c69951a5e5ba11c5a2bcf929a3f1a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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": {}
}