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