blob: bbeea06c68e0dcf5cc3f112188068ed9dd254b88 [file] [log] [blame]
Oskar Senft4091a0d2021-11-30 16:05:59 -05001{
2 "gpio_configs":[
3 {
4 "Name" : "IdButton",
5 "LineName" : "id-button",
6 "Type" : "GPIO",
7 "Polarity" : "ActiveLow"
8 },
9 {
10 "Name" : "NMIButton",
11 "LineName" : "nmi-button",
12 "Type" : "GPIO",
13 "Polarity" : "ActiveLow"
14 },
15 {
16 "Name" : "NMIOut",
17 "LineName" : "nmi-control",
18 "Type" : "GPIO",
19 "Polarity" : "ActiveLow"
20 },
21 {
22 "Name" : "PostComplete",
23 "LineName" : "post-complete",
24 "Type" : "GPIO",
25 "Polarity" : "ActiveLow"
26 },
27 {
28 "Name" : "PowerButton",
29 "LineName" : "power-button",
30 "Type" : "GPIO",
31 "Polarity" : "ActiveLow"
32 },
33 {
34 "Name" : "PowerOk",
35 "LineName" : "power-chassis-good",
36 "Type" : "GPIO",
37 "Polarity" : "ActiveHigh"
38 },
39 {
40 "Name" : "PowerOut",
41 "LineName" : "power-chassis-control",
42 "Type" : "GPIO",
43 "Polarity" : "ActiveLow"
44 },
45 {
46 "Name" : "ResetButton",
47 "LineName" : "reset-button",
48 "Type" : "GPIO",
49 "Polarity" : "ActiveLow"
50 },
51 {
52 "Name" : "ResetOut",
53 "LineName" : "reset-control",
54 "Type" : "GPIO",
55 "Polarity" : "ActiveLow"
56 }
57 ],
58 "timing_configs":{
59 "PowerPulseMs": 200,
60 "ForceOffPulseMs": 15000,
61 "ResetPulseMs": 500,
62 "PowerCycleMs": 5000,
63 "SioPowerGoodWatchdogMs": 1000,
64 "PsPowerOKWatchdogMs": 8000,
65 "GracefulPowerOffS": 300,
66 "WarmResetCheckMs": 500,
67 "PowerOffSaveMs": 7000
68 }
69}