blob: dac58ae34193e811e33301bd0eef5568ff624640 [file] [log] [blame]
Logananth Sundararaj97c1d922021-10-21 17:14:59 +05301{
2 "gpio_configs":[
3 {
4 "Name" : "PostComplete",
5 "LineName" : "POST_COMPLETE",
6 "Type" : "GPIO",
7 "Polarity" : "ActiveLow"
8 },
9
10 {
11 "Name" : "SlotPower",
12 "LineName" : "SLOT1_POWER",
13 "Type" : "GPIO",
14 "Polarity" : "ActiveLow"
15 },
16
17 {
18 "Name" : "PowerOut",
19 "LineName" : "POWER_OUT1",
20 "Type" : "GPIO",
21 "Polarity" : "ActiveLow"
22 },
23
24 {
25 "Name" : "ResetOut",
26 "LineName" : "RESET_OUT1",
27 "Type" : "GPIO",
28 "Polarity" : "ActiveLow"
29 },
30
31 {
32 "Name" : "PowerOk",
33 "DbusName" : "xyz.openbmc_project.IpmbSensor",
34 "Path" : "/xyz/openbmc_project/gpio/volt/4_CPU_Good",
35 "Interface" : "xyz.openbmc_project.Chassis.Control.Power",
36 "Property" : "PGood",
37 "Type" : "DBUS"
38 }
39],
40"timing_configs":{
41 "PowerPulseMs": 200,
42 "ForceOffPulseMs": 15000,
43 "ResetPulseMs": 500,
44 "PowerCycleMs": 5000,
45 "SioPowerGoodWatchdogMs": 1000,
46 "PsPowerOKWatchdogMs": 8000,
47 "GracefulPowerOffS": 300,
48 "WarmResetCheckMs": 500,
49 "PowerOffSaveMs": 7000,
50 "slotPowerCycleTimeMs": 200
51}
52}