60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"gpio_configs": {
|
||
|
|
|
||
|
|
"power_config": {
|
||
|
|
"power_good_in": "PGOOD",
|
||
|
|
"power_up_outs": [
|
||
|
|
{"name": "OCP_MAIN_PWREN", "polarity": true},
|
||
|
|
{"name": "BMC_SYS_PSON_L", "polarity": false}
|
||
|
|
],
|
||
|
|
"reset_outs": [
|
||
|
|
{"name": "BMC_S0_SYSRESET_L", "polarity": false},
|
||
|
|
{"name": "BMC_S1_SYSRESET_L", "polarity": false}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
|
||
|
|
"gpio_definitions": [
|
||
|
|
{
|
||
|
|
"name": "PGOOD",
|
||
|
|
"pin": "F4",
|
||
|
|
"direction": "in"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "BMC_SYS_PSON_L",
|
||
|
|
"pin": "F2",
|
||
|
|
"direction": "out"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "OCP_MAIN_PWREN",
|
||
|
|
"pin": "R4",
|
||
|
|
"direction": "out"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "BMC_S0_SYSRESET_L",
|
||
|
|
"pin": "L3",
|
||
|
|
"direction": "out"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "BMC_S1_SYSRESET_L",
|
||
|
|
"pin": "L4",
|
||
|
|
"direction": "out"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "POWER_BUTTON",
|
||
|
|
"pin": "B4",
|
||
|
|
"direction": "both"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "RESET_BUTTON",
|
||
|
|
"pin": "R5",
|
||
|
|
"direction": "both"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "ID_BTN",
|
||
|
|
"pin": "Q5",
|
||
|
|
"direction": "both"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|