summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-x86/chassis/x86-power-control/yosemitev2/power-config-host1.json
blob: 8c8379e1e2311034011cb2364491f98881477ff1 (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
{
    "gpio_configs":[
    {
        "Name" : "PostComplete",
        "LineName" : "POST_COMPLETE",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },

    {
        "Name" : "SlotPower",
        "LineName" : "SLOT1_POWER",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },

    {
        "Name" : "PowerOut",
        "LineName" : "POWER_OUT1",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },

    {
        "Name" : "ResetOut",
        "LineName" : "RESET_OUT1",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },

    {
        "Name" : "PowerOk",
        "DbusName" : "xyz.openbmc_project.IpmbSensor",
        "Path" : "/xyz/openbmc_project/gpio/volt/1_CPU_Good",
        "Interface" : "xyz.openbmc_project.Chassis.Control.Power",
        "Property" : "PGood",
        "Type" : "DBUS"
    }
],
"timing_configs":{
    "PowerPulseMs": 200,
    "ForceOffPulseMs": 15000,
    "ResetPulseMs": 500,
    "PowerCycleMs": 5000,
    "SioPowerGoodWatchdogMs": 1000,
    "PsPowerOKWatchdogMs": 8000,
    "GracefulPowerOffS": 300,
    "WarmResetCheckMs": 500,
    "PowerOffSaveMs": 7000,
    "slotPowerCycleTimeMs": 200
}
}