P.K.Lee | 8cb21e7 | 2022-01-19 11:00:01 +0800 | [diff] [blame] | 1 | { |
| 2 | "gpio_configs":[ |
| 3 | { |
| 4 | "Name" : "IdButton", |
| 5 | "LineName" : "FP_ID_BTN_SCM_N", |
| 6 | "Type" : "GPIO", |
| 7 | "Polarity" : "ActiveLow" |
| 8 | }, |
| 9 | { |
| 10 | "Name" : "PostComplete", |
| 11 | "LineName" : "FM_BIOS_POST_CMPLT_BMC_N", |
| 12 | "Type" : "GPIO", |
| 13 | "Polarity" : "ActiveLow" |
| 14 | }, |
| 15 | { |
| 16 | "Name" : "PowerButton", |
| 17 | "LineName" : "SYS_BMC_PWRBTN_R_N", |
| 18 | "Type" : "GPIO", |
| 19 | "Polarity" : "ActiveLow" |
| 20 | }, |
| 21 | { |
| 22 | "Name" : "PowerOk", |
| 23 | "LineName" : "PWRGD_PS_PWROK_PLD_R", |
| 24 | "Type" : "GPIO", |
| 25 | "Polarity" : "ActiveHigh" |
| 26 | }, |
| 27 | { |
| 28 | "Name" : "PowerOut", |
| 29 | "LineName" : "SYS_PWRBTN_N", |
| 30 | "Type" : "GPIO", |
| 31 | "Polarity" : "ActiveLow" |
| 32 | }, |
| 33 | { |
| 34 | "Name" : "ResetButton", |
| 35 | "LineName" : "FP_RST_BTN_N", |
| 36 | "Type" : "GPIO", |
| 37 | "Polarity" : "ActiveLow" |
| 38 | }, |
| 39 | { |
| 40 | "Name" : "ResetOut", |
| 41 | "LineName" : "FM_BMC_RSTBTN_OUT_N", |
| 42 | "Type" : "GPIO", |
| 43 | "Polarity" : "ActiveLow" |
| 44 | }, |
| 45 | { |
| 46 | "Name" : "NMIOut", |
| 47 | "LineName" : "IRQ_BMC_PCH_NMI_R", |
| 48 | "Type" : "GPIO", |
| 49 | "Polarity" : "ActiveLow" |
| 50 | } |
| 51 | ], |
| 52 | "timing_configs":{ |
| 53 | "PowerPulseMs": 200, |
| 54 | "ForceOffPulseMs": 15000, |
| 55 | "ResetPulseMs": 5500, |
| 56 | "PowerCycleMs": 10000, |
| 57 | "SioPowerGoodWatchdogMs": 1000, |
| 58 | "PsPowerOKWatchdogMs": 8000, |
| 59 | "GracefulPowerOffS": 300, |
| 60 | "WarmResetCheckMs": 500, |
| 61 | "PowerOffSaveMs": 7000 |
| 62 | } |
| 63 | } |