Files
OpenBMC/meta-asrock/meta-romed8hm3/recipes-x86/chassis/x86-power-control/power-config-host0.json
T

88 lines
2.2 KiB
JSON
Raw Normal View History

2026-04-23 17:07:55 +08:00
{
"gpio_configs": [
{
"Name" : "IdButton",
"LineName" : "LOCATORBTN",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "NMIButton",
"LineName" : "NMI_BTN_N",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "NMIOut",
"LineName" : "BMC_NMI",
"Type" : "GPIO",
"Polarity": "ActiveHigh"
},
{
"Name" : "PostComplete",
"LineName" : "POST_COMPLETE_N",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "PowerButton",
"LineName" : "BMC_PSIN",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "PowerOk",
"LineName" : "PWRGD_OUT",
"Type" : "GPIO",
"Polarity": "ActiveHigh"
},
{
"Name" : "PowerOut",
"LineName" : "BMC_PSOUT",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "ResetButton",
"LineName" : "BMC_RESETCON",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "ResetOut",
"LineName" : "RESETCON",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "SioOnControl",
"LineName" : "",
"Type" : "GPIO",
"Polarity": "ActiveLow"
},
{
"Name" : "SioPowerGood",
"LineName" : "",
"Type" : "GPIO",
"Polarity": "ActiveHigh"
},
{
"Name" : "SIOS5",
"LineName" : "",
"Type" : "GPIO",
"Polarity": "ActiveLow"
}
],
"timing_configs": {
"PowerPulseMs": 200,
"ForceOffPulseMs": 15000,
"ResetPulseMs": 500,
"PowerCycleMs": 5000,
"SioPowerGoodWatchdogMs": 1000,
"PsPowerOKWatchdogMs": 8000,
"GracefulPowerOffS": 300,
"WarmResetCheckMs": 500,
"PowerOffSaveMs": 7000
}
}