blob: 5ca21e3e26b1803d9adc0d23fe4840b0f37ca55d [file] [log] [blame]
Matt Spinler7d060d02018-08-08 10:58:52 -05001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "PGOOD",
6 "power_up_outs": [
7 {"name": "POWER_PIN", "polarity": false}
8 ],
9 "reset_outs": [
10 {"name": "USB_RESET", "polarity": false}
11 ],
12 "pci_reset_outs": [
13 {"name": "PCIE_RESET", "polarity": false, "hold": false}
14 ]
15 }
16 },
17
18 "gpio_definitions": [
19 {
20 "name": "POWER_PIN",
21 "pin": "E1",
22 "direction": "out"
23 },
24 {
25 "name": "PGOOD",
26 "pin": "C7",
27 "direction": "in"
28 },
29 {
30 "name": "BMC_THROTTLE",
31 "pin": "J3",
32 "direction": "out"
33 },
34 {
35 "name": "IDBTN",
36 "pin": "Q7",
37 "direction": "out"
38 },
39 {
40 "name": "POWER_BUTTON",
41 "pin": "E0",
42 "direction": "both"
43 },
44 {
45 "name": "PCIE_RESET",
46 "pin": "B5",
47 "direction": "out"
48 },
49 {
50 "name": "USB_RESET",
51 "pin": "B6",
52 "direction": "out"
53 },
54 {
55 "name": "CHECKSTOP",
56 "pin": "P5",
57 "direction": "falling"
58 }
59 ]
60}