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