blob: d8213fdae2c31cd3e5a76eb3194cc9f9860f1439 [file] [log] [blame]
Lisa Liua325e242019-06-25 15:09:23 +08001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "PGOOD",
6 "power_up_outs": [
7 ],
8 "reset_outs": [
9 ]
10 }
11 },
12
13 "gpio_definitions": [
14 {
15 "name": "PGOOD",
16 "pin": "H7",
17 "direction": "in"
18 },
19 {
20 "name": "POWER_BUTTON",
21 "pin": "I1",
22 "direction": "both"
23 },
24 {
25 "name": "RESET_BUTTON",
26 "pin": "R0",
27 "direction": "both"
28 },
29 {
30 "name": "ID_BTN",
31 "pin": "Y2",
32 "direction": "both"
33 }
34 ]
35}