Files
OpenBMC/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
T

32 lines
558 B
JSON
Raw Normal View History

2026-04-23 17:07:55 +08:00
{
"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"
}
]
}