{ "gpio_configs": { "power_config": { "power_good_in": "SYS_PWROK_BUFF", "power_up_outs": [ { "name": "BMC_POWER_UP", "polarity": true} ], "reset_outs": [ ] } }, "gpio_definitions": [ { "name": "BMC_POWER_UP", "pin": "D1", "direction": "out" }, { "name": "SYS_PWROK_BUFF", "pin": "D2", "direction": "in" }, { "name": "BMC_WD_CLEAR_PULSE_N", "pin": "N5", "direction": "falling" }, { "name": "CHECKSTOP", "pin": "J2", "direction": "falling" }, { "name": "BMC_CP0_RESET_N", "pin": "A1", "direction": "out" }, { "name": "BMC_CP0_PERST_ENABLE_R", "pin": "A3", "direction": "out" }, { "name": "BMC_THROTTLE", "pin": "J3", "direction": "out" }, { "name": "IDBTN", "pin": "Q7", "direction": "out" }, { "name": "POWER_BUTTON", "pin": "I3", "direction": "both" }, { "name": "RESET_BUTTON", "pin": "O6", "direction": "both" } ] }