1{
2    "gpio_configs": {
3        "power_config": {
4            "power_good_in": "CPU_PWRGD",
5            "power_up_outs": [],
6            "reset_outs": []
7        }
8    },
9
10    "gpio_definitions": [
11        {
12            "name": "CPU_PWRGD",
13            "pin": "F0",
14            "direction": "in"
15        }
16    ]
17}
18