blob: 828c35b296c939af3dc3c92a23a7dd8932268b7e [file] [log] [blame]
Jim Wright114bd732019-09-17 16:02:18 -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_DCM_ALL_RESET_N", "polarity": false}
12 ]
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": "F1",
25 "direction": "out"
26 },
27 {
28 "name": "SYS_PWROK_BUFF",
29 "pin": "R2",
30 "direction": "in"
31 },
32 {
33 "name": "BMC_DCM_ALL_RESET_N",
34 "pin": "Q0",
35 "direction": "out"
36 }
37 ]
38}