blob: 75b0480bdd76a44f9bd42ec73164fe850e5c68b8 [file] [log] [blame]
Alexander Filippov0f043772019-06-03 11:35:03 +03001{
2 "gpio_configs": {
3 "power_config": {
4 "power_good_in": "SYS_PWROK_BUFF",
5 "power_up_outs": [
6 {"name": "BMC_POWER_UP", "polarity": false}
7 ],
8 "reset_outs": [
9 {"name": "CM1_OE_R_N", "polarity": true},
10 {"name": "BMC_CP0_RESET_N", "polarity": false}
11 ],
12 "pci_reset_outs": [
13 {"name": "PEX8718_DEVICES_RESET_N", "polarity": false, "hold": true}
14 ]
15 }
16 },
17
18 "gpio_definitions": [
19 {
20 "name": "BMC_POWER_UP",
21 "pin": "E1",
22 "direction": "out"
23 },
24 {
25 "name": "SYS_PWROK_BUFF",
26 "pin": "E6",
27 "direction": "in"
28 },
29 {
30 "name": "BMC_WD_CLEAR_PULSE_N",
31 "pin": "N4",
32 "direction": "out"
33 },
34 {
35 "name": "CM1_OE_R_N",
36 "pin": "Q6",
37 "direction": "out"
38 },
39 {
40 "name": "BMC_CP0_RESET_N",
41 "pin": "O2",
42 "direction": "out"
43 },
44 {
45 "name": "PSU_PG",
46 "pin": "J2",
47 "direction": "in"
48 },
49 {
50 "name": "PEX8718_DEVICES_RESET_N",
51 "pin": "B6",
52 "direction": "out"
53 },
54 {
55 "name": "CP0_DEVICES_RESET_N",
56 "pin": "N3",
57 "direction": "in"
58 },
59 {
60 "name": "CP1_DEVICES_RESET_N",
61 "pin": "N5",
62 "direction": "in"
63 },
64 {
65 "name": "CP2_DEVICES_RESET_N",
66 "pin": "P0",
67 "direction": "in"
68 },
69
70 {
71 "name": "CP3_DEVICES_RESET_N",
72 "pin": "P1",
73 "direction": "in"
74 },
75 {
76 "name": "IDBTN",
77 "pin": "Q7",
78 "direction": "out"
79 },
80 {
81 "name": "POWER_BUTTON",
82 "pin": "E0",
83 "direction": "both"
84 },
85 {
86 "name": "RESET_BUTTON",
87 "pin": "E2",
88 "direction": "both"
89 },
90 {
91 "name": "CHECKSTOP",
92 "pin": "P5",
93 "direction": "falling"
94 },
95 {
96 "name": "PS0_PRES_N",
97 "pin": "P7",
98 "direction": "in"
99 },
100 {
101 "name": "PS1_PRES_N",
102 "pin": "N0",
103 "direction": "in"
104 },
105 {
106 "name": "FSI_DATA",
107 "pin": "A5",
108 "direction": "out"
109 },
110 {
111 "name": "FSI_CLK",
112 "pin": "A4",
113 "direction": "out"
114 },
115 {
116 "name": "FSI_ENABLE",
117 "pin": "E5",
118 "direction": "out"
119 },
120 {
121 "name": "CRONUS_SEL",
122 "pin": "A6",
123 "direction": "out"
124 },
125 {
126 "name": "CP0_FSI0_DATA_EN",
127 "pin": "H6",
128 "direction": "out"
129 }
130 ]
131}