blob: 2c8340d209c30f9f2abea1ed501d0c7ba23ac977 [file] [log] [blame]
Potin Lai16152b52023-10-31 18:48:02 +08001{
2 "Exposes": [
3 {
4 "Address": "0x49",
5 "Bus": 4,
6 "Name": "PDB_TEMP_C",
7 "Type": "TMP75"
8 },
9 {
10 "Address": "0x44",
11 "Bus": 4,
12 "Labels": [
13 "iout1",
14 "pin",
15 "temp1",
16 "vin",
17 "vout1"
18 ],
19 "Name": "PDB_HSC",
Daniel Hsu78a07722024-03-18 13:38:01 +080020 "Thresholds": [
21 {
22 "Direction": "greater than",
23 "Label": "iout1",
24 "Name": "upper critical",
25 "Severity": 1,
26 "Value": 30.0
27 },
28 {
29 "Direction": "greater than",
30 "Label": "pin",
31 "Name": "upper critical",
32 "Severity": 1,
33 "Value": 1440.0
34 },
35 {
36 "Direction": "greater than",
37 "Label": "temp1",
38 "Name": "upper critical",
39 "Severity": 1,
40 "Value": 80.0
41 },
42 {
43 "Direction": "less than",
44 "Label": "vin",
45 "Name": "lower critical",
46 "Severity": 1,
47 "Value": 46.0
48 },
49 {
50 "Direction": "greater than",
51 "Label": "vin",
52 "Name": "upper critical",
53 "Severity": 1,
54 "Value": 55.0
55 },
56 {
57 "Direction": "less than",
58 "Label": "vout1",
59 "Name": "lower critical",
60 "Severity": 1,
61 "Value": 46.0
62 },
63 {
64 "Direction": "greater than",
65 "Label": "vout1",
66 "Name": "upper critical",
67 "Severity": 1,
68 "Value": 55.0
69 }
70 ],
Potin Lai16152b52023-10-31 18:48:02 +080071 "Type": "pmbus",
72 "iout1_Name": "PDB_HSC_CURR_A",
73 "pin_Name": "PDB_HSC_PWR_W",
74 "temp1_Name": "PDB_HSC_TEMP_C",
75 "vin_Name": "PDB_HSC_VIN_VOLT_V",
76 "vout1_Name": "PDB_HSC_VOUT_VOLT_V"
77 },
78 {
79 "Address": "0x69",
80 "Bus": 4,
81 "Labels": [
82 "iout1",
83 "pin",
84 "pout1",
85 "temp1",
86 "vin",
87 "vout1"
88 ],
89 "Name": "PDB_BRICK",
Daniel Hsu78a07722024-03-18 13:38:01 +080090 "Thresholds": [
91 {
92 "Direction": "greater than",
93 "Label": "iout1",
94 "Name": "upper critical",
95 "Severity": 1,
96 "Value": 71.6
97 },
98 {
99 "Direction": "greater than",
100 "Label": "pin",
101 "Name": "upper critical",
102 "Severity": 1,
103 "Value": 874.0
104 },
105 {
106 "Direction": "greater than",
107 "Label": "pout1",
108 "Name": "upper critical",
109 "Severity": 1,
110 "Value": 860.0
111 },
112 {
113 "Direction": "greater than",
114 "Label": "temp1",
115 "Name": "upper critical",
116 "Severity": 1,
117 "Value": 105.0
118 },
119 {
120 "Direction": "less than",
121 "Label": "vin",
122 "Name": "lower critical",
123 "Severity": 1,
124 "Value": 38.0
125 },
126 {
127 "Direction": "greater than",
128 "Label": "vin",
129 "Name": "upper critical",
130 "Severity": 1,
131 "Value": 60.0
132 },
133 {
134 "Direction": "less than",
135 "Label": "vout1",
136 "Name": "lower critical",
137 "Severity": 1,
138 "Value": 10.8
139 },
140 {
141 "Direction": "greater than",
142 "Label": "vout1",
143 "Name": "upper critical",
144 "Severity": 1,
145 "Value": 13.2
146 }
147 ],
Potin Lai16152b52023-10-31 18:48:02 +0800148 "Type": "pmbus",
149 "iout1_Name": "PDB_BRICK_CURR_A",
150 "pin_Name": "PDB_BRICK_PIN_PWR_W",
151 "pout1_Name": "PDB_BRICK_POUT_PWR_W",
152 "temp1_Name": "PDB_BRICK_TEMP_C",
153 "vin_Name": "PDB_BRICK_VIN_VOLT_V",
154 "vout1_Name": "PDB_BRICK_VOUT_VOLT_V"
155 }
156 ],
157 "Name": "Minerva PDB",
158 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Minerva PDB '})",
159 "Type": "Board",
160 "xyz.openbmc_project.Inventory.Decorator.Asset": {
161 "Manufacturer": "$PRODUCT_MANUFACTURER",
162 "Model": "$PRODUCT_PRODUCT_NAME",
163 "PartNumber": "$PRODUCT_PART_NUMBER",
164 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
165 }
166}