summaryrefslogtreecommitdiff
path: root/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control/power-config-host0.json
blob: ac565abe4b480e84fbe3020e9771c6b90436faf1 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "gpio_configs":[
    {
        "Name" : "IdButton",
        "LineName" : "ID_BUTTON",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "NMIButton",
        "LineName" : "NMI_BUTTON",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "NMIOut",
        "LineName" : "NMI_OUT",
        "Type" : "GPIO",
        "Polarity" : "ActiveHigh"
    },
    {
        "Name" : "PostComplete",
        "LineName" : "POST_COMPLETE",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "PowerButton",
        "DbusName" : "xyz.openbmc_project.Chassis.Gpios",
        "Path" : "/xyz/openbmc_project/chassis/gpios",
        "Interface" : "xyz.openbmc_project.Chassis.Gpios",
        "Property" : "PButton",
        "Type" : "DBUS"
    },
    {
        "Name" : "PowerOk",
        "DbusName" : "xyz.openbmc_project.Chassis.Gpios",
        "Path" : "/xyz/openbmc_project/chassis/gpios",
        "Interface" : "xyz.openbmc_project.Chassis.Gpios",
        "Property" : "PGood",
    	"Type" : "DBUS"
    },
    {
        "Name" : "PowerOut",
        "LineName" : "POWER_OUT",
        "Type" : "GPIO",
        "Polarity" : "ActiveHigh"
    },
    {
        "Name" : "ResetButton",
        "LineName" : "RESET_BUTTON",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "ResetOut",
        "LineName" : "RESET_OUT",
        "Type" : "GPIO",
        "Polarity" : "ActiveHigh"
    },
    {
        "Name" : "SioOnControl",
        "LineName" : "",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    },
    {
        "Name" : "SioPowerGood",
        "LineName" : "",
        "Type" : "GPIO",
        "Polarity" : "ActiveHigh"
    },
    {
        "Name" : "SIOS5",
        "LineName" : "",
        "Type" : "GPIO",
        "Polarity" : "ActiveLow"
    }
],
  "timing_configs":{
      "PowerPulseMs": 200,
      "ForceOffPulseMs": 15000,
      "ResetPulseMs": 500,
      "PowerCycleMs": 5000,
      "SioPowerGoodWatchdogMs": 1000,
      "PsPowerOKWatchdogMs": 8000,
      "GracefulPowerOffS": 300,
      "WarmResetCheckMs": 500,
      "PowerOffSaveMs": 7000
    }
}