1{
2    "gpio_configs": [
3        {
4            "Name" : "IdButton",
5            "LineName" : "LOCATORBTN_N",
6            "Type" : "GPIO",
7            "Polarity": "ActiveLow"
8        },
9        {
10            "Name" : "NMIButton",
11            "LineName" : "NMI_BTN_N",
12            "Type" : "GPIO",
13            "Polarity": "ActiveLow"
14        },
15        {
16            "Name" : "NMIOut",
17            "LineName" : "BMC_NMI",
18            "Type" : "GPIO",
19            "Polarity": "ActiveLow"
20        },
21        {
22            "Name" : "PostComplete",
23            "LineName" : "FM_BIOS_POST_COMPLT_N",
24            "Type" : "GPIO",
25            "Polarity": "ActiveLow"
26        },
27        {
28            "Name" : "PowerButton",
29            "LineName" : "FP_PWR_BTN_MUX_N",
30            "Type" : "GPIO",
31            "Polarity": "ActiveLow"
32        },
33        {
34            "Name" : "PowerOk",
35            "LineName" : "PWRGD_SYS_PWROK",
36            "Type" : "GPIO",
37            "Polarity": "ActiveHigh"
38        },
39        {
40            "Name" : "PowerOut",
41            "LineName" : "FM_BMC_PWRBTN_OUT_N",
42            "Type" : "GPIO",
43            "Polarity": "ActiveLow"
44        },
45        {
46            "Name" : "ResetButton",
47            "LineName" : "FP_RST_BTN_N",
48            "Type" : "GPIO",
49            "Polarity": "ActiveLow"
50        },
51        {
52            "Name" : "ResetOut",
53            "LineName" : "RST_BMC_RSTBTN_OUT_N",
54            "Type" : "GPIO",
55            "Polarity": "ActiveLow"
56        },
57        {
58            "Name" : "SioOnControl",
59            "LineName" : "",
60            "Type" : "GPIO",
61            "Polarity": "ActiveLow"
62        },
63        {
64            "Name" : "SioPowerGood",
65            "LineName" : "",
66            "Type" : "GPIO",
67            "Polarity": "ActiveHigh"
68        },
69        {
70            "Name" : "SIOS5",
71            "LineName" : "",
72            "Type" : "GPIO",
73            "Polarity": "ActiveLow"
74        }
75    ],
76    "timing_configs": {
77        "PowerPulseMs": 200,
78        "ForceOffPulseMs": 15000,
79        "ResetPulseMs": 500,
80        "PowerCycleMs": 5000,
81        "SioPowerGoodWatchdogMs": 1000,
82        "PsPowerOKWatchdogMs": 8000,
83        "GracefulPowerOffS": 300,
84        "WarmResetCheckMs": 500,
85        "PowerOffSaveMs": 7000
86    }
87}
88