32 lines
558 B
JSON
32 lines
558 B
JSON
|
|
{
|
||
|
|
"gpio_configs": {
|
||
|
|
|
||
|
|
"power_config": {
|
||
|
|
"power_good_in": "PGOOD",
|
||
|
|
"power_up_outs": [
|
||
|
|
],
|
||
|
|
"reset_outs": [
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
|
||
|
|
"gpio_definitions": [
|
||
|
|
{
|
||
|
|
"name": "PGOOD",
|
||
|
|
"num": 200,
|
||
|
|
"direction": "in"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "POWER_BUTTON",
|
||
|
|
"num": 192,
|
||
|
|
"direction": "both"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "RESET_BUTTON",
|
||
|
|
"num": 13,
|
||
|
|
"direction": "both"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|