1{
2    "gpio_configs":[
3      {
4          "Name" : "NMIButton",
5          "LineName" : "NMI_BUTTON",
6          "Type" : "GPIO",
7          "Polarity" : "ActiveLow"
8      },
9      {
10          "Name" : "NMIOut",
11          "LineName" : "NMI_OUT",
12          "Type" : "GPIO",
13          "Polarity" : "ActiveHigh"
14      },
15      {
16          "Name" : "PostComplete",
17          "LineName" : "POST_COMPLETE",
18          "Type" : "GPIO",
19          "Polarity" : "ActiveLow"
20      },
21      {
22          "Name" : "PowerButton",
23          "LineName" : "POWER_BUTTON",
24          "Type" : "GPIO",
25          "Polarity" : "ActiveLow"
26      },
27      {
28          "Name" : "PowerOk",
29          "LineName" : "PS_PWROK",
30          "Type" : "GPIO",
31          "Polarity" : "ActiveHigh"
32      },
33      {
34          "Name" : "PowerOut",
35          "LineName" : "POWER_OUT",
36          "Type" : "GPIO",
37          "Polarity" : "ActiveLow"
38      },
39      {
40          "Name" : "ResetButton",
41          "LineName" : "RESET_BUTTON",
42          "Type" : "GPIO",
43          "Polarity" : "ActiveLow"
44      },
45      {
46          "Name" : "ResetOut",
47          "LineName" : "RESET_OUT",
48          "Type" : "GPIO",
49          "Polarity" : "ActiveLow"
50      }
51    ]
52  }
53