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