summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-s6q/recipes-x86/chassis/x86-power-control/power-config-host0.json
blob: ef182d26b94f8ae8dce1abeaac8618a657e56027 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "gpio_configs":[
    {
        "Name" : "IdButton",
        "LineName" : "FP_ID_BTN_SCM_N",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "PostComplete",
        "LineName" : "FM_BIOS_POST_CMPLT_BMC_N",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "PowerButton",
        "LineName" : "SYS_BMC_PWRBTN_R_N",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "PowerOk",
        "LineName" : "PWRGD_PS_PWROK_PLD_R",
        "Type" : "GPIO",
        "Polarity" : "ActiveHigh"
    },
    {
        "Name" : "PowerOut",
        "LineName" : "SYS_PWRBTN_N",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "ResetButton",
        "LineName" : "FP_RST_BTN_N",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "ResetOut",
        "LineName" : "FM_BMC_RSTBTN_OUT_N",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "NMIOut",
        "LineName" : "IRQ_BMC_PCH_NMI_R",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    }
],
  "timing_configs":{
      "PowerPulseMs": 200,
      "ForceOffPulseMs": 15000,
      "ResetPulseMs": 5500,
      "PowerCycleMs": 10000,
      "SioPowerGoodWatchdogMs": 1000,
      "PsPowerOKWatchdogMs": 8000,
      "GracefulPowerOffS": 300,
      "WarmResetCheckMs": 500,
      "PowerOffSaveMs": 7000
    }
}