65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"gpio_configs":[
|
||
|
|
{
|
||
|
|
"Name" : "IdButton",
|
||
|
|
"LineName" : "id-button",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveLow"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "NMIOut",
|
||
|
|
"LineName" : "ASSERT_NMI_BTN",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveLow"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "PostComplete",
|
||
|
|
"LineName" : "power-ok",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveHigh"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "PowerButton",
|
||
|
|
"LineName" : "power-button",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveLow"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "PowerOk",
|
||
|
|
"LineName" : "power-good",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveHigh"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "PowerOut",
|
||
|
|
"LineName" : "power-control",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveLow"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "ResetButton",
|
||
|
|
"LineName" : "reset-button",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveLow"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "ResetOut",
|
||
|
|
"LineName" : "reset-control",
|
||
|
|
"Type" : "GPIO",
|
||
|
|
"Polarity" : "ActiveLow"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"timing_configs":{
|
||
|
|
"PowerPulseMs": 200,
|
||
|
|
"ForceOffPulseMs": 15000,
|
||
|
|
"ResetPulseMs": 500,
|
||
|
|
"PowerCycleMs": 5000,
|
||
|
|
"SioPowerGoodWatchdogMs": 1000,
|
||
|
|
"PsPowerOKWatchdogMs": 8000,
|
||
|
|
"GracefulPowerOffS": 300,
|
||
|
|
"WarmResetCheckMs": 500,
|
||
|
|
"PowerOffSaveMs": 7000
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|