1{
2  "gpio_configs":[
3    {
4        "Name" : "IdButton",
5        "LineName" : "CHASSIS_ID_BTN",
6        "Type" : "GPIO",
7        "Polarity" : "ActiveLow"
8    },
9    {
10        "Name" : "NMIButton",
11        "LineName" : "MON_P0_NMI_BTN",
12        "Type" : "GPIO",
13        "Polarity" : "ActiveLow"
14    },
15    {
16        "Name" : "NMIOut",
17        "LineName" : "ASSERT_NMI_BTN",
18        "Type" : "GPIO",
19        "Polarity" : "ActiveHigh"
20    },
21    {
22        "Name" : "PostComplete",
23        "LineName" : "MON_PWROK",
24        "Type" : "GPIO",
25        "Polarity" : "ActiveHigh"
26    },
27    {
28        "Name" : "PowerButton",
29        "LineName" : "MON_P0_PWR_BTN",
30        "Type" : "GPIO",
31        "Polarity" : "ActiveLow"
32    },
33    {
34        "Name" : "PowerOk",
35        "LineName" : "MON_P0_PWR_GOOD",
36        "Type" : "GPIO",
37        "Polarity" : "ActiveHigh"
38    },
39    {
40        "Name" : "PowerOut",
41        "LineName" : "ASSERT_PWR_BTN",
42        "Type" : "GPIO",
43        "Polarity" : "ActiveHigh"
44    },
45    {
46        "Name" : "ResetButton",
47        "LineName" : "MON_P0_RST_BTN",
48        "Type" : "GPIO",
49        "Polarity" : "ActiveLow"
50    },
51    {
52        "Name" : "ResetOut",
53        "LineName" : "ASSERT_RST_BTN",
54        "Type" : "GPIO",
55        "Polarity" : "ActiveHigh"
56    }
57]
58}
59