summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json
blob: 2537fc39b5bc3ce461f23c96d526501c4b0f0482 (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
40
{
  "gpio_configs":[
    {
        "Name" : "PostComplete",
        "LineName" : "POST_COMPLETE",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "PowerButton",
        "LineName" : "POWER_BUTTON",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "PowerOk",
        "LineName" : "PS_PWROK",
        "Type" : "GPIO",
        "Polarity" : "ActiveHigh"
    },
    {
        "Name" : "PowerOut",
        "LineName" : "POWER_OUT",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "ResetButton",
        "LineName" : "RESET_BUTTON",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "ResetOut",
        "LineName" : "RESET_OUT",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    }
  ]
}