Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,60 @@
{
"gpio_configs": {
"power_config": {
"power_good_in": "PGOOD",
"power_up_outs": [
{"name": "POWER_PIN", "polarity": false}
],
"reset_outs": [
{"name": "USB_RESET", "polarity": false}
],
"pci_reset_outs": [
{"name": "PCIE_RESET", "polarity": false, "hold": false}
]
}
},
"gpio_definitions": [
{
"name": "POWER_PIN",
"pin": "E1",
"direction": "out"
},
{
"name": "PGOOD",
"pin": "C7",
"direction": "in"
},
{
"name": "BMC_THROTTLE",
"pin": "J3",
"direction": "out"
},
{
"name": "IDBTN",
"pin": "Q7",
"direction": "out"
},
{
"name": "POWER_BUTTON",
"pin": "E0",
"direction": "both"
},
{
"name": "PCIE_RESET",
"pin": "B5",
"direction": "out"
},
{
"name": "USB_RESET",
"pin": "B6",
"direction": "out"
},
{
"name": "CHECKSTOP",
"pin": "P5",
"direction": "falling"
}
]
}