blob: 4ea1522492d3b2b4ed737fc17ca05cf5bc631029 [file] [log] [blame]
Matt Spinler5e0b1382019-09-19 14:03:29 -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}
Andrew Geisslerda195d82020-10-22 14:49:09 -05009 ],
10 "reset_outs": [
11 {"name": "BMC_CP0_RESET_N", "polarity": false}
Matt Spinler5e0b1382019-09-19 14:03:29 -050012 ]
13 }
14 },
15
16 "gpio_definitions": [
17 {
18 "name": "BMC_POWER_UP",
19 "pin": "R1",
20 "direction": "out"
21 },
22 {
23 "name": "SOFTWARE_PGOOD",
24 "pin": "H5",
25 "direction": "out"
26 },
27 {
28 "name": "SYS_PWROK_BUFF",
29 "pin": "R2",
30 "direction": "in"
31 },
32 {
33 "name": "CHECKSTOP",
34 "pin": "E3",
35 "direction": "falling"
36 },
37 {
38 "name": "BMC_CP0_RESET_N",
39 "pin": "Q0",
40 "direction": "out"
41 },
42 {
43 "name": "BMC_VS1_PERST_N",
44 "pin": "R0",
45 "direction": "out"
46 },
47 {
48 "name": "BMC_CP0_PERST_ENABLE_R",
49 "pin": "Q1",
50 "direction": "out"
51 },
52 {
53 "name": "POWER_BUTTON",
54 "pin": "E0",
55 "direction": "both"
56 }
57 ]
58}