blob: 66077a238f2d3d3f8b4c0bd59c616b0072f1d0b7 [file] [log] [blame]
Logananth Sundararaj97c1d922021-10-21 17:14:59 +05301{
2 "gpio_configs":[
3 {
4 "Name" : "PostComplete",
Logananth Sundararajfe850262021-11-12 21:11:57 +05305 "LineName" : "POST_COMPLETE3",
Logananth Sundararaj97c1d922021-10-21 17:14:59 +05306 "Type" : "GPIO",
7 "Polarity" : "ActiveLow"
8 },
9
10 {
11 "Name" : "SlotPower",
Logananth Sundararajfe850262021-11-12 21:11:57 +053012 "LineName" : "SLOT3_POWER",
Logananth Sundararaj97c1d922021-10-21 17:14:59 +053013 "Type" : "GPIO",
14 "Polarity" : "ActiveLow"
15 },
16
17 {
18 "Name" : "PowerOut",
Logananth Sundararajfe850262021-11-12 21:11:57 +053019 "LineName" : "POWER_OUT3",
Logananth Sundararaj97c1d922021-10-21 17:14:59 +053020 "Type" : "GPIO",
21 "Polarity" : "ActiveLow"
22 },
23
24 {
25 "Name" : "ResetOut",
Logananth Sundararajfe850262021-11-12 21:11:57 +053026 "LineName" : "RESET_OUT3",
Logananth Sundararaj97c1d922021-10-21 17:14:59 +053027 "Type" : "GPIO",
28 "Polarity" : "ActiveLow"
29 },
30
31 {
32 "Name" : "PowerOk",
33 "DbusName" : "xyz.openbmc_project.IpmbSensor",
Logananth Sundararajfe850262021-11-12 21:11:57 +053034 "Path" : "/xyz/openbmc_project/gpio/ipmbGpioState/3_CPU_Good",
Logananth Sundararaj97c1d922021-10-21 17:14:59 +053035 "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}