blob: 305f41c468161c2326dec9cf7452aa79ee7cb7a0 [file] [log] [blame]
Matt Spinler2d8fc112018-08-08 10:57:02 -05001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "SYS_PWROK_BUFF",
6 "latch_out": "BMC_UCD_LATCH_LE",
7 "power_up_outs": [
8 { "name": "SOFTWARE_PGOOD", "polarity": true},
9 { "name": "BMC_POWER_UP", "polarity": true}
10 ],
11 "reset_outs": [
12 ]
13 }
14 },
15
16 "gpio_definitions": [
17 {
18 "name": "SOFTWARE_PGOOD",
19 "pin": "R1",
20 "direction": "out"
21 },
22 {
23 "name": "BMC_POWER_UP",
24 "pin": "D1",
25 "direction": "out"
26 },
27 {
28 "name": "SYS_PWROK_BUFF",
29 "pin": "D2",
30 "direction": "in"
31 },
32 {
33 "name": "PHY_RST_N",
34 "pin": "D3",
35 "direction": "out"
36 },
37 {
38 "name": "HDD_PWR_EN",
39 "pin": "D4",
40 "direction": "out"
41 },
42 {
43 "name": "CP0_DEVICES_RESET_N",
44 "pin": "A1",
45 "direction": "out"
46 },
47 {
48 "name": "BMC_CP0_PERST_ENABLE",
49 "pin": "A3",
50 "direction": "out"
51 },
52 {
53 "name": "BMC_UCD_LATCH_LE",
54 "pin": "B4",
55 "direction": "out"
56 },
57 {
58 "name": "POWER_BUTTON",
59 "pin": "I3",
60 "direction": "both"
61 },
62 {
63 "name": "RESET_BUTTON",
64 "pin": "AA0",
65 "direction": "both"
66 },
67 {
68 "name": "PE_MEZZB_PRSNT_N",
69 "pin": "P7",
70 "direction": "in"
71 },
72 {
73 "name": "CHECKSTOP",
74 "pin": "F7",
75 "direction": "falling"
76 }
77 ]
78}