Logananth Sundararaj | 97c1d92 | 2021-10-21 17:14:59 +0530 | [diff] [blame] | 1 | { |
| 2 | "gpio_configs":[ |
| 3 | { |
| 4 | "Name" : "PostComplete", |
Logananth Sundararaj | fe85026 | 2021-11-12 21:11:57 +0530 | [diff] [blame] | 5 | "LineName" : "POST_COMPLETE4", |
Logananth Sundararaj | 97c1d92 | 2021-10-21 17:14:59 +0530 | [diff] [blame] | 6 | "Type" : "GPIO", |
| 7 | "Polarity" : "ActiveLow" |
| 8 | }, |
| 9 | |
| 10 | { |
| 11 | "Name" : "SlotPower", |
Logananth Sundararaj | fe85026 | 2021-11-12 21:11:57 +0530 | [diff] [blame] | 12 | "LineName" : "SLOT4_POWER", |
Logananth Sundararaj | 97c1d92 | 2021-10-21 17:14:59 +0530 | [diff] [blame] | 13 | "Type" : "GPIO", |
| 14 | "Polarity" : "ActiveLow" |
| 15 | }, |
| 16 | |
| 17 | { |
| 18 | "Name" : "PowerOut", |
Logananth Sundararaj | fe85026 | 2021-11-12 21:11:57 +0530 | [diff] [blame] | 19 | "LineName" : "POWER_OUT4", |
Logananth Sundararaj | 97c1d92 | 2021-10-21 17:14:59 +0530 | [diff] [blame] | 20 | "Type" : "GPIO", |
| 21 | "Polarity" : "ActiveLow" |
| 22 | }, |
| 23 | |
| 24 | { |
| 25 | "Name" : "ResetOut", |
Logananth Sundararaj | fe85026 | 2021-11-12 21:11:57 +0530 | [diff] [blame] | 26 | "LineName" : "RESET_OUT4", |
Logananth Sundararaj | 97c1d92 | 2021-10-21 17:14:59 +0530 | [diff] [blame] | 27 | "Type" : "GPIO", |
| 28 | "Polarity" : "ActiveLow" |
| 29 | }, |
| 30 | |
| 31 | { |
| 32 | "Name" : "PowerOk", |
| 33 | "DbusName" : "xyz.openbmc_project.IpmbSensor", |
Logananth Sundararaj | fe85026 | 2021-11-12 21:11:57 +0530 | [diff] [blame] | 34 | "Path" : "/xyz/openbmc_project/gpio/ipmbGpioState/4_CPU_Good", |
Logananth Sundararaj | 97c1d92 | 2021-10-21 17:14:59 +0530 | [diff] [blame] | 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 | } |