summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json
blob: 2ff86f8c258a7ae80aa3909d6f71d23304a0bb1f (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
[
    {
        "Name": "CPU_1",
        "LineName": "presence-cpu0",
        "ActiveLow": true,
        "Inventory": "/system/chassis/motherboard/CPU_1"
    },
    {
        "Name": "CPU_2",
        "LineName": "presence-cpu1",
        "ActiveLow": true,
        "Inventory": "/system/chassis/motherboard/CPU_2"
    },
    {
        "Name": "PSU0",
        "LineName": "presence-ps0",
        "ActiveLow": true,
        "Inventory": "/system/powersupply/PowerSupply0"
    },
    {
        "Name": "PSU1",
        "LineName": "presence-ps1",
        "ActiveLow": true,
        "Inventory": "/system/powersupply/PowerSupply1"
    }
]