blob: ad03a73cb60f62f1fa2f5ce8bbeda56d80dd65da [file] [log] [blame]
Mohaimen Alsamarai82a11d82021-06-24 16:59:29 -05001{
2 "gpio_configs": {
3
4 "power_config": {
5 "power_good_in": "PGOOD",
6 "power_up_outs": [
7 ],
8 "reset_outs": [
Mohaimen Alsamarai82a11d82021-06-24 16:59:29 -05009 ]
10 }
11 },
12
13 "gpio_definitions": [
14 {
15 "name": "PGOOD",
16 "num": 200,
17 "direction": "in"
Charles Boyer3d071ee2022-02-03 15:11:38 -060018 },
19 {
20 "name": "POWER_BUTTON",
21 "num": 192,
22 "direction": "both"
23 },
24 {
25 "name": "RESET_BUTTON",
26 "num": 13,
27 "direction": "both"
Mohaimen Alsamarai82a11d82021-06-24 16:59:29 -050028 }
29 ]
30}
31