blob: 654be093af308efd0670ad187f9ab8812e53d0e9 [file] [log] [blame]
Jim Wright6d345e22019-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}
Jim Wright6d345e22019-09-17 16:02:18 -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": "F1",
22 "direction": "out"
23 },
24 {
25 "name": "SYS_PWROK_BUFF",
26 "pin": "R2",
27 "direction": "in"
Matt Spinlered6981e2021-03-31 14:31:21 -050028 },
29 {
30 "name": "POWER_BUTTON",
31 "pin": "P3",
32 "direction": "both"
Jim Wright6d345e22019-09-17 16:02:18 -050033 }
34 ]
35}