blob: 146b9af46d655f605da23b6c130fe55034eb77d9 [file] [log] [blame]
Alexander Filippovb7f7dbd2019-07-25 16:42:57 +03001{
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 ]
12 }
13 },
14
15 "gpio_definitions": [
16 {
17 "name": "SOFTWARE_PGOOD",
18 "pin": "R1",
19 "direction": "out"
20 },
21 {
22 "name": "BMC_POWER_UP",
23 "pin": "D1",
24 "direction": "out"
25 },
26 {
27 "name": "SYS_PWROK_BUFF",
28 "pin": "D2",
29 "direction": "in"
30 },
31 {
32 "name": "BMC_WD_CLEAR_PULSE_N",
33 "pin": "N5",
34 "direction": "falling"
35 },
36 {
37 "name": "CHECKSTOP",
38 "pin": "J2",
39 "direction": "falling"
40 },
41 {
42 "name": "BMC_CP0_RESET_N",
43 "pin": "A1",
44 "direction": "out"
45 },
46 {
47 "name": "BMC_CP0_PERST_ENABLE_R",
48 "pin": "A3",
49 "direction": "out"
50 },
51 {
52 "name": "BMC_THROTTLE",
53 "pin": "J3",
54 "direction": "out"
55 },
56 {
57 "name": "IDBTN",
58 "pin": "Q7",
59 "direction": "out"
60 },
61 {
62 "name": "POWER_BUTTON",
63 "pin": "I3",
64 "direction": "both"
65 },
66 {
67 "name": "RESET_BUTTON",
68 "pin": "J1",
69 "direction": "both"
70 }
71 ]
72}