blob: 828c35b296c939af3dc3c92a23a7dd8932268b7e [file] [log] [blame]
{
"gpio_configs": {
"power_config": {
"power_good_in": "SYS_PWROK_BUFF",
"power_up_outs": [
{"name": "SOFTWARE_PGOOD", "polarity": true},
{"name": "BMC_POWER_UP", "polarity": true}
],
"reset_outs": [
{"name": "BMC_DCM_ALL_RESET_N", "polarity": false}
]
}
},
"gpio_definitions": [
{
"name": "BMC_POWER_UP",
"pin": "R1",
"direction": "out"
},
{
"name": "SOFTWARE_PGOOD",
"pin": "F1",
"direction": "out"
},
{
"name": "SYS_PWROK_BUFF",
"pin": "R2",
"direction": "in"
},
{
"name": "BMC_DCM_ALL_RESET_N",
"pin": "Q0",
"direction": "out"
}
]
}