1{
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            "num": 71,
17            "direction": "in"
18        },
19        {
20            "name": "POWER_BUTTON",
21            "num": 64,
22            "direction": "both"
23        },
24        {
25            "name": "RESET_BUTTON",
26            "num": 65,
27            "direction": "both"
28        }
29    ]
30}
31
32