blob: 83143b0f4b09365f4a8785728f48b0b129a6b381 [file] [log] [blame]
Matt Spinlerb11913c2018-08-08 10:49:38 -05001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "SYS_PWROK_BUFF",
6 "power_up_outs": [
7 {"name": "SOFTWARE_PGOOD", "polarity": true},
8 {"name": "BMC_POWER_UP", "polarity": true}
9 ],
10 "reset_outs": [
11 {"name": "BMC_CP0_RESET_N", "polarity": false}
12 ]
13 }
14 },
15
16 "gpio_definitions": [
17 {
18 "name": "BMC_POWER_UP",
Adriana Kobylakdc616262019-04-09 12:26:53 -050019 "pin": "A0",
Matt Spinlerb11913c2018-08-08 10:49:38 -050020 "direction": "out"
21 },
22 {
23 "name": "SOFTWARE_PGOOD",
24 "pin": "R1",
25 "direction": "out"
26 },
27 {
28 "name": "SYS_PWROK_BUFF",
Adriana Kobylakdc616262019-04-09 12:26:53 -050029 "pin": "A2",
Matt Spinlerb11913c2018-08-08 10:49:38 -050030 "direction": "in"
31 },
32 {
33 "name": "CHECKSTOP",
34 "pin": "J2",
35 "direction": "falling"
36 },
37 {
38 "name": "BMC_CP0_RESET_N",
39 "pin": "A1",
40 "direction": "out"
41 },
42 {
43 "name": "BMC_VS1_PERST_N",
44 "pin": "B7",
45 "direction": "out"
46 },
47 {
48 "name": "BMC_CP0_PERST_ENABLE_R",
49 "pin": "A3",
50 "direction": "out"
51 },
52 {
53 "name": "POWER_BUTTON",
54 "pin": "I3",
55 "direction": "both"
Matt Spinler3ea8d6e2019-05-29 12:11:14 -050056 },
Adriana Kobylakdc616262019-04-09 12:26:53 -050057 {
58 "name": "AIR_WATER_N",
59 "pin": "B5",
60 "direction": "in"
61 }
Matt Spinlerb11913c2018-08-08 10:49:38 -050062 ]
63}