blob: 0809fe6d350bbd96af8cc36f4d6baae7526e89a4 [file] [log] [blame]
John Wangf8d8ab12019-06-07 09:17:43 +08001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "CPLD_BMC_SYS_PWROK",
6 "power_up_outs": [
7 { "name": "BMC_CPLD_SOFTWARE_PG_N", "polarity": false},
8 { "name": "BMC_CPLD_SYS_PWRON", "polarity": false}
9 ],
10 "reset_outs": [
11 ]
12 }
13 },
14
15 "gpio_definitions": [
16 {
17 "name": "BMC_CPLD_SOFTWARE_PG_N",
18 "pin": "J3",
19 "direction": "out"
20 },
21 {
22 "name": "BMC_CPLD_SYS_PWRON",
23 "pin": "AA7",
24 "direction": "out"
25 },
26 {
27 "name": "CPLD_BMC_SYS_PWROK",
28 "pin": "AA1",
29 "direction": "in"
30 },
31 {
32 "name": "POWER_BUTTON",
33 "pin": "AA6",
34 "direction": "both"
35 },
36 {
37 "name": "RESET_BUTTON",
38 "pin": "AB0",
39 "direction": "both"
40 }
41 ]
42}