blob: dd218c0c96766f0164f08b5f428b058897714fa0 [file] [log] [blame]
Tung Nguyen51b9ac12020-12-15 14:15:44 +07001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "PGOOD",
6 "power_up_outs": [
7 {"name": "BMC_SYS_PSON_L", "polarity": false},
8 {"name": "BMC_READY", "polarity": true}
9 ],
10 "reset_outs": [
11 {"name": "BMC_S0_SYSRESET_L", "polarity": false},
12 {"name": "BMC_S1_SYSRESET_L", "polarity": false}
13 ]
14 }
15 },
16
17 "gpio_definitions": [
18 {
19 "name": "PGOOD",
20 "pin": "F4",
21 "direction": "in"
22 },
23 {
24 "name": "BMC_SYS_PSON_L",
25 "pin": "F2",
26 "direction": "out"
27 },
28 {
29 "name": "BMC_S0_SYSRESET_L",
30 "pin": "L3",
31 "direction": "out"
32 },
33 {
34 "name": "BMC_S1_SYSRESET_L",
35 "pin": "L4",
36 "direction": "out"
37 },
38 {
39 "name": "POWER_BUTTON",
40 "pin": "B4",
41 "direction": "both"
42 },
43 {
44 "name": "RESET_BUTTON",
45 "pin": "R5",
46 "direction": "both"
47 },
48 {
49 "name": "BMC_READY",
50 "pin": "AC5",
51 "direction": "out"
52 }
53 ]
54}