blob: ae7e7c63f9ae2665cb96d70002c34eb66f277e78 [file] [log] [blame]
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001{
2 "commonInterfaces": {
3 "xyz.openbmc_project.Inventory.Decorator.Asset": {
4 "PartNumber": {
5 "recordName": "VINI",
6 "keywordName": "PN"
7 },
8 "SerialNumber": {
9 "recordName": "VINI",
10 "keywordName": "SN"
11 },
12 "SparePartNumber": {
13 "recordName": "VINI",
14 "keywordName": "FN"
15 },
16 "Model": {
17 "recordName": "VINI",
18 "keywordName": "CC"
19 },
20 "BuildDate": {
21 "recordName": "VR10",
22 "keywordName": "DC",
23 "encoding": "DATE"
24 }
25 }
26 },
Jinu Joy Thomas9a60c8b2024-01-16 22:52:25 -060027 "muxes": [
28 {
29 "i2bus": "4",
30 "deviceaddress": "0xE0",
31 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/4-0070/hold_idle"
32 },
33 {
34 "i2bus": "5",
35 "deviceaddress": "0xE0",
36 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/5-0070/hold_idle"
37 },
38 {
39 "i2bus": "6",
40 "deviceaddress": "0xE0",
41 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/6-0070/hold_idle"
42 },
43 {
44 "i2bus": "11",
45 "deviceaddress": "0xE0",
46 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/11-0070/hold_idle"
47 }
48 ],
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050049 "frus": {
50 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [
51 {
52 "inventoryPath": "/system/chassis/motherboard",
53 "isSystemVpd": true,
54 "extraInterfaces": {
55 "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null,
56 "com.ibm.ipzvpd.Location": {
57 "LocationCode": "Ufcs-P0"
58 },
59 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -060060 "PrettyName": "System backplane"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050061 }
62 }
63 },
64 {
65 "inventoryPath": "/system/chassis/motherboard/unit0",
66 "inherit": false,
67 "extraInterfaces": {
68 "xyz.openbmc_project.Inventory.Item": {
69 "PrettyName": "Oscillator Reference Clock"
70 }
71 }
72 },
73 {
74 "inventoryPath": "/system",
75 "inherit": false,
76 "isSystemVpd": true,
77 "copyRecords": ["VSYS"],
78 "extraInterfaces": {
79 "xyz.openbmc_project.Inventory.Item.System": null,
80 "xyz.openbmc_project.Inventory.Decorator.Asset": {
81 "SerialNumber": {
82 "recordName": "VSYS",
83 "keywordName": "SE"
84 },
85 "Model": {
86 "recordName": "VSYS",
87 "keywordName": "TM"
88 },
89 "SubModel": {
90 "recordName": "VSYS",
91 "keywordName": "BR"
92 }
93 },
94 "com.ibm.ipzvpd.Location": {
95 "LocationCode": "Umts"
96 },
97 "xyz.openbmc_project.Inventory.Item": {
98 "PrettyName": "System"
99 }
100 }
101 },
102 {
103 "inventoryPath": "/system/chassis",
104 "isSystemVpd": true,
105 "extraInterfaces": {
Gunnar Mills7f23d4d2024-12-10 10:47:41 -0600106 "xyz.openbmc_project.Inventory.Item.Chassis": {
107 "Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
108 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500109 "xyz.openbmc_project.Inventory.Item.Global": null,
110 "com.ibm.ipzvpd.Location": {
111 "LocationCode": "Ufcs"
112 },
113 "xyz.openbmc_project.Inventory.Item": {
114 "PrettyName": "Chassis"
115 }
116 }
117 },
118 {
119 "inventoryPath": "/system/chassis/motherboard/pcieslot0",
120 "inherit": false,
121 "extraInterfaces": {
122 "com.ibm.Control.Host.PCIeLink": null,
123 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
124 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
125 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
126 },
127 "com.ibm.ipzvpd.Location": {
128 "LocationCode": "Ufcs-P0-C0"
129 },
130 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600131 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500132 }
133 }
134 },
135 {
136 "inventoryPath": "/system/chassis/motherboard/pcieslot1",
137 "inherit": false,
138 "extraInterfaces": {
139 "com.ibm.Control.Host.PCIeLink": null,
140 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
141 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
142 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
143 },
144 "com.ibm.ipzvpd.Location": {
145 "LocationCode": "Ufcs-P0-C1"
146 },
147 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600148 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500149 }
150 }
151 },
152 {
153 "inventoryPath": "/system/chassis/motherboard/pcieslot2",
154 "inherit": false,
155 "extraInterfaces": {
156 "com.ibm.Control.Host.PCIeLink": null,
157 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
158 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
159 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
160 },
161 "com.ibm.ipzvpd.Location": {
162 "LocationCode": "Ufcs-P0-C2"
163 },
164 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600165 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500166 }
167 }
168 },
169 {
170 "inventoryPath": "/system/chassis/motherboard/pcieslot3",
171 "inherit": false,
172 "extraInterfaces": {
173 "com.ibm.Control.Host.PCIeLink": null,
174 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
175 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
176 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
177 },
178 "com.ibm.ipzvpd.Location": {
179 "LocationCode": "Ufcs-P0-C3"
180 },
181 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600182 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500183 }
184 }
185 },
186 {
187 "inventoryPath": "/system/chassis/motherboard/pcieslot4",
188 "inherit": false,
189 "extraInterfaces": {
190 "com.ibm.Control.Host.PCIeLink": null,
191 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
192 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
193 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
194 },
195 "com.ibm.ipzvpd.Location": {
196 "LocationCode": "Ufcs-P0-C4"
197 },
198 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600199 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500200 }
201 }
202 },
203 {
204 "inventoryPath": "/system/chassis/motherboard/pcieslot6",
205 "inherit": false,
206 "extraInterfaces": {
207 "com.ibm.Control.Host.PCIeLink": null,
208 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
209 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
210 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
211 },
212 "com.ibm.ipzvpd.Location": {
213 "LocationCode": "Ufcs-P0-C6"
214 },
215 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600216 "PrettyName": "OpenCAPI adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500217 }
218 }
219 },
220 {
221 "inventoryPath": "/system/chassis/motherboard/pcieslot7",
222 "inherit": false,
223 "extraInterfaces": {
224 "com.ibm.Control.Host.PCIeLink": null,
225 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
226 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
227 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
228 },
229 "com.ibm.ipzvpd.Location": {
230 "LocationCode": "Ufcs-P0-C7"
231 },
232 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600233 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500234 }
235 }
236 },
237 {
238 "inventoryPath": "/system/chassis/motherboard/pcieslot8",
239 "inherit": false,
240 "extraInterfaces": {
241 "com.ibm.Control.Host.PCIeLink": null,
242 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
243 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
244 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
245 },
246 "com.ibm.ipzvpd.Location": {
247 "LocationCode": "Ufcs-P0-C8"
248 },
249 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600250 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500251 }
252 }
253 },
254 {
255 "inventoryPath": "/system/chassis/motherboard/pcieslot9",
256 "inherit": false,
257 "extraInterfaces": {
258 "com.ibm.Control.Host.PCIeLink": null,
259 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
260 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
261 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
262 },
263 "com.ibm.ipzvpd.Location": {
264 "LocationCode": "Ufcs-P0-C9"
265 },
266 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600267 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500268 }
269 }
270 },
271 {
272 "inventoryPath": "/system/chassis/motherboard/pcieslot10",
273 "inherit": false,
274 "extraInterfaces": {
275 "com.ibm.Control.Host.PCIeLink": null,
276 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
277 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
278 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
279 },
280 "com.ibm.ipzvpd.Location": {
281 "LocationCode": "Ufcs-P0-C10"
282 },
283 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600284 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500285 }
286 }
287 },
288 {
289 "inventoryPath": "/system/chassis/motherboard/pcieslot11",
290 "inherit": false,
291 "extraInterfaces": {
292 "com.ibm.Control.Host.PCIeLink": null,
293 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
294 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
295 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
296 },
297 "com.ibm.ipzvpd.Location": {
298 "LocationCode": "Ufcs-P0-C11"
299 },
300 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600301 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500302 }
303 }
304 },
305 {
306 "inventoryPath": "/system/chassis/motherboard/pcieslot12",
307 "inherit": false,
308 "extraInterfaces": {
309 "com.ibm.Control.Host.PCIeLink": null,
310 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
311 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.OEM"
312 },
313 "com.ibm.ipzvpd.Location": {
314 "LocationCode": "Ufcs-P0-T18"
315 },
316 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500317 "PrettyName": "USB 3.0 port (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500318 }
319 }
320 },
321 {
322 "inventoryPath": "/system/chassis/motherboard/pcieslot12/pcie_card12",
323 "inherit": false,
324 "extraInterfaces": {
325 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
326 "com.ibm.ipzvpd.Location": {
327 "LocationCode": "Ufcs-P0-T18"
328 },
329 "xyz.openbmc_project.Inventory.Decorator.Slot": {
330 "SlotNumber": 12
331 },
332 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500333 "PrettyName": "USB 3.0 port (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500334 }
335 }
336 },
337 {
338 "inventoryPath": "/system/chassis/motherboard/powersupply0",
339 "inherit": false,
340 "embedded": false,
341 "synthesized": true,
342 "extraInterfaces": {
343 "com.ibm.ipzvpd.Location": {
344 "LocationCode": "Ufcs-E0"
345 }
346 }
347 },
348 {
349 "inventoryPath": "/system/chassis/motherboard/powersupply1",
350 "inherit": false,
351 "embedded": false,
352 "synthesized": true,
353 "extraInterfaces": {
354 "com.ibm.ipzvpd.Location": {
355 "LocationCode": "Ufcs-E1"
356 }
357 }
358 },
359 {
360 "inventoryPath": "/system/chassis/motherboard/fan0",
361 "inherit": false,
362 "embedded": false,
363 "synthesized": true,
364 "extraInterfaces": {
365 "com.ibm.ipzvpd.Location": {
366 "LocationCode": "Ufcs-A0"
367 },
368 "com.ibm.ipzvpd.VINI": {
369 "FN": [48, 50, 89, 75, 50, 51, 55],
370 "CC": [55, 66, 53, 71],
371 "PN": [48, 50, 89, 75, 50, 48, 48],
372 "DR": [70, 97, 110],
373 "SN": [89, 83, 49, 48, 74, 80, 49, 50, 86, 48, 84, 89],
374 "RT": [86, 73, 78, 73]
375 },
376 "com.ibm.ipzvpd.DINF": {
377 "RI": [0, 5, 33, 0],
378 "RT": [68, 73, 78, 70]
379 },
380 "xyz.openbmc_project.Inventory.Decorator.Asset": {
381 "Model": "7B5G",
382 "Manufacturer": "Delta",
383 "PartNumber": "02YK200",
384 "SparePartNumber": "02YK237",
385 "SerialNumber": "YS10JP12V0TY"
386 }
387 }
388 },
389 {
390 "inventoryPath": "/system/chassis/motherboard/fan1",
391 "inherit": false,
392 "embedded": false,
393 "synthesized": true,
394 "extraInterfaces": {
395 "com.ibm.ipzvpd.Location": {
396 "LocationCode": "Ufcs-A1"
397 },
398 "com.ibm.ipzvpd.VINI": {
399 "FN": [48, 50, 89, 75, 50, 51, 55],
400 "CC": [55, 66, 53, 71],
401 "PN": [48, 50, 89, 75, 50, 48, 48],
402 "DR": [70, 97, 110],
403 "SN": [89, 83, 49, 48, 74, 80, 49, 50, 86, 48, 84, 89],
404 "RT": [86, 73, 78, 73]
405 },
406 "com.ibm.ipzvpd.DINF": {
407 "RI": [0, 5, 33, 1],
408 "RT": [68, 73, 78, 70]
409 },
410 "xyz.openbmc_project.Inventory.Decorator.Asset": {
411 "Model": "7B5G",
412 "Manufacturer": "Delta",
413 "PartNumber": "02YK200",
414 "SparePartNumber": "02YK237",
415 "SerialNumber": "YS10JP12V0TY"
416 }
417 }
418 },
419 {
420 "inventoryPath": "/system/chassis/motherboard/fan2",
421 "inherit": false,
422 "embedded": false,
423 "synthesized": true,
424 "extraInterfaces": {
425 "com.ibm.ipzvpd.Location": {
426 "LocationCode": "Ufcs-A2"
427 },
428 "com.ibm.ipzvpd.VINI": {
429 "FN": [48, 50, 89, 75, 50, 51, 55],
430 "CC": [55, 66, 53, 71],
431 "PN": [48, 50, 89, 75, 50, 48, 48],
432 "DR": [70, 97, 110],
433 "SN": [89, 83, 49, 48, 74, 80, 49, 50, 86, 48, 84, 89],
434 "RT": [86, 73, 78, 73]
435 },
436 "com.ibm.ipzvpd.DINF": {
437 "RI": [0, 5, 33, 2],
438 "RT": [68, 73, 78, 70]
439 },
440 "xyz.openbmc_project.Inventory.Decorator.Asset": {
441 "Model": "7B5G",
442 "Manufacturer": "Delta",
443 "PartNumber": "02YK200",
444 "SparePartNumber": "02YK237",
445 "SerialNumber": "YS10JP12V0TY"
446 }
447 }
448 },
449 {
450 "inventoryPath": "/system/chassis/motherboard/fan3",
451 "inherit": false,
452 "embedded": false,
453 "synthesized": true,
454 "extraInterfaces": {
455 "com.ibm.ipzvpd.Location": {
456 "LocationCode": "Ufcs-A3"
457 },
458 "com.ibm.ipzvpd.VINI": {
459 "FN": [48, 50, 89, 75, 50, 51, 55],
460 "CC": [55, 66, 53, 71],
461 "PN": [48, 50, 89, 75, 50, 48, 48],
462 "DR": [70, 97, 110],
463 "SN": [89, 83, 49, 48, 74, 80, 49, 50, 86, 48, 84, 89],
464 "RT": [86, 73, 78, 73]
465 },
466 "com.ibm.ipzvpd.DINF": {
467 "RI": [0, 5, 33, 3],
468 "RT": [68, 73, 78, 70]
469 },
470 "xyz.openbmc_project.Inventory.Decorator.Asset": {
471 "Model": "7B5G",
472 "Manufacturer": "Delta",
473 "PartNumber": "02YK200",
474 "SparePartNumber": "02YK237",
475 "SerialNumber": "YS10JP12V0TY"
476 }
477 }
478 },
479 {
480 "inventoryPath": "/system/chassis/motherboard/fan4",
481 "inherit": false,
482 "embedded": false,
483 "synthesized": true,
484 "extraInterfaces": {
485 "com.ibm.ipzvpd.Location": {
486 "LocationCode": "Ufcs-A4"
487 },
488 "com.ibm.ipzvpd.VINI": {
489 "FN": [48, 50, 89, 75, 50, 51, 55],
490 "CC": [55, 66, 53, 71],
491 "PN": [48, 50, 89, 75, 50, 48, 48],
492 "DR": [70, 97, 110],
493 "SN": [89, 83, 49, 48, 74, 80, 49, 50, 86, 48, 84, 89],
494 "RT": [86, 73, 78, 73]
495 },
496 "com.ibm.ipzvpd.DINF": {
497 "RI": [0, 5, 33, 4],
498 "RT": [68, 73, 78, 70]
499 },
500 "xyz.openbmc_project.Inventory.Decorator.Asset": {
501 "Model": "7B5G",
502 "Manufacturer": "Delta",
503 "PartNumber": "02YK200",
504 "SparePartNumber": "02YK237",
505 "SerialNumber": "YS10JP12V0TY"
506 }
507 }
508 },
509 {
510 "inventoryPath": "/system/chassis/motherboard/fan5",
511 "inherit": false,
512 "embedded": false,
513 "synthesized": true,
514 "extraInterfaces": {
515 "com.ibm.ipzvpd.Location": {
516 "LocationCode": "Ufcs-A5"
517 },
518 "com.ibm.ipzvpd.VINI": {
519 "FN": [48, 50, 89, 75, 50, 51, 55],
520 "CC": [55, 66, 53, 71],
521 "PN": [48, 50, 89, 75, 50, 48, 48],
522 "DR": [70, 97, 110],
523 "SN": [89, 83, 49, 48, 74, 80, 49, 50, 86, 48, 84, 89],
524 "RT": [86, 73, 78, 73]
525 },
526 "com.ibm.ipzvpd.DINF": {
527 "RI": [0, 5, 33, 5],
528 "RT": [68, 73, 78, 70]
529 },
530 "xyz.openbmc_project.Inventory.Decorator.Asset": {
531 "Model": "7B5G",
532 "Manufacturer": "Delta",
533 "PartNumber": "02YK200",
534 "SparePartNumber": "02YK237",
535 "SerialNumber": "YS10JP12V0TY"
536 }
537 }
538 },
539 {
540 "inventoryPath": "/system/chassis/motherboard/tod_battery",
541 "extraInterfaces": {
542 "xyz.openbmc_project.Inventory.Item.Battery": null,
543 "com.ibm.ipzvpd.Location": {
544 "LocationCode": "Ufcs-P0-E0"
545 },
546 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600547 "PrettyName": "Time-of-day battery"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500548 }
549 }
550 },
551 {
552 "inventoryPath": "/system/chassis/motherboard/connector0",
553 "inherit": false,
554 "extraInterfaces": {
555 "xyz.openbmc_project.Inventory.Item.Connector": null,
556 "com.ibm.ipzvpd.Location": {
557 "LocationCode": "Ufcs-P0-T0"
558 },
559 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600560 "PrettyName": "Connector for OpenCAPI Port DCM-0 P0 OP3B"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500561 }
562 }
563 },
564 {
565 "inventoryPath": "/system/chassis/motherboard/connector1",
566 "inherit": false,
567 "extraInterfaces": {
568 "xyz.openbmc_project.Inventory.Item.Connector": null,
569 "com.ibm.ipzvpd.Location": {
570 "LocationCode": "Ufcs-P0-T1"
571 },
572 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600573 "PrettyName": "Connector for OpenCAPI Port DCM-0 P0 OP3A"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500574 }
575 }
576 },
577 {
578 "inventoryPath": "/system/chassis/motherboard/connector2",
579 "inherit": false,
580 "extraInterfaces": {
581 "xyz.openbmc_project.Inventory.Item.Connector": null,
582 "com.ibm.ipzvpd.Location": {
583 "LocationCode": "Ufcs-P0-T2"
584 },
585 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600586 "PrettyName": "Connector for OpenCAPI Port DCM-0 P1 OP0B"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500587 }
588 }
589 },
590 {
591 "inventoryPath": "/system/chassis/motherboard/connector3",
592 "inherit": false,
593 "extraInterfaces": {
594 "xyz.openbmc_project.Inventory.Item.Connector": null,
595 "com.ibm.ipzvpd.Location": {
596 "LocationCode": "Ufcs-P0-T3"
597 },
598 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600599 "PrettyName": "Connector for OpenCAPI Port DCM-0 P1 OP0A"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500600 }
601 }
602 },
603 {
604 "inventoryPath": "/system/chassis/motherboard/connector4",
605 "inherit": false,
606 "extraInterfaces": {
607 "xyz.openbmc_project.Inventory.Item.Connector": null,
608 "com.ibm.ipzvpd.Location": {
609 "LocationCode": "Ufcs-P0-T4"
610 },
611 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600612 "PrettyName": "Power signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500613 }
614 }
615 },
616 {
617 "inventoryPath": "/system/chassis/motherboard/connector5",
618 "inherit": false,
619 "extraInterfaces": {
620 "xyz.openbmc_project.Inventory.Item.Connector": null,
621 "com.ibm.ipzvpd.Location": {
622 "LocationCode": "Ufcs-P0-T5"
623 },
624 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600625 "PrettyName": "Connector for OpenCAPI Port DCM-1 P0 OP3A"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500626 }
627 }
628 },
629 {
630 "inventoryPath": "/system/chassis/motherboard/connector6",
631 "inherit": false,
632 "extraInterfaces": {
633 "xyz.openbmc_project.Inventory.Item.Connector": null,
634 "com.ibm.ipzvpd.Location": {
635 "LocationCode": "Ufcs-P0-T6"
636 },
637 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600638 "PrettyName": "Connector for OpenCAPI Port DCM-1 P1 OP0B"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500639 }
640 }
641 },
642 {
643 "inventoryPath": "/system/chassis/motherboard/connector7",
644 "inherit": false,
645 "extraInterfaces": {
646 "xyz.openbmc_project.Inventory.Item.Connector": null,
647 "com.ibm.ipzvpd.Location": {
648 "LocationCode": "Ufcs-P0-T7"
649 },
650 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600651 "PrettyName": "USB 3.0 port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500652 }
653 }
654 },
655 {
656 "inventoryPath": "/system/chassis/motherboard/connector8",
657 "inherit": false,
658 "extraInterfaces": {
659 "xyz.openbmc_project.Inventory.Item.Connector": null,
660 "com.ibm.ipzvpd.Location": {
661 "LocationCode": "Ufcs-P0-T8"
662 },
663 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600664 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500665 }
666 }
667 },
668 {
669 "inventoryPath": "/system/chassis/motherboard/connector9",
670 "inherit": false,
671 "extraInterfaces": {
672 "xyz.openbmc_project.Inventory.Item.Connector": null,
673 "com.ibm.ipzvpd.Location": {
674 "LocationCode": "Ufcs-P0-T9"
675 },
676 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600677 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500678 }
679 }
680 },
681 {
682 "inventoryPath": "/system/chassis/motherboard/connector11",
683 "inherit": false,
684 "extraInterfaces": {
685 "xyz.openbmc_project.Inventory.Item.Connector": null,
686 "com.ibm.ipzvpd.Location": {
687 "LocationCode": "Ufcs-P0-T11"
688 },
689 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600690 "PrettyName": "Control panel cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500691 }
692 }
693 },
694 {
695 "inventoryPath": "/system/chassis/motherboard/connector12",
696 "inherit": false,
697 "extraInterfaces": {
698 "xyz.openbmc_project.Inventory.Item.Connector": null,
699 "com.ibm.ipzvpd.Location": {
700 "LocationCode": "Ufcs-P0-T12"
701 },
702 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600703 "PrettyName": "Fan signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500704 }
705 }
706 },
707 {
708 "inventoryPath": "/system/chassis/motherboard/connector13",
709 "inherit": false,
710 "extraInterfaces": {
711 "xyz.openbmc_project.Inventory.Item.Connector": null,
712 "com.ibm.ipzvpd.Location": {
713 "LocationCode": "Ufcs-P0-T13"
714 },
715 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600716 "PrettyName": "Control panel display cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500717 }
718 }
719 },
720 {
721 "inventoryPath": "/system/chassis/motherboard/connector14",
722 "inherit": false,
723 "extraInterfaces": {
724 "xyz.openbmc_project.Inventory.Item.Connector": null,
725 "com.ibm.ipzvpd.Location": {
726 "LocationCode": "Ufcs-P0-T14"
727 },
728 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600729 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500730 }
731 }
732 },
733 {
734 "inventoryPath": "/system/chassis/motherboard/connector15",
735 "inherit": false,
736 "extraInterfaces": {
737 "xyz.openbmc_project.Inventory.Item.Connector": null,
738 "com.ibm.ipzvpd.Location": {
739 "LocationCode": "Ufcs-P0-T15"
740 },
741 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600742 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500743 }
744 }
745 },
746 {
747 "inventoryPath": "/system/chassis/motherboard/connector17",
748 "inherit": false,
749 "extraInterfaces": {
750 "xyz.openbmc_project.Inventory.Item.Connector": null,
751 "com.ibm.ipzvpd.Location": {
752 "LocationCode": "Ufcs-P0-T17"
753 },
754 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600755 "PrettyName": "Fan signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500756 }
757 }
758 },
759 {
760 "inventoryPath": "/system/chassis/motherboard/connector18",
761 "inherit": false,
762 "extraInterfaces": {
763 "xyz.openbmc_project.Inventory.Item.Connector": null,
764 "com.ibm.ipzvpd.Location": {
765 "LocationCode": "Ufcs-P0-T18"
766 },
767 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500768 "PrettyName": "USB 3.0 port (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500769 }
770 }
771 }
772 ],
773 "/sys/bus/i2c/drivers/at24/8-0051/eeprom": [
774 {
775 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc",
776 "extraInterfaces": {
777 "xyz.openbmc_project.Inventory.Item.Bmc": null,
778 "com.ibm.ipzvpd.Location": {
779 "LocationCode": "Ufcs-P0-C5"
780 },
781 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600782 "PrettyName": "eBMC card"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500783 }
784 }
785 },
786 {
787 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/ethernet0",
788 "inherit": false,
789 "noprime": true,
790 "extraInterfaces": {
791 "xyz.openbmc_project.Inventory.Item.Ethernet": null,
792 "xyz.openbmc_project.Inventory.Item.Connector": null,
793 "com.ibm.ipzvpd.Location": {
794 "LocationCode": "Ufcs-P0-C5-T0"
795 },
796 "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
797 "MACAddress": {
798 "recordName": "VCFG",
799 "keywordName": "Z0",
800 "encoding": "MAC"
801 }
802 },
803 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600804 "PrettyName": "HMC port 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500805 }
806 }
807 },
808 {
809 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/ethernet1",
810 "inherit": false,
811 "noprime": true,
812 "extraInterfaces": {
813 "xyz.openbmc_project.Inventory.Item.Ethernet": null,
814 "xyz.openbmc_project.Inventory.Item.Connector": null,
815 "com.ibm.ipzvpd.Location": {
816 "LocationCode": "Ufcs-P0-C5-T1"
817 },
818 "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
819 "MACAddress": {
820 "recordName": "VCFG",
821 "keywordName": "Z1",
822 "encoding": "MAC"
823 }
824 },
825 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600826 "PrettyName": "HMC port 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500827 }
828 }
829 },
830 {
831 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/usb0",
832 "inherit": false,
833 "extraInterfaces": {
834 "xyz.openbmc_project.Inventory.Item.Connector": null,
835 "com.ibm.ipzvpd.Location": {
836 "LocationCode": "Ufcs-P0-C5-T2"
837 },
838 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500839 "PrettyName": "USB 3.0 port (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500840 }
841 }
842 },
843 {
844 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/displayport0",
845 "inherit": false,
846 "extraInterfaces": {
847 "xyz.openbmc_project.Inventory.Item.Connector": null,
848 "com.ibm.ipzvpd.Location": {
849 "LocationCode": "Ufcs-P0-C5-T3"
850 },
851 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600852 "PrettyName": "Display Port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500853 }
854 }
855 },
856 {
857 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/usb1",
858 "inherit": false,
859 "extraInterfaces": {
860 "xyz.openbmc_project.Inventory.Item.Connector": null,
861 "com.ibm.ipzvpd.Location": {
862 "LocationCode": "Ufcs-P0-C5-T4"
863 },
864 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500865 "PrettyName": "USB 2.0 port (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500866 }
867 }
868 }
869 ],
870 "/sys/bus/i2c/drivers/at24/0-0051/eeprom": [
871 {
872 "inventoryPath": "/system/chassis/motherboard/tpm_wilson",
873 "extraInterfaces": {
874 "xyz.openbmc_project.Inventory.Item.Tpm": null,
875 "com.ibm.ipzvpd.Location": {
876 "LocationCode": "Ufcs-P0-C22"
877 },
878 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600879 "PrettyName": "Trusted platform module card"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500880 }
881 }
882 }
883 ],
884 "/sys/bus/i2c/drivers/at24/7-0050/eeprom": [
885 {
886 "inventoryPath": "/system/chassis/motherboard/base_op_panel_blyth",
887 "essentialFru": true,
888 "extraInterfaces": {
889 "xyz.openbmc_project.Inventory.Item.Panel": null,
890 "com.ibm.ipzvpd.Location": {
891 "LocationCode": "Ufcs-D0"
892 },
893 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600894 "PrettyName": "Control panel"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500895 }
896 }
897 }
898 ],
899 "/sys/bus/i2c/drivers/at24/7-0051/eeprom": [
900 {
901 "inventoryPath": "/system/chassis/motherboard/lcd_op_panel_hill",
902 "devAddress": "7-0051",
903 "driverType": "at24",
904 "busType": "i2c",
905 "presence": {
906 "pollingRequired": true,
907 "pin": "RUSSEL_OPPANEL_PRESENCE_N",
908 "value": 0,
909 "gpioI2CAddress": "0-0020"
910 },
911 "preAction": {
912 "pin": "RUSSEL_FW_I2C_ENABLE_N",
913 "value": 0,
914 "gpioI2CAddress": "0-0020"
915 },
916 "postActionFail": {
917 "pin": "RUSSEL_FW_I2C_ENABLE_N",
918 "value": 1,
919 "gpioI2CAddress": "0-0020"
920 },
921 "extraInterfaces": {
922 "xyz.openbmc_project.Inventory.Item.Panel": null,
923 "com.ibm.ipzvpd.Location": {
924 "LocationCode": "Ufcs-D1"
925 },
926 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600927 "PrettyName": "Control panel display"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500928 }
929 }
930 }
931 ],
932 "/sys/bus/i2c/drivers/at24/9-0050/eeprom": [
933 {
934 "inventoryPath": "/system/chassis/motherboard/vdd_vrm0",
935 "extraInterfaces": {
936 "xyz.openbmc_project.Inventory.Item.Vrm": null,
937 "com.ibm.ipzvpd.Location": {
938 "LocationCode": "Ufcs-P0-C14"
939 },
940 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600941 "PrettyName": "Voltage regulator module for system processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500942 }
943 }
944 }
945 ],
946 "/sys/bus/i2c/drivers/at24/10-0050/eeprom": [
947 {
948 "inventoryPath": "/system/chassis/motherboard/vdd_vrm1",
949 "extraInterfaces": {
950 "xyz.openbmc_project.Inventory.Item.Vrm": null,
951 "com.ibm.ipzvpd.Location": {
952 "LocationCode": "Ufcs-P0-C23"
953 },
954 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600955 "PrettyName": "Voltage regulator module for system processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500956 }
957 }
958 }
959 ],
960 "/sys/bus/spi/drivers/at25/spi12.0/eeprom": [
961 {
962 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0",
963 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi13.0/eeprom",
964 "cpuType": "primary",
965 "powerOffOnly": true,
966 "offset": 196608,
967 "size": 65504,
968 "extraInterfaces": {
969 "xyz.openbmc_project.Inventory.Item.Cpu": null,
970 "com.ibm.ipzvpd.Location": {
971 "LocationCode": "Ufcs-P0-C15"
972 },
973 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600974 "PrettyName": "System processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500975 }
976 }
977 },
978 {
979 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit0",
980 "inherit": false,
981 "extraInterfaces": {
982 "xyz.openbmc_project.Inventory.Item": {
983 "PrettyName": "Quad"
984 }
985 }
986 },
987 {
988 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit1",
989 "inherit": false,
990 "extraInterfaces": {
991 "xyz.openbmc_project.Inventory.Item": {
992 "PrettyName": "High speed SMP/OpenCAPI Link"
993 }
994 }
995 },
996 {
997 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit2",
998 "inherit": false,
999 "extraInterfaces": {
1000 "xyz.openbmc_project.Inventory.Item": {
1001 "PrettyName": "Memory Controller"
1002 }
1003 }
1004 },
1005 {
1006 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit3",
1007 "inherit": false,
1008 "extraInterfaces": {
1009 "xyz.openbmc_project.Inventory.Item": {
1010 "PrettyName": "Memory Controller Channel"
1011 }
1012 }
1013 },
1014 {
1015 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit4",
1016 "inherit": false,
1017 "extraInterfaces": {
1018 "xyz.openbmc_project.Inventory.Item": {
1019 "PrettyName": "Processor To Memory Buffer Interface"
1020 }
1021 }
1022 },
1023 {
1024 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit5",
1025 "inherit": false,
1026 "extraInterfaces": {
1027 "xyz.openbmc_project.Inventory.Item": {
1028 "PrettyName": "Nest Memory Management Unit"
1029 }
1030 }
1031 },
1032 {
1033 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit6",
1034 "inherit": false,
1035 "extraInterfaces": {
1036 "xyz.openbmc_project.Inventory.Item": {
1037 "PrettyName": "Accelerator"
1038 }
1039 }
1040 },
1041 {
1042 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit7",
1043 "inherit": false,
1044 "extraInterfaces": {
1045 "xyz.openbmc_project.Inventory.Item": {
1046 "PrettyName": "OpenCAPI Memory Interface"
1047 }
1048 }
1049 },
1050 {
1051 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit8",
1052 "inherit": false,
1053 "extraInterfaces": {
1054 "xyz.openbmc_project.Inventory.Item": {
1055 "PrettyName": "OpenCAPI Memory Interface Controller"
1056 }
1057 }
1058 },
1059 {
1060 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit9",
1061 "inherit": false,
1062 "extraInterfaces": {
1063 "xyz.openbmc_project.Inventory.Item": {
1064 "PrettyName": "POWER Accelerator Unit"
1065 }
1066 }
1067 },
1068 {
1069 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit10",
1070 "inherit": false,
1071 "extraInterfaces": {
1072 "xyz.openbmc_project.Inventory.Item": {
1073 "PrettyName": "POWER Accelerator Unit Controller"
1074 }
1075 }
1076 },
1077 {
1078 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit11",
1079 "inherit": false,
1080 "extraInterfaces": {
1081 "xyz.openbmc_project.Inventory.Item": {
1082 "PrettyName": "PCI Express controllers"
1083 }
1084 }
1085 },
1086 {
1087 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit12",
1088 "inherit": false,
1089 "extraInterfaces": {
1090 "xyz.openbmc_project.Inventory.Item": {
1091 "PrettyName": "PCIe host bridge (PHB)"
1092 }
1093 }
1094 },
1095 {
1096 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit13",
1097 "inherit": false,
1098 "extraInterfaces": {
1099 "xyz.openbmc_project.Inventory.Item": {
1100 "PrettyName": "OBUS End Point"
1101 }
1102 }
1103 },
1104 {
1105 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit14",
1106 "inherit": false,
1107 "extraInterfaces": {
1108 "xyz.openbmc_project.Inventory.Item": {
1109 "PrettyName": "Cache-Only Core"
1110 }
1111 }
1112 }
1113 ],
1114 "/sys/bus/spi/drivers/at25/spi22.0/eeprom": [
1115 {
1116 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1",
1117 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi23.0/eeprom",
1118 "powerOffOnly": true,
1119 "offset": 196608,
1120 "size": 65504,
1121 "extraInterfaces": {
1122 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1123 "com.ibm.ipzvpd.Location": {
1124 "LocationCode": "Ufcs-P0-C15"
1125 },
1126 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001127 "PrettyName": "System processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001128 }
1129 }
1130 },
1131 {
1132 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit0",
1133 "inherit": false,
1134 "extraInterfaces": {
1135 "xyz.openbmc_project.Inventory.Item": {
1136 "PrettyName": "Quad"
1137 }
1138 }
1139 },
1140 {
1141 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit1",
1142 "inherit": false,
1143 "extraInterfaces": {
1144 "xyz.openbmc_project.Inventory.Item": {
1145 "PrettyName": "High speed SMP/OpenCAPI Link"
1146 }
1147 }
1148 },
1149 {
1150 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit2",
1151 "inherit": false,
1152 "extraInterfaces": {
1153 "xyz.openbmc_project.Inventory.Item": {
1154 "PrettyName": "Memory Controller"
1155 }
1156 }
1157 },
1158 {
1159 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit3",
1160 "inherit": false,
1161 "extraInterfaces": {
1162 "xyz.openbmc_project.Inventory.Item": {
1163 "PrettyName": "Memory Controller Channel"
1164 }
1165 }
1166 },
1167 {
1168 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit4",
1169 "inherit": false,
1170 "extraInterfaces": {
1171 "xyz.openbmc_project.Inventory.Item": {
1172 "PrettyName": "Processor To Memory Buffer Interface"
1173 }
1174 }
1175 },
1176 {
1177 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit5",
1178 "inherit": false,
1179 "extraInterfaces": {
1180 "xyz.openbmc_project.Inventory.Item": {
1181 "PrettyName": "Nest Memory Management Unit"
1182 }
1183 }
1184 },
1185 {
1186 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit6",
1187 "inherit": false,
1188 "extraInterfaces": {
1189 "xyz.openbmc_project.Inventory.Item": {
1190 "PrettyName": "Accelerator"
1191 }
1192 }
1193 },
1194 {
1195 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit7",
1196 "inherit": false,
1197 "extraInterfaces": {
1198 "xyz.openbmc_project.Inventory.Item": {
1199 "PrettyName": "OpenCAPI Memory Interface"
1200 }
1201 }
1202 },
1203 {
1204 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit8",
1205 "inherit": false,
1206 "extraInterfaces": {
1207 "xyz.openbmc_project.Inventory.Item": {
1208 "PrettyName": "OpenCAPI Memory Interface Controller"
1209 }
1210 }
1211 },
1212 {
1213 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit9",
1214 "inherit": false,
1215 "extraInterfaces": {
1216 "xyz.openbmc_project.Inventory.Item": {
1217 "PrettyName": "POWER Accelerator Unit"
1218 }
1219 }
1220 },
1221 {
1222 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit10",
1223 "inherit": false,
1224 "extraInterfaces": {
1225 "xyz.openbmc_project.Inventory.Item": {
1226 "PrettyName": "POWER Accelerator Unit Controller"
1227 }
1228 }
1229 },
1230 {
1231 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit11",
1232 "inherit": false,
1233 "extraInterfaces": {
1234 "xyz.openbmc_project.Inventory.Item": {
1235 "PrettyName": "PCI Express controllers"
1236 }
1237 }
1238 },
1239 {
1240 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit12",
1241 "inherit": false,
1242 "extraInterfaces": {
1243 "xyz.openbmc_project.Inventory.Item": {
1244 "PrettyName": "PCIe host bridge (PHB)"
1245 }
1246 }
1247 },
1248 {
1249 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit13",
1250 "inherit": false,
1251 "extraInterfaces": {
1252 "xyz.openbmc_project.Inventory.Item": {
1253 "PrettyName": "OBUS End Point"
1254 }
1255 }
1256 },
1257 {
1258 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit14",
1259 "inherit": false,
1260 "extraInterfaces": {
1261 "xyz.openbmc_project.Inventory.Item": {
1262 "PrettyName": "Cache-Only Core"
1263 }
1264 }
1265 }
1266 ],
1267 "/sys/bus/spi/drivers/at25/spi32.0/eeprom": [
1268 {
1269 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0",
1270 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi33.0/eeprom",
1271 "powerOffOnly": true,
1272 "offset": 196608,
1273 "size": 65504,
1274 "extraInterfaces": {
1275 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1276 "com.ibm.ipzvpd.Location": {
1277 "LocationCode": "Ufcs-P0-C24"
1278 },
1279 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001280 "PrettyName": "System processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001281 }
1282 }
1283 },
1284 {
1285 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit0",
1286 "inherit": false,
1287 "extraInterfaces": {
1288 "xyz.openbmc_project.Inventory.Item": {
1289 "PrettyName": "Quad"
1290 }
1291 }
1292 },
1293 {
1294 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit1",
1295 "inherit": false,
1296 "extraInterfaces": {
1297 "xyz.openbmc_project.Inventory.Item": {
1298 "PrettyName": "High speed SMP/OpenCAPI Link"
1299 }
1300 }
1301 },
1302 {
1303 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit2",
1304 "inherit": false,
1305 "extraInterfaces": {
1306 "xyz.openbmc_project.Inventory.Item": {
1307 "PrettyName": "Memory Controller"
1308 }
1309 }
1310 },
1311 {
1312 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit3",
1313 "inherit": false,
1314 "extraInterfaces": {
1315 "xyz.openbmc_project.Inventory.Item": {
1316 "PrettyName": "Memory Controller Channel"
1317 }
1318 }
1319 },
1320 {
1321 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit4",
1322 "inherit": false,
1323 "extraInterfaces": {
1324 "xyz.openbmc_project.Inventory.Item": {
1325 "PrettyName": "Processor To Memory Buffer Interface"
1326 }
1327 }
1328 },
1329 {
1330 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit5",
1331 "inherit": false,
1332 "extraInterfaces": {
1333 "xyz.openbmc_project.Inventory.Item": {
1334 "PrettyName": "Nest Memory Management Unit"
1335 }
1336 }
1337 },
1338 {
1339 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit6",
1340 "inherit": false,
1341 "extraInterfaces": {
1342 "xyz.openbmc_project.Inventory.Item": {
1343 "PrettyName": "Accelerator"
1344 }
1345 }
1346 },
1347 {
1348 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit7",
1349 "inherit": false,
1350 "extraInterfaces": {
1351 "xyz.openbmc_project.Inventory.Item": {
1352 "PrettyName": "OpenCAPI Memory Interface"
1353 }
1354 }
1355 },
1356 {
1357 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit8",
1358 "inherit": false,
1359 "extraInterfaces": {
1360 "xyz.openbmc_project.Inventory.Item": {
1361 "PrettyName": "OpenCAPI Memory Interface Controller"
1362 }
1363 }
1364 },
1365 {
1366 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit9",
1367 "inherit": false,
1368 "extraInterfaces": {
1369 "xyz.openbmc_project.Inventory.Item": {
1370 "PrettyName": "POWER Accelerator Unit"
1371 }
1372 }
1373 },
1374 {
1375 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit10",
1376 "inherit": false,
1377 "extraInterfaces": {
1378 "xyz.openbmc_project.Inventory.Item": {
1379 "PrettyName": "POWER Accelerator Unit Controller"
1380 }
1381 }
1382 },
1383 {
1384 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit11",
1385 "inherit": false,
1386 "extraInterfaces": {
1387 "xyz.openbmc_project.Inventory.Item": {
1388 "PrettyName": "PCI Express controllers"
1389 }
1390 }
1391 },
1392 {
1393 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit12",
1394 "inherit": false,
1395 "extraInterfaces": {
1396 "xyz.openbmc_project.Inventory.Item": {
1397 "PrettyName": "PCIe host bridge (PHB)"
1398 }
1399 }
1400 },
1401 {
1402 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit13",
1403 "inherit": false,
1404 "extraInterfaces": {
1405 "xyz.openbmc_project.Inventory.Item": {
1406 "PrettyName": "OBUS End Point"
1407 }
1408 }
1409 },
1410 {
1411 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit14",
1412 "inherit": false,
1413 "extraInterfaces": {
1414 "xyz.openbmc_project.Inventory.Item": {
1415 "PrettyName": "Cache-Only Core"
1416 }
1417 }
1418 }
1419 ],
1420 "/sys/bus/spi/drivers/at25/spi42.0/eeprom": [
1421 {
1422 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1",
1423 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi43.0/eeprom",
1424 "powerOffOnly": true,
1425 "offset": 196608,
1426 "size": 65504,
1427 "extraInterfaces": {
1428 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1429 "com.ibm.ipzvpd.Location": {
1430 "LocationCode": "Ufcs-P0-C24"
1431 },
1432 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001433 "PrettyName": "System processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001434 }
1435 }
1436 },
1437 {
1438 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit0",
1439 "inherit": false,
1440 "extraInterfaces": {
1441 "xyz.openbmc_project.Inventory.Item": {
1442 "PrettyName": "Quad"
1443 }
1444 }
1445 },
1446 {
1447 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit1",
1448 "inherit": false,
1449 "extraInterfaces": {
1450 "xyz.openbmc_project.Inventory.Item": {
1451 "PrettyName": "High speed SMP/OpenCAPI Link"
1452 }
1453 }
1454 },
1455 {
1456 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit2",
1457 "inherit": false,
1458 "extraInterfaces": {
1459 "xyz.openbmc_project.Inventory.Item": {
1460 "PrettyName": "Memory Controller"
1461 }
1462 }
1463 },
1464 {
1465 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit3",
1466 "inherit": false,
1467 "extraInterfaces": {
1468 "xyz.openbmc_project.Inventory.Item": {
1469 "PrettyName": "Memory Controller Channel"
1470 }
1471 }
1472 },
1473 {
1474 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit4",
1475 "inherit": false,
1476 "extraInterfaces": {
1477 "xyz.openbmc_project.Inventory.Item": {
1478 "PrettyName": "Processor To Memory Buffer Interface"
1479 }
1480 }
1481 },
1482 {
1483 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit5",
1484 "inherit": false,
1485 "extraInterfaces": {
1486 "xyz.openbmc_project.Inventory.Item": {
1487 "PrettyName": "Nest Memory Management Unit"
1488 }
1489 }
1490 },
1491 {
1492 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit6",
1493 "inherit": false,
1494 "extraInterfaces": {
1495 "xyz.openbmc_project.Inventory.Item": {
1496 "PrettyName": "Accelerator"
1497 }
1498 }
1499 },
1500 {
1501 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit7",
1502 "inherit": false,
1503 "extraInterfaces": {
1504 "xyz.openbmc_project.Inventory.Item": {
1505 "PrettyName": "OpenCAPI Memory Interface"
1506 }
1507 }
1508 },
1509 {
1510 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit8",
1511 "inherit": false,
1512 "extraInterfaces": {
1513 "xyz.openbmc_project.Inventory.Item": {
1514 "PrettyName": "OpenCAPI Memory Interface Controller"
1515 }
1516 }
1517 },
1518 {
1519 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit9",
1520 "inherit": false,
1521 "extraInterfaces": {
1522 "xyz.openbmc_project.Inventory.Item": {
1523 "PrettyName": "POWER Accelerator Unit"
1524 }
1525 }
1526 },
1527 {
1528 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit10",
1529 "inherit": false,
1530 "extraInterfaces": {
1531 "xyz.openbmc_project.Inventory.Item": {
1532 "PrettyName": "POWER Accelerator Unit Controller"
1533 }
1534 }
1535 },
1536 {
1537 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit11",
1538 "inherit": false,
1539 "extraInterfaces": {
1540 "xyz.openbmc_project.Inventory.Item": {
1541 "PrettyName": "PCI Express controllers"
1542 }
1543 }
1544 },
1545 {
1546 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit12",
1547 "inherit": false,
1548 "extraInterfaces": {
1549 "xyz.openbmc_project.Inventory.Item": {
1550 "PrettyName": "PCIe host bridge (PHB)"
1551 }
1552 }
1553 },
1554 {
1555 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit13",
1556 "inherit": false,
1557 "extraInterfaces": {
1558 "xyz.openbmc_project.Inventory.Item": {
1559 "PrettyName": "OBUS End Point"
1560 }
1561 }
1562 },
1563 {
1564 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit14",
1565 "inherit": false,
1566 "extraInterfaces": {
1567 "xyz.openbmc_project.Inventory.Item": {
1568 "PrettyName": "Cache-Only Core"
1569 }
1570 }
1571 }
1572 ],
1573 "/sys/bus/i2c/drivers/at24/20-0050/eeprom": [
1574 {
1575 "inventoryPath": "/system/chassis/motherboard/pcieslot0/pcie_card0",
1576 "devAddress": "20-0050",
1577 "pcaChipAddress": "20-0060",
1578 "replaceableAtStandby": true,
1579 "busType": "i2c",
1580 "driverType": "at24",
1581 "concurrentlyMaintainable": true,
1582 "presence": {
1583 "pin": "SLOT0_EXPANDER_PRSNT_N",
1584 "value": 0,
1585 "gpioI2CAddress": "3-0061"
1586 },
1587 "preAction": {
1588 "pin": "SLOT0_PRSNT_EN_RSVD",
1589 "value": 1,
1590 "gpioI2CAddress": "3-0061"
1591 },
1592 "postActionFail": {
1593 "pin": "SLOT0_PRSNT_EN_RSVD",
1594 "value": 0,
1595 "gpioI2CAddress": "3-0061"
1596 },
1597 "extraInterfaces": {
1598 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1599 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1600 "com.ibm.ipzvpd.Location": {
1601 "LocationCode": "Ufcs-P0-C0"
1602 },
1603 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1604 "Bus": 20,
1605 "Address": 80
1606 },
1607 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1608 "SlotNumber": 0
1609 },
1610 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001611 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001612 }
1613 }
1614 },
1615 {
1616 "inventoryPath": "/system/chassis/motherboard/pcieslot0/pcie_card0/cxp_top",
1617 "inherit": false,
1618 "noprime": true,
1619 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1620 "extraInterfaces": {
1621 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001622 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001623 "com.ibm.ipzvpd.Location": {
1624 "LocationCode": "Ufcs-P0-C0-T0"
1625 },
1626 "xyz.openbmc_project.Inventory.Item": {
1627 "PrettyName": "CXP Port"
1628 }
1629 }
1630 },
1631 {
1632 "inventoryPath": "/system/chassis/motherboard/pcieslot0/pcie_card0/cxp_bot",
1633 "inherit": false,
1634 "noprime": true,
1635 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1636 "extraInterfaces": {
1637 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001638 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001639 "com.ibm.ipzvpd.Location": {
1640 "LocationCode": "Ufcs-P0-C0-T1"
1641 },
1642 "xyz.openbmc_project.Inventory.Item": {
1643 "PrettyName": "CXP Port"
1644 }
1645 }
1646 }
1647 ],
1648 "/sys/bus/i2c/drivers/at24/23-0050/eeprom": [
1649 {
1650 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3",
1651 "devAddress": "23-0050",
1652 "pcaChipAddress": "23-0060",
1653 "replaceableAtStandby": true,
1654 "busType": "i2c",
1655 "driverType": "at24",
1656 "concurrentlyMaintainable": true,
1657 "presence": {
1658 "pin": "SLOT3_EXPANDER_PRSNT_N",
1659 "value": 0,
1660 "gpioI2CAddress": "3-0061"
1661 },
1662 "preAction": {
1663 "pin": "SLOT3_PRSNT_EN_RSVD",
1664 "value": 1,
1665 "gpioI2CAddress": "3-0061"
1666 },
1667 "postActionFail": {
1668 "pin": "SLOT3_PRSNT_EN_RSVD",
1669 "value": 0,
1670 "gpioI2CAddress": "3-0061"
1671 },
1672 "extraInterfaces": {
1673 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1674 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1675 "com.ibm.ipzvpd.Location": {
1676 "LocationCode": "Ufcs-P0-C3"
1677 },
1678 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1679 "Bus": 23,
1680 "Address": 80
1681 },
1682 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1683 "SlotNumber": 3
1684 },
1685 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001686 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001687 }
1688 }
1689 },
1690 {
1691 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3/cxp_top",
1692 "inherit": false,
1693 "noprime": true,
1694 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1695 "extraInterfaces": {
1696 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001697 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001698 "com.ibm.ipzvpd.Location": {
1699 "LocationCode": "Ufcs-P0-C3-T0"
1700 },
1701 "xyz.openbmc_project.Inventory.Item": {
1702 "PrettyName": "CXP Port"
1703 }
1704 }
1705 },
1706 {
1707 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3/cxp_bot",
1708 "inherit": false,
1709 "noprime": true,
1710 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1711 "extraInterfaces": {
1712 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001713 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001714 "com.ibm.ipzvpd.Location": {
1715 "LocationCode": "Ufcs-P0-C3-T1"
1716 },
1717 "xyz.openbmc_project.Inventory.Item": {
1718 "PrettyName": "CXP Port"
1719 }
1720 }
1721 }
1722 ],
1723 "/sys/bus/i2c/drivers/at24/24-0051/eeprom": [
1724 {
1725 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4",
1726 "devAddress": "24-0051",
1727 "pcaChipAddress": "24-0061",
1728 "replaceableAtStandby": true,
1729 "busType": "i2c",
1730 "driverType": "at24",
1731 "concurrentlyMaintainable": true,
1732 "presence": {
1733 "pin": "SLOT4_EXPANDER_PRSNT_N",
1734 "value": 0,
1735 "gpioI2CAddress": "3-0061"
1736 },
1737 "preAction": {
1738 "pin": "SLOT4_PRSNT_EN_RSVD",
1739 "value": 1,
1740 "gpioI2CAddress": "3-0061"
1741 },
1742 "postActionFail": {
1743 "pin": "SLOT4_PRSNT_EN_RSVD",
1744 "value": 0,
1745 "gpioI2CAddress": "3-0061"
1746 },
1747 "extraInterfaces": {
1748 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1749 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1750 "com.ibm.ipzvpd.Location": {
1751 "LocationCode": "Ufcs-P0-C4"
1752 },
1753 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1754 "Bus": 24,
1755 "Address": 81
1756 },
1757 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1758 "SlotNumber": 4
1759 },
1760 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001761 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001762 }
1763 }
1764 },
1765 {
1766 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4/cxp_top",
1767 "inherit": false,
1768 "noprime": true,
1769 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1770 "extraInterfaces": {
1771 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001772 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001773 "com.ibm.ipzvpd.Location": {
1774 "LocationCode": "Ufcs-P0-C4-T0"
1775 },
1776 "xyz.openbmc_project.Inventory.Item": {
1777 "PrettyName": "CXP Port"
1778 }
1779 }
1780 },
1781 {
1782 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4/cxp_bot",
1783 "inherit": false,
1784 "noprime": true,
1785 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1786 "extraInterfaces": {
1787 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001788 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001789 "com.ibm.ipzvpd.Location": {
1790 "LocationCode": "Ufcs-P0-C4-T1"
1791 },
1792 "xyz.openbmc_project.Inventory.Item": {
1793 "PrettyName": "CXP Port"
1794 }
1795 }
1796 }
1797 ],
1798 "/sys/bus/i2c/drivers/at24/29-0050/eeprom": [
1799 {
1800 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10",
1801 "devAddress": "29-0050",
1802 "pcaChipAddress": "29-0060",
1803 "replaceableAtStandby": true,
1804 "busType": "i2c",
1805 "driverType": "at24",
1806 "concurrentlyMaintainable": true,
1807 "presence": {
1808 "pin": "SLOT10_EXPANDER_PRSNT_N",
1809 "value": 0,
1810 "gpioI2CAddress": "8-0061"
1811 },
1812 "preAction": {
1813 "pin": "SLOT10_PRSNT_EN_RSVD",
1814 "value": 1,
1815 "gpioI2CAddress": "8-0061"
1816 },
1817 "postActionFail": {
1818 "pin": "SLOT10_PRSNT_EN_RSVD",
1819 "value": 0,
1820 "gpioI2CAddress": "8-0061"
1821 },
1822 "extraInterfaces": {
1823 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1824 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1825 "com.ibm.ipzvpd.Location": {
1826 "LocationCode": "Ufcs-P0-C10"
1827 },
1828 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1829 "Bus": 29,
1830 "Address": 80
1831 },
1832 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1833 "SlotNumber": 10
1834 },
1835 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001836 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001837 }
1838 }
1839 },
1840 {
1841 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/cxp_top",
1842 "inherit": false,
1843 "noprime": true,
1844 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1845 "extraInterfaces": {
1846 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001847 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001848 "com.ibm.ipzvpd.Location": {
1849 "LocationCode": "Ufcs-P0-C10-T0"
1850 },
1851 "xyz.openbmc_project.Inventory.Item": {
1852 "PrettyName": "CXP Port"
1853 }
1854 }
1855 },
1856 {
1857 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/cxp_bot",
1858 "inherit": false,
1859 "noprime": true,
1860 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1861 "extraInterfaces": {
1862 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001863 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001864 "com.ibm.ipzvpd.Location": {
1865 "LocationCode": "Ufcs-P0-C10-T1"
1866 },
1867 "xyz.openbmc_project.Inventory.Item": {
1868 "PrettyName": "CXP Port"
1869 }
1870 }
1871 },
1872 {
1873 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector0",
1874 "inherit": false,
1875 "noprime": true,
1876 "ccin": ["6B87"],
1877 "extraInterfaces": {
1878 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001879 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001880 "com.ibm.ipzvpd.Location": {
1881 "LocationCode": "Ufcs-P0-C10-T0"
1882 },
1883 "xyz.openbmc_project.Inventory.Item": {
1884 "PrettyName": "NVMe Internal Connector"
1885 }
1886 }
1887 },
1888 {
1889 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector1",
1890 "inherit": false,
1891 "noprime": true,
1892 "ccin": ["6B87"],
1893 "extraInterfaces": {
1894 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001895 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001896 "com.ibm.ipzvpd.Location": {
1897 "LocationCode": "Ufcs-P0-C10-T1"
1898 },
1899 "xyz.openbmc_project.Inventory.Item": {
1900 "PrettyName": "NVMe Internal Connector"
1901 }
1902 }
1903 },
1904 {
1905 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector2",
1906 "inherit": false,
1907 "noprime": true,
1908 "ccin": ["6B87"],
1909 "extraInterfaces": {
1910 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001911 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001912 "com.ibm.ipzvpd.Location": {
1913 "LocationCode": "Ufcs-P0-C10-T2"
1914 },
1915 "xyz.openbmc_project.Inventory.Item": {
1916 "PrettyName": "NVMe Internal Connector"
1917 }
1918 }
1919 },
1920 {
1921 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector3",
1922 "inherit": false,
1923 "noprime": true,
1924 "ccin": ["6B87"],
1925 "extraInterfaces": {
1926 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001927 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001928 "com.ibm.ipzvpd.Location": {
1929 "LocationCode": "Ufcs-P0-C10-T3"
1930 },
1931 "xyz.openbmc_project.Inventory.Item": {
1932 "PrettyName": "NVMe Internal Connector"
1933 }
1934 }
1935 }
1936 ],
1937 "/sys/bus/i2c/drivers/at24/22-0052/eeprom": [
1938 {
1939 "inventoryPath": "/system/chassis/motherboard/pcieslot2/pcie_card2",
1940 "devAddress": "22-0052",
1941 "pcaChipAddress": "22-0062",
1942 "replaceableAtStandby": true,
1943 "busType": "i2c",
1944 "driverType": "at24",
1945 "concurrentlyMaintainable": true,
1946 "presence": {
1947 "pin": "SLOT2_EXPANDER_PRSNT_N",
1948 "value": 0,
1949 "gpioI2CAddress": "3-0061"
1950 },
1951 "preAction": {
1952 "pin": "SLOT2_PRSNT_EN_RSVD",
1953 "value": 1,
1954 "gpioI2CAddress": "3-0061"
1955 },
1956 "postActionFail": {
1957 "pin": "SLOT2_PRSNT_EN_RSVD",
1958 "value": 0,
1959 "gpioI2CAddress": "3-0061"
1960 },
1961 "extraInterfaces": {
1962 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1963 "com.ibm.ipzvpd.Location": {
1964 "LocationCode": "Ufcs-P0-C2"
1965 },
1966 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1967 "Bus": 22,
1968 "Address": 82
1969 },
1970 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1971 "SlotNumber": 2
1972 },
1973 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001974 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001975 }
1976 }
1977 }
1978 ],
1979 "/sys/bus/i2c/drivers/at24/25-0053/eeprom": [
1980 {
1981 "inventoryPath": "/system/chassis/motherboard/pcieslot6/pcie_card6",
1982 "devAddress": "25-0053",
1983 "replaceableAtStandby": true,
1984 "busType": "i2c",
1985 "driverType": "at24",
1986 "concurrentlyMaintainable": true,
1987 "presence": {
1988 "pin": "SLOT6_EXPANDER_PRSNT_N",
1989 "value": 0,
1990 "gpioI2CAddress": "8-0061"
1991 },
1992 "preAction": {
1993 "pin": "SLOT6_PRSNT_EN_RSVD",
1994 "value": 1,
1995 "gpioI2CAddress": "8-0061"
1996 },
1997 "postActionFail": {
1998 "pin": "SLOT6_PRSNT_EN_RSVD",
1999 "value": 0,
2000 "gpioI2CAddress": "8-0061"
2001 },
2002 "extraInterfaces": {
2003 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2004 "com.ibm.ipzvpd.Location": {
2005 "LocationCode": "Ufcs-P0-C6"
2006 },
2007 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002008 "PrettyName": "OpenCAPI adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002009 }
2010 }
2011 }
2012 ],
2013 "/sys/bus/i2c/drivers/at24/26-0052/eeprom": [
2014 {
2015 "inventoryPath": "/system/chassis/motherboard/pcieslot7/pcie_card7",
2016 "devAddress": "26-0052",
2017 "pcaChipAddress": "26-0062",
2018 "replaceableAtStandby": true,
2019 "busType": "i2c",
2020 "driverType": "at24",
2021 "concurrentlyMaintainable": true,
2022 "presence": {
2023 "pin": "SLOT7_EXPANDER_PRSNT_N",
2024 "value": 0,
2025 "gpioI2CAddress": "8-0061"
2026 },
2027 "preAction": {
2028 "pin": "SLOT7_PRSNT_EN_RSVD",
2029 "value": 1,
2030 "gpioI2CAddress": "8-0061"
2031 },
2032 "postActionFail": {
2033 "pin": "SLOT7_PRSNT_EN_RSVD",
2034 "value": 0,
2035 "gpioI2CAddress": "8-0061"
2036 },
2037 "extraInterfaces": {
2038 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2039 "com.ibm.ipzvpd.Location": {
2040 "LocationCode": "Ufcs-P0-C7"
2041 },
2042 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2043 "Bus": 26,
2044 "Address": 82
2045 },
2046 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2047 "SlotNumber": 7
2048 },
2049 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002050 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002051 }
2052 }
2053 }
2054 ],
2055 "/sys/bus/i2c/drivers/at24/27-0050/eeprom": [
2056 {
2057 "inventoryPath": "/system/chassis/motherboard/pcieslot9/pcie_card9",
2058 "devAddress": "27-0050",
2059 "pcaChipAddress": "27-0060",
2060 "replaceableAtStandby": true,
2061 "busType": "i2c",
2062 "driverType": "at24",
2063 "concurrentlyMaintainable": true,
2064 "presence": {
2065 "pin": "SLOT9_EXPANDER_PRSNT_N",
2066 "value": 0,
2067 "gpioI2CAddress": "8-0061"
2068 },
2069 "preAction": {
2070 "pin": "SLOT9_PRSNT_EN_RSVD",
2071 "value": 1,
2072 "gpioI2CAddress": "8-0061"
2073 },
2074 "postActionFail": {
2075 "pin": "SLOT9_PRSNT_EN_RSVD",
2076 "value": 0,
2077 "gpioI2CAddress": "8-0061"
2078 },
2079 "extraInterfaces": {
2080 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2081 "com.ibm.ipzvpd.Location": {
2082 "LocationCode": "Ufcs-P0-C9"
2083 },
2084 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2085 "Bus": 27,
2086 "Address": 80
2087 },
2088 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2089 "SlotNumber": 9
2090 },
2091 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002092 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002093 }
2094 }
2095 }
2096 ],
2097 "/sys/bus/i2c/drivers/at24/30-0051/eeprom": [
2098 {
2099 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11",
2100 "devAddress": "30-0051",
2101 "pcaChipAddress": "30-0061",
2102 "replaceableAtStandby": true,
2103 "busType": "i2c",
2104 "driverType": "at24",
2105 "concurrentlyMaintainable": true,
2106 "presence": {
2107 "pin": "SLOT11_EXPANDER_PRSNT_N",
2108 "value": 0,
2109 "gpioI2CAddress": "8-0061"
2110 },
2111 "preAction": {
2112 "pin": "SLOT11_PRSNT_EN_RSVD",
2113 "value": 1,
2114 "gpioI2CAddress": "8-0061"
2115 },
2116 "postActionFail": {
2117 "pin": "SLOT11_PRSNT_EN_RSVD",
2118 "value": 0,
2119 "gpioI2CAddress": "8-0061"
2120 },
2121 "extraInterfaces": {
2122 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2123 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2124 "com.ibm.ipzvpd.Location": {
2125 "LocationCode": "Ufcs-P0-C11"
2126 },
2127 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2128 "Bus": 30,
2129 "Address": 81
2130 },
2131 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2132 "SlotNumber": 11
2133 },
2134 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002135 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002136 }
2137 }
2138 },
2139 {
2140 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector0",
2141 "inherit": false,
2142 "noprime": true,
2143 "ccin": ["6B87"],
2144 "extraInterfaces": {
2145 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002146 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002147 "com.ibm.ipzvpd.Location": {
2148 "LocationCode": "Ufcs-P0-C11-T0"
2149 },
2150 "xyz.openbmc_project.Inventory.Item": {
2151 "PrettyName": "NVMe Internal Connector"
2152 }
2153 }
2154 },
2155 {
2156 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector1",
2157 "inherit": false,
2158 "noprime": true,
2159 "ccin": ["6B87"],
2160 "extraInterfaces": {
2161 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002162 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002163 "com.ibm.ipzvpd.Location": {
2164 "LocationCode": "Ufcs-P0-C11-T1"
2165 },
2166 "xyz.openbmc_project.Inventory.Item": {
2167 "PrettyName": "NVMe Internal Connector"
2168 }
2169 }
2170 },
2171 {
2172 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector2",
2173 "inherit": false,
2174 "noprime": true,
2175 "ccin": ["6B87"],
2176 "extraInterfaces": {
2177 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002178 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002179 "com.ibm.ipzvpd.Location": {
2180 "LocationCode": "Ufcs-P0-C11-T2"
2181 },
2182 "xyz.openbmc_project.Inventory.Item": {
2183 "PrettyName": "NVMe Internal Connector"
2184 }
2185 }
2186 },
2187 {
2188 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector3",
2189 "inherit": false,
2190 "noprime": true,
2191 "ccin": ["6B87"],
2192 "extraInterfaces": {
2193 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002194 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002195 "com.ibm.ipzvpd.Location": {
2196 "LocationCode": "Ufcs-P0-C11-T3"
2197 },
2198 "xyz.openbmc_project.Inventory.Item": {
2199 "PrettyName": "NVMe Internal Connector"
2200 }
2201 }
2202 }
2203 ],
2204 "/sys/bus/i2c/drivers/at24/21-0051/eeprom": [
2205 {
2206 "inventoryPath": "/system/chassis/motherboard/pcieslot1/pcie_card1",
2207 "devAddress": "21-0051",
2208 "pcaChipAddress": "21-0061",
2209 "replaceableAtStandby": true,
2210 "busType": "i2c",
2211 "driverType": "at24",
2212 "concurrentlyMaintainable": true,
2213 "presence": {
2214 "pin": "SLOT1_EXPANDER_PRSNT_N",
2215 "value": 0,
2216 "gpioI2CAddress": "3-0061"
2217 },
2218 "preAction": {
2219 "pin": "SLOT1_PRSNT_EN_RSVD",
2220 "value": 1,
2221 "gpioI2CAddress": "3-0061"
2222 },
2223 "postActionFail": {
2224 "pin": "SLOT1_PRSNT_EN_RSVD",
2225 "value": 0,
2226 "gpioI2CAddress": "3-0061"
2227 },
2228 "extraInterfaces": {
2229 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2230 "com.ibm.ipzvpd.Location": {
2231 "LocationCode": "Ufcs-P0-C1"
2232 },
2233 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2234 "Bus": 21,
2235 "Address": 81
2236 },
2237 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2238 "SlotNumber": 1
2239 },
2240 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002241 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002242 }
2243 }
2244 }
2245 ],
2246 "/sys/bus/i2c/drivers/at24/28-0051/eeprom": [
2247 {
2248 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8",
2249 "devAddress": "28-0051",
2250 "pcaChipAddress": "28-0061",
2251 "replaceableAtStandby": true,
2252 "busType": "i2c",
2253 "driverType": "at24",
2254 "concurrentlyMaintainable": true,
2255 "presence": {
2256 "pin": "SLOT8_EXPANDER_PRSNT_N",
2257 "value": 0,
2258 "gpioI2CAddress": "8-0061"
2259 },
2260 "preAction": {
2261 "pin": "SLOT8_PRSNT_EN_RSVD",
2262 "value": 1,
2263 "gpioI2CAddress": "8-0061"
2264 },
2265 "postActionFail": {
2266 "pin": "SLOT8_PRSNT_EN_RSVD",
2267 "value": 0,
2268 "gpioI2CAddress": "8-0061"
2269 },
2270 "extraInterfaces": {
2271 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2272 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2273 "com.ibm.ipzvpd.Location": {
2274 "LocationCode": "Ufcs-P0-C8"
2275 },
2276 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2277 "Bus": 28,
2278 "Address": 81
2279 },
2280 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2281 "SlotNumber": 8
2282 },
2283 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002284 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002285 }
2286 }
2287 },
2288 {
2289 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector0",
2290 "inherit": false,
2291 "noprime": true,
2292 "ccin": ["6B87"],
2293 "extraInterfaces": {
2294 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002295 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002296 "com.ibm.ipzvpd.Location": {
2297 "LocationCode": "Ufcs-P0-C8-T0"
2298 },
2299 "xyz.openbmc_project.Inventory.Item": {
2300 "PrettyName": "NVMe Internal Connector"
2301 }
2302 }
2303 },
2304 {
2305 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector1",
2306 "inherit": false,
2307 "noprime": true,
2308 "ccin": ["6B87"],
2309 "extraInterfaces": {
2310 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002311 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002312 "com.ibm.ipzvpd.Location": {
2313 "LocationCode": "Ufcs-P0-C8-T1"
2314 },
2315 "xyz.openbmc_project.Inventory.Item": {
2316 "PrettyName": "NVMe Internal Connector"
2317 }
2318 }
2319 },
2320 {
2321 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector2",
2322 "inherit": false,
2323 "noprime": true,
2324 "ccin": ["6B87"],
2325 "extraInterfaces": {
2326 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002327 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002328 "com.ibm.ipzvpd.Location": {
2329 "LocationCode": "Ufcs-P0-C8-T2"
2330 },
2331 "xyz.openbmc_project.Inventory.Item": {
2332 "PrettyName": "NVMe Internal Connector"
2333 }
2334 }
2335 },
2336 {
2337 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector3",
2338 "inherit": false,
2339 "noprime": true,
2340 "ccin": ["6B87"],
2341 "extraInterfaces": {
2342 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002343 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002344 "com.ibm.ipzvpd.Location": {
2345 "LocationCode": "Ufcs-P0-C8-T3"
2346 },
2347 "xyz.openbmc_project.Inventory.Item": {
2348 "PrettyName": "NVMe Internal Connector"
2349 }
2350 }
2351 }
2352 ],
2353 "/sys/bus/i2c/drivers/at24/13-0050/eeprom": [
2354 {
2355 "inventoryPath": "/system/chassis/motherboard/disk_backplane0",
2356 "extraInterfaces": {
2357 "xyz.openbmc_project.Inventory.Item.DiskBackplane": null,
2358 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2359 "com.ibm.ipzvpd.Location": {
2360 "LocationCode": "Ufcs-P1"
2361 },
2362 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002363 "PrettyName": "Drive backplane 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002364 }
2365 }
2366 },
2367 {
2368 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme2",
2369 "inherit": false,
2370 "extraInterfaces": {
2371 "com.ibm.Control.Host.PCIeLink": null,
2372 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2373 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2374 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2375 },
2376 "com.ibm.ipzvpd.Location": {
2377 "LocationCode": "Ufcs-P1-C2"
2378 },
2379 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002380 "PrettyName": "NVMe U.2 drive 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002381 }
2382 }
2383 },
2384 {
2385 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme2/dp0_drive2",
2386 "inherit": false,
2387 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302388 "devAddress": "13-0050",
2389 "busType": "i2c",
2390 "driverType": "at24",
2391 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002392 "extraInterfaces": {
2393 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2394 "com.ibm.ipzvpd.Location": {
2395 "LocationCode": "Ufcs-P1-C2"
2396 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002397 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2398 "SlotNumber": 1
2399 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002400 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002401 "PrettyName": "NVMe U.2 drive 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002402 }
2403 }
2404 },
2405 {
2406 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme3",
2407 "inherit": false,
2408 "extraInterfaces": {
2409 "com.ibm.Control.Host.PCIeLink": null,
2410 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2411 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2412 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2413 },
2414 "com.ibm.ipzvpd.Location": {
2415 "LocationCode": "Ufcs-P1-C3"
2416 },
2417 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002418 "PrettyName": "NVMe U.2 drive 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002419 }
2420 }
2421 },
2422 {
2423 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme3/dp0_drive3",
2424 "inherit": false,
2425 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302426 "devAddress": "13-0050",
2427 "busType": "i2c",
2428 "driverType": "at24",
2429 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002430 "extraInterfaces": {
2431 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2432 "com.ibm.ipzvpd.Location": {
2433 "LocationCode": "Ufcs-P1-C3"
2434 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002435 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2436 "SlotNumber": 2
2437 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002438 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002439 "PrettyName": "NVMe U.2 drive 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002440 }
2441 }
2442 },
2443 {
2444 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme4",
2445 "inherit": false,
2446 "extraInterfaces": {
2447 "com.ibm.Control.Host.PCIeLink": null,
2448 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2449 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2450 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2451 },
2452 "com.ibm.ipzvpd.Location": {
2453 "LocationCode": "Ufcs-P1-C4"
2454 },
2455 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002456 "PrettyName": "NVMe U.2 drive 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002457 }
2458 }
2459 },
2460 {
2461 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme4/dp0_drive4",
2462 "inherit": false,
2463 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302464 "devAddress": "13-0050",
2465 "busType": "i2c",
2466 "driverType": "at24",
2467 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002468 "extraInterfaces": {
2469 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2470 "com.ibm.ipzvpd.Location": {
2471 "LocationCode": "Ufcs-P1-C4"
2472 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002473 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2474 "SlotNumber": 3
2475 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002476 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002477 "PrettyName": "NVMe U.2 drive 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002478 }
2479 }
2480 },
2481 {
2482 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme5",
2483 "inherit": false,
2484 "extraInterfaces": {
2485 "com.ibm.Control.Host.PCIeLink": null,
2486 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2487 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2488 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2489 },
2490 "com.ibm.ipzvpd.Location": {
2491 "LocationCode": "Ufcs-P1-C5"
2492 },
2493 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002494 "PrettyName": "NVMe U.2 drive 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002495 }
2496 }
2497 },
2498 {
2499 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme5/dp0_drive5",
2500 "inherit": false,
2501 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302502 "devAddress": "13-0050",
2503 "busType": "i2c",
2504 "driverType": "at24",
2505 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002506 "extraInterfaces": {
2507 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2508 "com.ibm.ipzvpd.Location": {
2509 "LocationCode": "Ufcs-P1-C5"
2510 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002511 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2512 "SlotNumber": 4
2513 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002514 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002515 "PrettyName": "NVMe U.2 drive 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002516 }
2517 }
2518 },
2519 {
2520 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector1",
2521 "inherit": false,
2522 "extraInterfaces": {
2523 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002524 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002525 "com.ibm.ipzvpd.Location": {
2526 "LocationCode": "Ufcs-P1-T1"
2527 },
2528 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002529 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002530 }
2531 }
2532 },
2533 {
2534 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector2",
2535 "inherit": false,
2536 "extraInterfaces": {
2537 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002538 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002539 "com.ibm.ipzvpd.Location": {
2540 "LocationCode": "Ufcs-P1-T2"
2541 },
2542 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002543 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002544 }
2545 }
2546 },
2547 {
2548 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector4",
2549 "inherit": false,
2550 "extraInterfaces": {
2551 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04002552 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002553 "com.ibm.ipzvpd.Location": {
2554 "LocationCode": "Ufcs-P1-T4"
2555 },
2556 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002557 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002558 }
2559 }
2560 },
2561 {
2562 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector5",
2563 "inherit": false,
2564 "extraInterfaces": {
2565 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04002566 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002567 "com.ibm.ipzvpd.Location": {
2568 "LocationCode": "Ufcs-P1-T5"
2569 },
2570 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002571 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002572 }
2573 }
2574 },
2575 {
2576 "inventoryPath": "/cables/dp0_cable0",
2577 "inherit": false,
2578 "noprime": true,
2579 "extraInterfaces": {
2580 "xyz.openbmc_project.Inventory.Item.Cable": null,
2581 "xyz.openbmc_project.Inventory.Item": {
2582 "PrettyName": "NVMe Backplane Cable"
2583 }
2584 }
2585 },
2586 {
2587 "inventoryPath": "/cables/dp0_cable1",
2588 "inherit": false,
2589 "noprime": true,
2590 "extraInterfaces": {
2591 "xyz.openbmc_project.Inventory.Item.Cable": null,
2592 "xyz.openbmc_project.Inventory.Item": {
2593 "PrettyName": "NVMe Backplane Cable"
2594 }
2595 }
2596 }
2597 ],
2598 "/sys/bus/i2c/drivers/at24/14-0050/eeprom": [
2599 {
2600 "inventoryPath": "/system/chassis/motherboard/disk_backplane1",
2601 "extraInterfaces": {
2602 "xyz.openbmc_project.Inventory.Item.DiskBackplane": null,
2603 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2604 "com.ibm.ipzvpd.Location": {
2605 "LocationCode": "Ufcs-P2"
2606 },
2607 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002608 "PrettyName": "Drive backplane 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002609 }
2610 }
2611 },
2612 {
2613 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme2",
2614 "inherit": false,
2615 "extraInterfaces": {
2616 "com.ibm.Control.Host.PCIeLink": null,
2617 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2618 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2619 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2620 },
2621 "com.ibm.ipzvpd.Location": {
2622 "LocationCode": "Ufcs-P2-C10"
2623 },
2624 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002625 "PrettyName": "NVMe U.2 drive 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002626 }
2627 }
2628 },
2629 {
2630 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme2/dp1_drive2",
2631 "inherit": false,
2632 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302633 "devAddress": "14-0050",
2634 "busType": "i2c",
2635 "driverType": "at24",
2636 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002637 "extraInterfaces": {
2638 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2639 "com.ibm.ipzvpd.Location": {
2640 "LocationCode": "Ufcs-P2-C10"
2641 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002642 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2643 "SlotNumber": 5
2644 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002645 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002646 "PrettyName": "NVMe U.2 drive 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002647 }
2648 }
2649 },
2650 {
2651 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme3",
2652 "inherit": false,
2653 "extraInterfaces": {
2654 "com.ibm.Control.Host.PCIeLink": null,
2655 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2656 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2657 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2658 },
2659 "com.ibm.ipzvpd.Location": {
2660 "LocationCode": "Ufcs-P2-C11"
2661 },
2662 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002663 "PrettyName": "NVMe U.2 drive 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002664 }
2665 }
2666 },
2667 {
2668 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme3/dp1_drive3",
2669 "inherit": false,
2670 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302671 "devAddress": "14-0050",
2672 "busType": "i2c",
2673 "driverType": "at24",
2674 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002675 "extraInterfaces": {
2676 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2677 "com.ibm.ipzvpd.Location": {
2678 "LocationCode": "Ufcs-P2-C11"
2679 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002680 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2681 "SlotNumber": 6
2682 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002683 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002684 "PrettyName": "NVMe U.2 drive 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002685 }
2686 }
2687 },
2688 {
2689 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme4",
2690 "inherit": false,
2691 "extraInterfaces": {
2692 "com.ibm.Control.Host.PCIeLink": null,
2693 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2694 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2695 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2696 },
2697 "com.ibm.ipzvpd.Location": {
2698 "LocationCode": "Ufcs-P2-C12"
2699 },
2700 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002701 "PrettyName": "NVMe U.2 drive 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002702 }
2703 }
2704 },
2705 {
2706 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme4/dp1_drive4",
2707 "inherit": false,
2708 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302709 "devAddress": "14-0050",
2710 "busType": "i2c",
2711 "driverType": "at24",
2712 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002713 "extraInterfaces": {
2714 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2715 "com.ibm.ipzvpd.Location": {
2716 "LocationCode": "Ufcs-P2-C12"
2717 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002718 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2719 "SlotNumber": 7
2720 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002721 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002722 "PrettyName": "NVMe U.2 drive 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002723 }
2724 }
2725 },
2726 {
2727 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme5",
2728 "inherit": false,
2729 "extraInterfaces": {
2730 "com.ibm.Control.Host.PCIeLink": null,
2731 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2732 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2733 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2734 },
2735 "com.ibm.ipzvpd.Location": {
2736 "LocationCode": "Ufcs-P2-C13"
2737 },
2738 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002739 "PrettyName": "NVMe U.2 drive 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002740 }
2741 }
2742 },
2743 {
2744 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme5/dp1_drive5",
2745 "inherit": false,
2746 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302747 "devAddress": "14-0050",
2748 "busType": "i2c",
2749 "driverType": "at24",
2750 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002751 "extraInterfaces": {
2752 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2753 "com.ibm.ipzvpd.Location": {
2754 "LocationCode": "Ufcs-P2-C13"
2755 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002756 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2757 "SlotNumber": 8
2758 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002759 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002760 "PrettyName": "NVMe U.2 drive 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002761 }
2762 }
2763 },
2764 {
2765 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector1",
2766 "inherit": false,
2767 "extraInterfaces": {
2768 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002769 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002770 "com.ibm.ipzvpd.Location": {
2771 "LocationCode": "Ufcs-P2-T1"
2772 },
2773 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002774 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002775 }
2776 }
2777 },
2778 {
2779 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector2",
2780 "inherit": false,
2781 "extraInterfaces": {
2782 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002783 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002784 "com.ibm.ipzvpd.Location": {
2785 "LocationCode": "Ufcs-P2-T2"
2786 },
2787 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002788 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002789 }
2790 }
2791 },
2792 {
2793 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector4",
2794 "inherit": false,
2795 "extraInterfaces": {
2796 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04002797 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002798 "com.ibm.ipzvpd.Location": {
2799 "LocationCode": "Ufcs-P2-T4"
2800 },
2801 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002802 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002803 }
2804 }
2805 },
2806 {
2807 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector5",
2808 "inherit": false,
2809 "extraInterfaces": {
2810 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04002811 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002812 "com.ibm.ipzvpd.Location": {
2813 "LocationCode": "Ufcs-P2-T5"
2814 },
2815 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002816 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002817 }
2818 }
2819 },
2820 {
2821 "inventoryPath": "/cables/dp1_cable0",
2822 "inherit": false,
2823 "noprime": true,
2824 "extraInterfaces": {
2825 "xyz.openbmc_project.Inventory.Item.Cable": null,
2826 "xyz.openbmc_project.Inventory.Item": {
2827 "PrettyName": "NVMe Backplane Cable"
2828 }
2829 }
2830 },
2831 {
2832 "inventoryPath": "/cables/dp1_cable1",
2833 "inherit": false,
2834 "noprime": true,
2835 "extraInterfaces": {
2836 "xyz.openbmc_project.Inventory.Item.Cable": null,
2837 "xyz.openbmc_project.Inventory.Item": {
2838 "PrettyName": "NVMe Backplane Cable"
2839 }
2840 }
2841 }
2842 ],
2843 "/sys/bus/i2c/drivers/at24/111-0050/eeprom": [
2844 {
2845 "inventoryPath": "/system/chassis/motherboard/dimm0",
2846 "extraInterfaces": {
2847 "xyz.openbmc_project.Inventory.Item.Dimm": null,
2848 "com.ibm.ipzvpd.Location": {
2849 "LocationCode": "Ufcs-P0-C12"
2850 },
2851 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002852 "PrettyName": "Memory module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002853 },
2854 "xyz.openbmc_project.State.Decorator.Availability": {
2855 "Available": false
2856 }
2857 }
2858 },
2859 {
2860 "inventoryPath": "/system/chassis/motherboard/dimm0/unit0",
2861 "inherit": false,
2862 "extraInterfaces": {
2863 "xyz.openbmc_project.Inventory.Item": {
2864 "PrettyName": "OpenCAPI Memory Buffer"
2865 }
2866 }
2867 },
2868 {
2869 "inventoryPath": "/system/chassis/motherboard/dimm0/unit1",
2870 "inherit": false,
2871 "extraInterfaces": {
2872 "xyz.openbmc_project.Inventory.Item": {
2873 "PrettyName": "DDR Memory Port"
2874 }
2875 }
2876 },
2877 {
2878 "inventoryPath": "/system/chassis/motherboard/dimm0/unit2",
2879 "inherit": false,
2880 "extraInterfaces": {
2881 "xyz.openbmc_project.Inventory.Item": {
2882 "PrettyName": "Onboard Memory Power Control Device"
2883 }
2884 }
2885 },
2886 {
2887 "inventoryPath": "/system/chassis/motherboard/dimm0/unit3",
2888 "inherit": false,
2889 "extraInterfaces": {
2890 "xyz.openbmc_project.Inventory.Item": {
2891 "PrettyName": "Onboard Memory Power Management IC"
2892 }
2893 }
2894 }
2895 ],
2896 "/sys/bus/i2c/drivers/at24/110-0050/eeprom": [
2897 {
2898 "inventoryPath": "/system/chassis/motherboard/dimm1",
2899 "extraInterfaces": {
2900 "xyz.openbmc_project.Inventory.Item.Dimm": null,
2901 "com.ibm.ipzvpd.Location": {
2902 "LocationCode": "Ufcs-P0-C13"
2903 },
2904 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002905 "PrettyName": "Memory module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002906 },
2907 "xyz.openbmc_project.State.Decorator.Availability": {
2908 "Available": false
2909 }
2910 }
2911 },
2912 {
2913 "inventoryPath": "/system/chassis/motherboard/dimm1/unit0",
2914 "inherit": false,
2915 "extraInterfaces": {
2916 "xyz.openbmc_project.Inventory.Item": {
2917 "PrettyName": "OpenCAPI Memory Buffer"
2918 }
2919 }
2920 },
2921 {
2922 "inventoryPath": "/system/chassis/motherboard/dimm1/unit1",
2923 "inherit": false,
2924 "extraInterfaces": {
2925 "xyz.openbmc_project.Inventory.Item": {
2926 "PrettyName": "DDR Memory Port"
2927 }
2928 }
2929 },
2930 {
2931 "inventoryPath": "/system/chassis/motherboard/dimm1/unit2",
2932 "inherit": false,
2933 "extraInterfaces": {
2934 "xyz.openbmc_project.Inventory.Item": {
2935 "PrettyName": "Onboard Memory Power Control Device"
2936 }
2937 }
2938 },
2939 {
2940 "inventoryPath": "/system/chassis/motherboard/dimm1/unit3",
2941 "inherit": false,
2942 "extraInterfaces": {
2943 "xyz.openbmc_project.Inventory.Item": {
2944 "PrettyName": "Onboard Memory Power Management IC"
2945 }
2946 }
2947 }
2948 ],
2949 "/sys/bus/i2c/drivers/at24/214-0050/eeprom": [
2950 {
2951 "inventoryPath": "/system/chassis/motherboard/dimm10",
2952 "extraInterfaces": {
2953 "xyz.openbmc_project.Inventory.Item.Dimm": null,
2954 "com.ibm.ipzvpd.Location": {
2955 "LocationCode": "Ufcs-P0-C16"
2956 },
2957 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002958 "PrettyName": "Memory module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002959 },
2960 "xyz.openbmc_project.State.Decorator.Availability": {
2961 "Available": false
2962 }
2963 }
2964 },
2965 {
2966 "inventoryPath": "/system/chassis/motherboard/dimm10/unit0",
2967 "inherit": false,
2968 "extraInterfaces": {
2969 "xyz.openbmc_project.Inventory.Item": {
2970 "PrettyName": "OpenCAPI Memory Buffer"
2971 }
2972 }
2973 },
2974 {
2975 "inventoryPath": "/system/chassis/motherboard/dimm10/unit1",
2976 "inherit": false,
2977 "extraInterfaces": {
2978 "xyz.openbmc_project.Inventory.Item": {
2979 "PrettyName": "DDR Memory Port"
2980 }
2981 }
2982 },
2983 {
2984 "inventoryPath": "/system/chassis/motherboard/dimm10/unit2",
2985 "inherit": false,
2986 "extraInterfaces": {
2987 "xyz.openbmc_project.Inventory.Item": {
2988 "PrettyName": "Onboard Memory Power Control Device"
2989 }
2990 }
2991 },
2992 {
2993 "inventoryPath": "/system/chassis/motherboard/dimm10/unit3",
2994 "inherit": false,
2995 "extraInterfaces": {
2996 "xyz.openbmc_project.Inventory.Item": {
2997 "PrettyName": "Onboard Memory Power Management IC"
2998 }
2999 }
3000 }
3001 ],
3002 "/sys/bus/i2c/drivers/at24/210-0050/eeprom": [
3003 {
3004 "inventoryPath": "/system/chassis/motherboard/dimm9",
3005 "extraInterfaces": {
3006 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3007 "com.ibm.ipzvpd.Location": {
3008 "LocationCode": "Ufcs-P0-C17"
3009 },
3010 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003011 "PrettyName": "Memory module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003012 },
3013 "xyz.openbmc_project.State.Decorator.Availability": {
3014 "Available": false
3015 }
3016 }
3017 },
3018 {
3019 "inventoryPath": "/system/chassis/motherboard/dimm9/unit0",
3020 "inherit": false,
3021 "extraInterfaces": {
3022 "xyz.openbmc_project.Inventory.Item": {
3023 "PrettyName": "OpenCAPI Memory Buffer"
3024 }
3025 }
3026 },
3027 {
3028 "inventoryPath": "/system/chassis/motherboard/dimm9/unit1",
3029 "inherit": false,
3030 "extraInterfaces": {
3031 "xyz.openbmc_project.Inventory.Item": {
3032 "PrettyName": "DDR Memory Port"
3033 }
3034 }
3035 },
3036 {
3037 "inventoryPath": "/system/chassis/motherboard/dimm9/unit2",
3038 "inherit": false,
3039 "extraInterfaces": {
3040 "xyz.openbmc_project.Inventory.Item": {
3041 "PrettyName": "Onboard Memory Power Control Device"
3042 }
3043 }
3044 },
3045 {
3046 "inventoryPath": "/system/chassis/motherboard/dimm9/unit3",
3047 "inherit": false,
3048 "extraInterfaces": {
3049 "xyz.openbmc_project.Inventory.Item": {
3050 "PrettyName": "Onboard Memory Power Management IC"
3051 }
3052 }
3053 }
3054 ],
3055 "/sys/bus/i2c/drivers/at24/202-0050/eeprom": [
3056 {
3057 "inventoryPath": "/system/chassis/motherboard/dimm8",
3058 "extraInterfaces": {
3059 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3060 "com.ibm.ipzvpd.Location": {
3061 "LocationCode": "Ufcs-P0-C18"
3062 },
3063 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003064 "PrettyName": "Memory module 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003065 },
3066 "xyz.openbmc_project.State.Decorator.Availability": {
3067 "Available": false
3068 }
3069 }
3070 },
3071 {
3072 "inventoryPath": "/system/chassis/motherboard/dimm8/unit0",
3073 "inherit": false,
3074 "extraInterfaces": {
3075 "xyz.openbmc_project.Inventory.Item": {
3076 "PrettyName": "OpenCAPI Memory Buffer"
3077 }
3078 }
3079 },
3080 {
3081 "inventoryPath": "/system/chassis/motherboard/dimm8/unit1",
3082 "inherit": false,
3083 "extraInterfaces": {
3084 "xyz.openbmc_project.Inventory.Item": {
3085 "PrettyName": "DDR Memory Port"
3086 }
3087 }
3088 },
3089 {
3090 "inventoryPath": "/system/chassis/motherboard/dimm8/unit2",
3091 "inherit": false,
3092 "extraInterfaces": {
3093 "xyz.openbmc_project.Inventory.Item": {
3094 "PrettyName": "Onboard Memory Power Control Device"
3095 }
3096 }
3097 },
3098 {
3099 "inventoryPath": "/system/chassis/motherboard/dimm8/unit3",
3100 "inherit": false,
3101 "extraInterfaces": {
3102 "xyz.openbmc_project.Inventory.Item": {
3103 "PrettyName": "Onboard Memory Power Management IC"
3104 }
3105 }
3106 }
3107 ],
3108 "/sys/bus/i2c/drivers/at24/311-0050/eeprom": [
3109 {
3110 "inventoryPath": "/system/chassis/motherboard/dimm16",
3111 "extraInterfaces": {
3112 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3113 "com.ibm.ipzvpd.Location": {
3114 "LocationCode": "Ufcs-P0-C19"
3115 },
3116 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003117 "PrettyName": "Memory module 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003118 },
3119 "xyz.openbmc_project.State.Decorator.Availability": {
3120 "Available": false
3121 }
3122 }
3123 },
3124 {
3125 "inventoryPath": "/system/chassis/motherboard/dimm16/unit0",
3126 "inherit": false,
3127 "extraInterfaces": {
3128 "xyz.openbmc_project.Inventory.Item": {
3129 "PrettyName": "OpenCAPI Memory Buffer"
3130 }
3131 }
3132 },
3133 {
3134 "inventoryPath": "/system/chassis/motherboard/dimm16/unit1",
3135 "inherit": false,
3136 "extraInterfaces": {
3137 "xyz.openbmc_project.Inventory.Item": {
3138 "PrettyName": "DDR Memory Port"
3139 }
3140 }
3141 },
3142 {
3143 "inventoryPath": "/system/chassis/motherboard/dimm16/unit2",
3144 "inherit": false,
3145 "extraInterfaces": {
3146 "xyz.openbmc_project.Inventory.Item": {
3147 "PrettyName": "Onboard Memory Power Control Device"
3148 }
3149 }
3150 },
3151 {
3152 "inventoryPath": "/system/chassis/motherboard/dimm16/unit3",
3153 "inherit": false,
3154 "extraInterfaces": {
3155 "xyz.openbmc_project.Inventory.Item": {
3156 "PrettyName": "Onboard Memory Power Management IC"
3157 }
3158 }
3159 }
3160 ],
3161 "/sys/bus/i2c/drivers/at24/310-0050/eeprom": [
3162 {
3163 "inventoryPath": "/system/chassis/motherboard/dimm17",
3164 "extraInterfaces": {
3165 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3166 "com.ibm.ipzvpd.Location": {
3167 "LocationCode": "Ufcs-P0-C20"
3168 },
3169 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003170 "PrettyName": "Memory module 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003171 },
3172 "xyz.openbmc_project.State.Decorator.Availability": {
3173 "Available": false
3174 }
3175 }
3176 },
3177 {
3178 "inventoryPath": "/system/chassis/motherboard/dimm17/unit0",
3179 "inherit": false,
3180 "extraInterfaces": {
3181 "xyz.openbmc_project.Inventory.Item": {
3182 "PrettyName": "OpenCAPI Memory Buffer"
3183 }
3184 }
3185 },
3186 {
3187 "inventoryPath": "/system/chassis/motherboard/dimm17/unit1",
3188 "inherit": false,
3189 "extraInterfaces": {
3190 "xyz.openbmc_project.Inventory.Item": {
3191 "PrettyName": "DDR Memory Port"
3192 }
3193 }
3194 },
3195 {
3196 "inventoryPath": "/system/chassis/motherboard/dimm17/unit2",
3197 "inherit": false,
3198 "extraInterfaces": {
3199 "xyz.openbmc_project.Inventory.Item": {
3200 "PrettyName": "Onboard Memory Power Control Device"
3201 }
3202 }
3203 },
3204 {
3205 "inventoryPath": "/system/chassis/motherboard/dimm17/unit3",
3206 "inherit": false,
3207 "extraInterfaces": {
3208 "xyz.openbmc_project.Inventory.Item": {
3209 "PrettyName": "Onboard Memory Power Management IC"
3210 }
3211 }
3212 }
3213 ],
3214 "/sys/bus/i2c/drivers/at24/312-0050/eeprom": [
3215 {
3216 "inventoryPath": "/system/chassis/motherboard/dimm18",
3217 "extraInterfaces": {
3218 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3219 "com.ibm.ipzvpd.Location": {
3220 "LocationCode": "Ufcs-P0-C21"
3221 },
3222 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003223 "PrettyName": "Memory module 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003224 },
3225 "xyz.openbmc_project.State.Decorator.Availability": {
3226 "Available": false
3227 }
3228 }
3229 },
3230 {
3231 "inventoryPath": "/system/chassis/motherboard/dimm18/unit0",
3232 "inherit": false,
3233 "extraInterfaces": {
3234 "xyz.openbmc_project.Inventory.Item": {
3235 "PrettyName": "OpenCAPI Memory Buffer"
3236 }
3237 }
3238 },
3239 {
3240 "inventoryPath": "/system/chassis/motherboard/dimm18/unit1",
3241 "inherit": false,
3242 "extraInterfaces": {
3243 "xyz.openbmc_project.Inventory.Item": {
3244 "PrettyName": "DDR Memory Port"
3245 }
3246 }
3247 },
3248 {
3249 "inventoryPath": "/system/chassis/motherboard/dimm18/unit2",
3250 "inherit": false,
3251 "extraInterfaces": {
3252 "xyz.openbmc_project.Inventory.Item": {
3253 "PrettyName": "Onboard Memory Power Control Device"
3254 }
3255 }
3256 },
3257 {
3258 "inventoryPath": "/system/chassis/motherboard/dimm18/unit3",
3259 "inherit": false,
3260 "extraInterfaces": {
3261 "xyz.openbmc_project.Inventory.Item": {
3262 "PrettyName": "Onboard Memory Power Management IC"
3263 }
3264 }
3265 }
3266 ],
3267 "/sys/bus/i2c/drivers/at24/402-0050/eeprom": [
3268 {
3269 "inventoryPath": "/system/chassis/motherboard/dimm24",
3270 "extraInterfaces": {
3271 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3272 "com.ibm.ipzvpd.Location": {
3273 "LocationCode": "Ufcs-P0-C25"
3274 },
3275 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003276 "PrettyName": "Memory module 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003277 },
3278 "xyz.openbmc_project.State.Decorator.Availability": {
3279 "Available": false
3280 }
3281 }
3282 },
3283 {
3284 "inventoryPath": "/system/chassis/motherboard/dimm24/unit0",
3285 "inherit": false,
3286 "extraInterfaces": {
3287 "xyz.openbmc_project.Inventory.Item": {
3288 "PrettyName": "OpenCAPI Memory Buffer"
3289 }
3290 }
3291 },
3292 {
3293 "inventoryPath": "/system/chassis/motherboard/dimm24/unit1",
3294 "inherit": false,
3295 "extraInterfaces": {
3296 "xyz.openbmc_project.Inventory.Item": {
3297 "PrettyName": "DDR Memory Port"
3298 }
3299 }
3300 },
3301 {
3302 "inventoryPath": "/system/chassis/motherboard/dimm24/unit2",
3303 "inherit": false,
3304 "extraInterfaces": {
3305 "xyz.openbmc_project.Inventory.Item": {
3306 "PrettyName": "Onboard Memory Power Control Device"
3307 }
3308 }
3309 },
3310 {
3311 "inventoryPath": "/system/chassis/motherboard/dimm24/unit3",
3312 "inherit": false,
3313 "extraInterfaces": {
3314 "xyz.openbmc_project.Inventory.Item": {
3315 "PrettyName": "Onboard Memory Power Management IC"
3316 }
3317 }
3318 }
3319 ],
3320 "/sys/bus/i2c/drivers/at24/410-0050/eeprom": [
3321 {
3322 "inventoryPath": "/system/chassis/motherboard/dimm25",
3323 "extraInterfaces": {
3324 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3325 "com.ibm.ipzvpd.Location": {
3326 "LocationCode": "Ufcs-P0-C26"
3327 },
3328 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003329 "PrettyName": "Memory module 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003330 },
3331 "xyz.openbmc_project.State.Decorator.Availability": {
3332 "Available": false
3333 }
3334 }
3335 },
3336 {
3337 "inventoryPath": "/system/chassis/motherboard/dimm25/unit0",
3338 "inherit": false,
3339 "extraInterfaces": {
3340 "xyz.openbmc_project.Inventory.Item": {
3341 "PrettyName": "OpenCAPI Memory Buffer"
3342 }
3343 }
3344 },
3345 {
3346 "inventoryPath": "/system/chassis/motherboard/dimm25/unit1",
3347 "inherit": false,
3348 "extraInterfaces": {
3349 "xyz.openbmc_project.Inventory.Item": {
3350 "PrettyName": "DDR Memory Port"
3351 }
3352 }
3353 },
3354 {
3355 "inventoryPath": "/system/chassis/motherboard/dimm25/unit2",
3356 "inherit": false,
3357 "extraInterfaces": {
3358 "xyz.openbmc_project.Inventory.Item": {
3359 "PrettyName": "Onboard Memory Power Control Device"
3360 }
3361 }
3362 },
3363 {
3364 "inventoryPath": "/system/chassis/motherboard/dimm25/unit3",
3365 "inherit": false,
3366 "extraInterfaces": {
3367 "xyz.openbmc_project.Inventory.Item": {
3368 "PrettyName": "Onboard Memory Power Management IC"
3369 }
3370 }
3371 }
3372 ],
3373 "/sys/bus/i2c/drivers/at24/112-0050/eeprom": [
3374 {
3375 "inventoryPath": "/system/chassis/motherboard/dimm2",
3376 "extraInterfaces": {
3377 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3378 "com.ibm.ipzvpd.Location": {
3379 "LocationCode": "Ufcs-P0-C27"
3380 },
3381 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003382 "PrettyName": "Memory module 10"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003383 },
3384 "xyz.openbmc_project.State.Decorator.Availability": {
3385 "Available": false
3386 }
3387 }
3388 },
3389 {
3390 "inventoryPath": "/system/chassis/motherboard/dimm2/unit0",
3391 "inherit": false,
3392 "extraInterfaces": {
3393 "xyz.openbmc_project.Inventory.Item": {
3394 "PrettyName": "OpenCAPI Memory Buffer"
3395 }
3396 }
3397 },
3398 {
3399 "inventoryPath": "/system/chassis/motherboard/dimm2/unit1",
3400 "inherit": false,
3401 "extraInterfaces": {
3402 "xyz.openbmc_project.Inventory.Item": {
3403 "PrettyName": "DDR Memory Port"
3404 }
3405 }
3406 },
3407 {
3408 "inventoryPath": "/system/chassis/motherboard/dimm2/unit2",
3409 "inherit": false,
3410 "extraInterfaces": {
3411 "xyz.openbmc_project.Inventory.Item": {
3412 "PrettyName": "Onboard Memory Power Control Device"
3413 }
3414 }
3415 },
3416 {
3417 "inventoryPath": "/system/chassis/motherboard/dimm2/unit3",
3418 "inherit": false,
3419 "extraInterfaces": {
3420 "xyz.openbmc_project.Inventory.Item": {
3421 "PrettyName": "Onboard Memory Power Management IC"
3422 }
3423 }
3424 }
3425 ],
3426 "/sys/bus/i2c/drivers/at24/115-0050/eeprom": [
3427 {
3428 "inventoryPath": "/system/chassis/motherboard/dimm4",
3429 "extraInterfaces": {
3430 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3431 "com.ibm.ipzvpd.Location": {
3432 "LocationCode": "Ufcs-P0-C28"
3433 },
3434 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003435 "PrettyName": "Memory module 11"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003436 },
3437 "xyz.openbmc_project.State.Decorator.Availability": {
3438 "Available": false
3439 }
3440 }
3441 },
3442 {
3443 "inventoryPath": "/system/chassis/motherboard/dimm4/unit0",
3444 "inherit": false,
3445 "extraInterfaces": {
3446 "xyz.openbmc_project.Inventory.Item": {
3447 "PrettyName": "OpenCAPI Memory Buffer"
3448 }
3449 }
3450 },
3451 {
3452 "inventoryPath": "/system/chassis/motherboard/dimm4/unit1",
3453 "inherit": false,
3454 "extraInterfaces": {
3455 "xyz.openbmc_project.Inventory.Item": {
3456 "PrettyName": "DDR Memory Port"
3457 }
3458 }
3459 },
3460 {
3461 "inventoryPath": "/system/chassis/motherboard/dimm4/unit2",
3462 "inherit": false,
3463 "extraInterfaces": {
3464 "xyz.openbmc_project.Inventory.Item": {
3465 "PrettyName": "Onboard Memory Power Control Device"
3466 }
3467 }
3468 },
3469 {
3470 "inventoryPath": "/system/chassis/motherboard/dimm4/unit3",
3471 "inherit": false,
3472 "extraInterfaces": {
3473 "xyz.openbmc_project.Inventory.Item": {
3474 "PrettyName": "Onboard Memory Power Management IC"
3475 }
3476 }
3477 }
3478 ],
3479 "/sys/bus/i2c/drivers/at24/100-0050/eeprom": [
3480 {
3481 "inventoryPath": "/system/chassis/motherboard/dimm5",
3482 "extraInterfaces": {
3483 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3484 "com.ibm.ipzvpd.Location": {
3485 "LocationCode": "Ufcs-P0-C29"
3486 },
3487 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003488 "PrettyName": "Memory module 12"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003489 },
3490 "xyz.openbmc_project.State.Decorator.Availability": {
3491 "Available": false
3492 }
3493 }
3494 },
3495 {
3496 "inventoryPath": "/system/chassis/motherboard/dimm5/unit0",
3497 "inherit": false,
3498 "extraInterfaces": {
3499 "xyz.openbmc_project.Inventory.Item": {
3500 "PrettyName": "OpenCAPI Memory Buffer"
3501 }
3502 }
3503 },
3504 {
3505 "inventoryPath": "/system/chassis/motherboard/dimm5/unit1",
3506 "inherit": false,
3507 "extraInterfaces": {
3508 "xyz.openbmc_project.Inventory.Item": {
3509 "PrettyName": "DDR Memory Port"
3510 }
3511 }
3512 },
3513 {
3514 "inventoryPath": "/system/chassis/motherboard/dimm5/unit2",
3515 "inherit": false,
3516 "extraInterfaces": {
3517 "xyz.openbmc_project.Inventory.Item": {
3518 "PrettyName": "Onboard Memory Power Control Device"
3519 }
3520 }
3521 },
3522 {
3523 "inventoryPath": "/system/chassis/motherboard/dimm5/unit3",
3524 "inherit": false,
3525 "extraInterfaces": {
3526 "xyz.openbmc_project.Inventory.Item": {
3527 "PrettyName": "Onboard Memory Power Management IC"
3528 }
3529 }
3530 }
3531 ],
3532 "/sys/bus/i2c/drivers/at24/101-0050/eeprom": [
3533 {
3534 "inventoryPath": "/system/chassis/motherboard/dimm7",
3535 "extraInterfaces": {
3536 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3537 "com.ibm.ipzvpd.Location": {
3538 "LocationCode": "Ufcs-P0-C30"
3539 },
3540 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003541 "PrettyName": "Memory module 13"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003542 },
3543 "xyz.openbmc_project.State.Decorator.Availability": {
3544 "Available": false
3545 }
3546 }
3547 },
3548 {
3549 "inventoryPath": "/system/chassis/motherboard/dimm7/unit0",
3550 "inherit": false,
3551 "extraInterfaces": {
3552 "xyz.openbmc_project.Inventory.Item": {
3553 "PrettyName": "OpenCAPI Memory Buffer"
3554 }
3555 }
3556 },
3557 {
3558 "inventoryPath": "/system/chassis/motherboard/dimm7/unit1",
3559 "inherit": false,
3560 "extraInterfaces": {
3561 "xyz.openbmc_project.Inventory.Item": {
3562 "PrettyName": "DDR Memory Port"
3563 }
3564 }
3565 },
3566 {
3567 "inventoryPath": "/system/chassis/motherboard/dimm7/unit2",
3568 "inherit": false,
3569 "extraInterfaces": {
3570 "xyz.openbmc_project.Inventory.Item": {
3571 "PrettyName": "Onboard Memory Power Control Device"
3572 }
3573 }
3574 },
3575 {
3576 "inventoryPath": "/system/chassis/motherboard/dimm7/unit3",
3577 "inherit": false,
3578 "extraInterfaces": {
3579 "xyz.openbmc_project.Inventory.Item": {
3580 "PrettyName": "Onboard Memory Power Management IC"
3581 }
3582 }
3583 }
3584 ],
3585 "/sys/bus/i2c/drivers/at24/114-0050/eeprom": [
3586 {
3587 "inventoryPath": "/system/chassis/motherboard/dimm6",
3588 "extraInterfaces": {
3589 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3590 "com.ibm.ipzvpd.Location": {
3591 "LocationCode": "Ufcs-P0-C31"
3592 },
3593 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003594 "PrettyName": "Memory module 14"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003595 },
3596 "xyz.openbmc_project.State.Decorator.Availability": {
3597 "Available": false
3598 }
3599 }
3600 },
3601 {
3602 "inventoryPath": "/system/chassis/motherboard/dimm6/unit0",
3603 "inherit": false,
3604 "extraInterfaces": {
3605 "xyz.openbmc_project.Inventory.Item": {
3606 "PrettyName": "OpenCAPI Memory Buffer"
3607 }
3608 }
3609 },
3610 {
3611 "inventoryPath": "/system/chassis/motherboard/dimm6/unit1",
3612 "inherit": false,
3613 "extraInterfaces": {
3614 "xyz.openbmc_project.Inventory.Item": {
3615 "PrettyName": "DDR Memory Port"
3616 }
3617 }
3618 },
3619 {
3620 "inventoryPath": "/system/chassis/motherboard/dimm6/unit2",
3621 "inherit": false,
3622 "extraInterfaces": {
3623 "xyz.openbmc_project.Inventory.Item": {
3624 "PrettyName": "Onboard Memory Power Control Device"
3625 }
3626 }
3627 },
3628 {
3629 "inventoryPath": "/system/chassis/motherboard/dimm6/unit3",
3630 "inherit": false,
3631 "extraInterfaces": {
3632 "xyz.openbmc_project.Inventory.Item": {
3633 "PrettyName": "Onboard Memory Power Management IC"
3634 }
3635 }
3636 }
3637 ],
3638 "/sys/bus/i2c/drivers/at24/113-0050/eeprom": [
3639 {
3640 "inventoryPath": "/system/chassis/motherboard/dimm3",
3641 "extraInterfaces": {
3642 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3643 "com.ibm.ipzvpd.Location": {
3644 "LocationCode": "Ufcs-P0-C32"
3645 },
3646 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003647 "PrettyName": "Memory module 15"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003648 },
3649 "xyz.openbmc_project.State.Decorator.Availability": {
3650 "Available": false
3651 }
3652 }
3653 },
3654 {
3655 "inventoryPath": "/system/chassis/motherboard/dimm3/unit0",
3656 "inherit": false,
3657 "extraInterfaces": {
3658 "xyz.openbmc_project.Inventory.Item": {
3659 "PrettyName": "OpenCAPI Memory Buffer"
3660 }
3661 }
3662 },
3663 {
3664 "inventoryPath": "/system/chassis/motherboard/dimm3/unit1",
3665 "inherit": false,
3666 "extraInterfaces": {
3667 "xyz.openbmc_project.Inventory.Item": {
3668 "PrettyName": "DDR Memory Port"
3669 }
3670 }
3671 },
3672 {
3673 "inventoryPath": "/system/chassis/motherboard/dimm3/unit2",
3674 "inherit": false,
3675 "extraInterfaces": {
3676 "xyz.openbmc_project.Inventory.Item": {
3677 "PrettyName": "Onboard Memory Power Control Device"
3678 }
3679 }
3680 },
3681 {
3682 "inventoryPath": "/system/chassis/motherboard/dimm3/unit3",
3683 "inherit": false,
3684 "extraInterfaces": {
3685 "xyz.openbmc_project.Inventory.Item": {
3686 "PrettyName": "Onboard Memory Power Management IC"
3687 }
3688 }
3689 }
3690 ],
3691 "/sys/bus/i2c/drivers/at24/216-0050/eeprom": [
3692 {
3693 "inventoryPath": "/system/chassis/motherboard/dimm15",
3694 "extraInterfaces": {
3695 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3696 "com.ibm.ipzvpd.Location": {
3697 "LocationCode": "Ufcs-P0-C33"
3698 },
3699 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003700 "PrettyName": "Memory module 16"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003701 },
3702 "xyz.openbmc_project.State.Decorator.Availability": {
3703 "Available": false
3704 }
3705 }
3706 },
3707 {
3708 "inventoryPath": "/system/chassis/motherboard/dimm15/unit0",
3709 "inherit": false,
3710 "extraInterfaces": {
3711 "xyz.openbmc_project.Inventory.Item": {
3712 "PrettyName": "OpenCAPI Memory Buffer"
3713 }
3714 }
3715 },
3716 {
3717 "inventoryPath": "/system/chassis/motherboard/dimm15/unit1",
3718 "inherit": false,
3719 "extraInterfaces": {
3720 "xyz.openbmc_project.Inventory.Item": {
3721 "PrettyName": "DDR Memory Port"
3722 }
3723 }
3724 },
3725 {
3726 "inventoryPath": "/system/chassis/motherboard/dimm15/unit2",
3727 "inherit": false,
3728 "extraInterfaces": {
3729 "xyz.openbmc_project.Inventory.Item": {
3730 "PrettyName": "Onboard Memory Power Control Device"
3731 }
3732 }
3733 },
3734 {
3735 "inventoryPath": "/system/chassis/motherboard/dimm15/unit3",
3736 "inherit": false,
3737 "extraInterfaces": {
3738 "xyz.openbmc_project.Inventory.Item": {
3739 "PrettyName": "Onboard Memory Power Management IC"
3740 }
3741 }
3742 }
3743 ],
3744 "/sys/bus/i2c/drivers/at24/203-0050/eeprom": [
3745 {
3746 "inventoryPath": "/system/chassis/motherboard/dimm14",
3747 "extraInterfaces": {
3748 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3749 "com.ibm.ipzvpd.Location": {
3750 "LocationCode": "Ufcs-P0-C34"
3751 },
3752 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003753 "PrettyName": "Memory module 17"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003754 },
3755 "xyz.openbmc_project.State.Decorator.Availability": {
3756 "Available": false
3757 }
3758 }
3759 },
3760 {
3761 "inventoryPath": "/system/chassis/motherboard/dimm14/unit0",
3762 "inherit": false,
3763 "extraInterfaces": {
3764 "xyz.openbmc_project.Inventory.Item": {
3765 "PrettyName": "OpenCAPI Memory Buffer"
3766 }
3767 }
3768 },
3769 {
3770 "inventoryPath": "/system/chassis/motherboard/dimm14/unit1",
3771 "inherit": false,
3772 "extraInterfaces": {
3773 "xyz.openbmc_project.Inventory.Item": {
3774 "PrettyName": "DDR Memory Port"
3775 }
3776 }
3777 },
3778 {
3779 "inventoryPath": "/system/chassis/motherboard/dimm14/unit2",
3780 "inherit": false,
3781 "extraInterfaces": {
3782 "xyz.openbmc_project.Inventory.Item": {
3783 "PrettyName": "Onboard Memory Power Control Device"
3784 }
3785 }
3786 },
3787 {
3788 "inventoryPath": "/system/chassis/motherboard/dimm14/unit3",
3789 "inherit": false,
3790 "extraInterfaces": {
3791 "xyz.openbmc_project.Inventory.Item": {
3792 "PrettyName": "Onboard Memory Power Management IC"
3793 }
3794 }
3795 }
3796 ],
3797 "/sys/bus/i2c/drivers/at24/217-0050/eeprom": [
3798 {
3799 "inventoryPath": "/system/chassis/motherboard/dimm11",
3800 "extraInterfaces": {
3801 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3802 "com.ibm.ipzvpd.Location": {
3803 "LocationCode": "Ufcs-P0-C35"
3804 },
3805 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003806 "PrettyName": "Memory module 18"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003807 },
3808 "xyz.openbmc_project.State.Decorator.Availability": {
3809 "Available": false
3810 }
3811 }
3812 },
3813 {
3814 "inventoryPath": "/system/chassis/motherboard/dimm11/unit0",
3815 "inherit": false,
3816 "extraInterfaces": {
3817 "xyz.openbmc_project.Inventory.Item": {
3818 "PrettyName": "OpenCAPI Memory Buffer"
3819 }
3820 }
3821 },
3822 {
3823 "inventoryPath": "/system/chassis/motherboard/dimm11/unit1",
3824 "inherit": false,
3825 "extraInterfaces": {
3826 "xyz.openbmc_project.Inventory.Item": {
3827 "PrettyName": "DDR Memory Port"
3828 }
3829 }
3830 },
3831 {
3832 "inventoryPath": "/system/chassis/motherboard/dimm11/unit2",
3833 "inherit": false,
3834 "extraInterfaces": {
3835 "xyz.openbmc_project.Inventory.Item": {
3836 "PrettyName": "Onboard Memory Power Control Device"
3837 }
3838 }
3839 },
3840 {
3841 "inventoryPath": "/system/chassis/motherboard/dimm11/unit3",
3842 "inherit": false,
3843 "extraInterfaces": {
3844 "xyz.openbmc_project.Inventory.Item": {
3845 "PrettyName": "Onboard Memory Power Management IC"
3846 }
3847 }
3848 }
3849 ],
3850 "/sys/bus/i2c/drivers/at24/211-0050/eeprom": [
3851 {
3852 "inventoryPath": "/system/chassis/motherboard/dimm13",
3853 "extraInterfaces": {
3854 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3855 "com.ibm.ipzvpd.Location": {
3856 "LocationCode": "Ufcs-P0-C36"
3857 },
3858 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003859 "PrettyName": "Memory module 19"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003860 },
3861 "xyz.openbmc_project.State.Decorator.Availability": {
3862 "Available": false
3863 }
3864 }
3865 },
3866 {
3867 "inventoryPath": "/system/chassis/motherboard/dimm13/unit0",
3868 "inherit": false,
3869 "extraInterfaces": {
3870 "xyz.openbmc_project.Inventory.Item": {
3871 "PrettyName": "OpenCAPI Memory Buffer"
3872 }
3873 }
3874 },
3875 {
3876 "inventoryPath": "/system/chassis/motherboard/dimm13/unit1",
3877 "inherit": false,
3878 "extraInterfaces": {
3879 "xyz.openbmc_project.Inventory.Item": {
3880 "PrettyName": "DDR Memory Port"
3881 }
3882 }
3883 },
3884 {
3885 "inventoryPath": "/system/chassis/motherboard/dimm13/unit2",
3886 "inherit": false,
3887 "extraInterfaces": {
3888 "xyz.openbmc_project.Inventory.Item": {
3889 "PrettyName": "Onboard Memory Power Control Device"
3890 }
3891 }
3892 },
3893 {
3894 "inventoryPath": "/system/chassis/motherboard/dimm13/unit3",
3895 "inherit": false,
3896 "extraInterfaces": {
3897 "xyz.openbmc_project.Inventory.Item": {
3898 "PrettyName": "Onboard Memory Power Management IC"
3899 }
3900 }
3901 }
3902 ],
3903 "/sys/bus/i2c/drivers/at24/215-0050/eeprom": [
3904 {
3905 "inventoryPath": "/system/chassis/motherboard/dimm12",
3906 "extraInterfaces": {
3907 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3908 "com.ibm.ipzvpd.Location": {
3909 "LocationCode": "Ufcs-P0-C37"
3910 },
3911 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003912 "PrettyName": "Memory module 20"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003913 },
3914 "xyz.openbmc_project.State.Decorator.Availability": {
3915 "Available": false
3916 }
3917 }
3918 },
3919 {
3920 "inventoryPath": "/system/chassis/motherboard/dimm12/unit0",
3921 "inherit": false,
3922 "extraInterfaces": {
3923 "xyz.openbmc_project.Inventory.Item": {
3924 "PrettyName": "OpenCAPI Memory Buffer"
3925 }
3926 }
3927 },
3928 {
3929 "inventoryPath": "/system/chassis/motherboard/dimm12/unit1",
3930 "inherit": false,
3931 "extraInterfaces": {
3932 "xyz.openbmc_project.Inventory.Item": {
3933 "PrettyName": "DDR Memory Port"
3934 }
3935 }
3936 },
3937 {
3938 "inventoryPath": "/system/chassis/motherboard/dimm12/unit2",
3939 "inherit": false,
3940 "extraInterfaces": {
3941 "xyz.openbmc_project.Inventory.Item": {
3942 "PrettyName": "Onboard Memory Power Control Device"
3943 }
3944 }
3945 },
3946 {
3947 "inventoryPath": "/system/chassis/motherboard/dimm12/unit3",
3948 "inherit": false,
3949 "extraInterfaces": {
3950 "xyz.openbmc_project.Inventory.Item": {
3951 "PrettyName": "Onboard Memory Power Management IC"
3952 }
3953 }
3954 }
3955 ],
3956 "/sys/bus/i2c/drivers/at24/315-0050/eeprom": [
3957 {
3958 "inventoryPath": "/system/chassis/motherboard/dimm20",
3959 "extraInterfaces": {
3960 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3961 "com.ibm.ipzvpd.Location": {
3962 "LocationCode": "Ufcs-P0-C38"
3963 },
3964 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003965 "PrettyName": "Memory module 21"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003966 },
3967 "xyz.openbmc_project.State.Decorator.Availability": {
3968 "Available": false
3969 }
3970 }
3971 },
3972 {
3973 "inventoryPath": "/system/chassis/motherboard/dimm20/unit0",
3974 "inherit": false,
3975 "extraInterfaces": {
3976 "xyz.openbmc_project.Inventory.Item": {
3977 "PrettyName": "OpenCAPI Memory Buffer"
3978 }
3979 }
3980 },
3981 {
3982 "inventoryPath": "/system/chassis/motherboard/dimm20/unit1",
3983 "inherit": false,
3984 "extraInterfaces": {
3985 "xyz.openbmc_project.Inventory.Item": {
3986 "PrettyName": "DDR Memory Port"
3987 }
3988 }
3989 },
3990 {
3991 "inventoryPath": "/system/chassis/motherboard/dimm20/unit2",
3992 "inherit": false,
3993 "extraInterfaces": {
3994 "xyz.openbmc_project.Inventory.Item": {
3995 "PrettyName": "Onboard Memory Power Control Device"
3996 }
3997 }
3998 },
3999 {
4000 "inventoryPath": "/system/chassis/motherboard/dimm20/unit3",
4001 "inherit": false,
4002 "extraInterfaces": {
4003 "xyz.openbmc_project.Inventory.Item": {
4004 "PrettyName": "Onboard Memory Power Management IC"
4005 }
4006 }
4007 }
4008 ],
4009 "/sys/bus/i2c/drivers/at24/300-0050/eeprom": [
4010 {
4011 "inventoryPath": "/system/chassis/motherboard/dimm21",
4012 "extraInterfaces": {
4013 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4014 "com.ibm.ipzvpd.Location": {
4015 "LocationCode": "Ufcs-P0-C39"
4016 },
4017 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004018 "PrettyName": "Memory module 22"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004019 },
4020 "xyz.openbmc_project.State.Decorator.Availability": {
4021 "Available": false
4022 }
4023 }
4024 },
4025 {
4026 "inventoryPath": "/system/chassis/motherboard/dimm21/unit0",
4027 "inherit": false,
4028 "extraInterfaces": {
4029 "xyz.openbmc_project.Inventory.Item": {
4030 "PrettyName": "OpenCAPI Memory Buffer"
4031 }
4032 }
4033 },
4034 {
4035 "inventoryPath": "/system/chassis/motherboard/dimm21/unit1",
4036 "inherit": false,
4037 "extraInterfaces": {
4038 "xyz.openbmc_project.Inventory.Item": {
4039 "PrettyName": "DDR Memory Port"
4040 }
4041 }
4042 },
4043 {
4044 "inventoryPath": "/system/chassis/motherboard/dimm21/unit2",
4045 "inherit": false,
4046 "extraInterfaces": {
4047 "xyz.openbmc_project.Inventory.Item": {
4048 "PrettyName": "Onboard Memory Power Control Device"
4049 }
4050 }
4051 },
4052 {
4053 "inventoryPath": "/system/chassis/motherboard/dimm21/unit3",
4054 "inherit": false,
4055 "extraInterfaces": {
4056 "xyz.openbmc_project.Inventory.Item": {
4057 "PrettyName": "Onboard Memory Power Management IC"
4058 }
4059 }
4060 }
4061 ],
4062 "/sys/bus/i2c/drivers/at24/313-0050/eeprom": [
4063 {
4064 "inventoryPath": "/system/chassis/motherboard/dimm19",
4065 "extraInterfaces": {
4066 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4067 "com.ibm.ipzvpd.Location": {
4068 "LocationCode": "Ufcs-P0-C40"
4069 },
4070 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004071 "PrettyName": "Memory module 23"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004072 },
4073 "xyz.openbmc_project.State.Decorator.Availability": {
4074 "Available": false
4075 }
4076 }
4077 },
4078 {
4079 "inventoryPath": "/system/chassis/motherboard/dimm19/unit0",
4080 "inherit": false,
4081 "extraInterfaces": {
4082 "xyz.openbmc_project.Inventory.Item": {
4083 "PrettyName": "OpenCAPI Memory Buffer"
4084 }
4085 }
4086 },
4087 {
4088 "inventoryPath": "/system/chassis/motherboard/dimm19/unit1",
4089 "inherit": false,
4090 "extraInterfaces": {
4091 "xyz.openbmc_project.Inventory.Item": {
4092 "PrettyName": "DDR Memory Port"
4093 }
4094 }
4095 },
4096 {
4097 "inventoryPath": "/system/chassis/motherboard/dimm19/unit2",
4098 "inherit": false,
4099 "extraInterfaces": {
4100 "xyz.openbmc_project.Inventory.Item": {
4101 "PrettyName": "Onboard Memory Power Control Device"
4102 }
4103 }
4104 },
4105 {
4106 "inventoryPath": "/system/chassis/motherboard/dimm19/unit3",
4107 "inherit": false,
4108 "extraInterfaces": {
4109 "xyz.openbmc_project.Inventory.Item": {
4110 "PrettyName": "Onboard Memory Power Management IC"
4111 }
4112 }
4113 }
4114 ],
4115 "/sys/bus/i2c/drivers/at24/314-0050/eeprom": [
4116 {
4117 "inventoryPath": "/system/chassis/motherboard/dimm22",
4118 "extraInterfaces": {
4119 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4120 "com.ibm.ipzvpd.Location": {
4121 "LocationCode": "Ufcs-P0-C41"
4122 },
4123 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004124 "PrettyName": "Memory module 24"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004125 },
4126 "xyz.openbmc_project.State.Decorator.Availability": {
4127 "Available": false
4128 }
4129 }
4130 },
4131 {
4132 "inventoryPath": "/system/chassis/motherboard/dimm22/unit0",
4133 "inherit": false,
4134 "extraInterfaces": {
4135 "xyz.openbmc_project.Inventory.Item": {
4136 "PrettyName": "OpenCAPI Memory Buffer"
4137 }
4138 }
4139 },
4140 {
4141 "inventoryPath": "/system/chassis/motherboard/dimm22/unit1",
4142 "inherit": false,
4143 "extraInterfaces": {
4144 "xyz.openbmc_project.Inventory.Item": {
4145 "PrettyName": "DDR Memory Port"
4146 }
4147 }
4148 },
4149 {
4150 "inventoryPath": "/system/chassis/motherboard/dimm22/unit2",
4151 "inherit": false,
4152 "extraInterfaces": {
4153 "xyz.openbmc_project.Inventory.Item": {
4154 "PrettyName": "Onboard Memory Power Control Device"
4155 }
4156 }
4157 },
4158 {
4159 "inventoryPath": "/system/chassis/motherboard/dimm22/unit3",
4160 "inherit": false,
4161 "extraInterfaces": {
4162 "xyz.openbmc_project.Inventory.Item": {
4163 "PrettyName": "Onboard Memory Power Management IC"
4164 }
4165 }
4166 }
4167 ],
4168 "/sys/bus/i2c/drivers/at24/301-0050/eeprom": [
4169 {
4170 "inventoryPath": "/system/chassis/motherboard/dimm23",
4171 "extraInterfaces": {
4172 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4173 "com.ibm.ipzvpd.Location": {
4174 "LocationCode": "Ufcs-P0-C42"
4175 },
4176 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004177 "PrettyName": "Memory module 25"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004178 },
4179 "xyz.openbmc_project.State.Decorator.Availability": {
4180 "Available": false
4181 }
4182 }
4183 },
4184 {
4185 "inventoryPath": "/system/chassis/motherboard/dimm23/unit0",
4186 "inherit": false,
4187 "extraInterfaces": {
4188 "xyz.openbmc_project.Inventory.Item": {
4189 "PrettyName": "OpenCAPI Memory Buffer"
4190 }
4191 }
4192 },
4193 {
4194 "inventoryPath": "/system/chassis/motherboard/dimm23/unit1",
4195 "inherit": false,
4196 "extraInterfaces": {
4197 "xyz.openbmc_project.Inventory.Item": {
4198 "PrettyName": "DDR Memory Port"
4199 }
4200 }
4201 },
4202 {
4203 "inventoryPath": "/system/chassis/motherboard/dimm23/unit2",
4204 "inherit": false,
4205 "extraInterfaces": {
4206 "xyz.openbmc_project.Inventory.Item": {
4207 "PrettyName": "Onboard Memory Power Control Device"
4208 }
4209 }
4210 },
4211 {
4212 "inventoryPath": "/system/chassis/motherboard/dimm23/unit3",
4213 "inherit": false,
4214 "extraInterfaces": {
4215 "xyz.openbmc_project.Inventory.Item": {
4216 "PrettyName": "Onboard Memory Power Management IC"
4217 }
4218 }
4219 }
4220 ],
4221 "/sys/bus/i2c/drivers/at24/417-0050/eeprom": [
4222 {
4223 "inventoryPath": "/system/chassis/motherboard/dimm27",
4224 "extraInterfaces": {
4225 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4226 "com.ibm.ipzvpd.Location": {
4227 "LocationCode": "Ufcs-P0-C43"
4228 },
4229 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004230 "PrettyName": "Memory module 26"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004231 },
4232 "xyz.openbmc_project.State.Decorator.Availability": {
4233 "Available": false
4234 }
4235 }
4236 },
4237 {
4238 "inventoryPath": "/system/chassis/motherboard/dimm27/unit0",
4239 "inherit": false,
4240 "extraInterfaces": {
4241 "xyz.openbmc_project.Inventory.Item": {
4242 "PrettyName": "OpenCAPI Memory Buffer"
4243 }
4244 }
4245 },
4246 {
4247 "inventoryPath": "/system/chassis/motherboard/dimm27/unit1",
4248 "inherit": false,
4249 "extraInterfaces": {
4250 "xyz.openbmc_project.Inventory.Item": {
4251 "PrettyName": "DDR Memory Port"
4252 }
4253 }
4254 },
4255 {
4256 "inventoryPath": "/system/chassis/motherboard/dimm27/unit2",
4257 "inherit": false,
4258 "extraInterfaces": {
4259 "xyz.openbmc_project.Inventory.Item": {
4260 "PrettyName": "Onboard Memory Power Control Device"
4261 }
4262 }
4263 },
4264 {
4265 "inventoryPath": "/system/chassis/motherboard/dimm27/unit3",
4266 "inherit": false,
4267 "extraInterfaces": {
4268 "xyz.openbmc_project.Inventory.Item": {
4269 "PrettyName": "Onboard Memory Power Management IC"
4270 }
4271 }
4272 }
4273 ],
4274 "/sys/bus/i2c/drivers/at24/403-0050/eeprom": [
4275 {
4276 "inventoryPath": "/system/chassis/motherboard/dimm30",
4277 "extraInterfaces": {
4278 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4279 "com.ibm.ipzvpd.Location": {
4280 "LocationCode": "Ufcs-P0-C44"
4281 },
4282 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004283 "PrettyName": "Memory module 27"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004284 },
4285 "xyz.openbmc_project.State.Decorator.Availability": {
4286 "Available": false
4287 }
4288 }
4289 },
4290 {
4291 "inventoryPath": "/system/chassis/motherboard/dimm30/unit0",
4292 "inherit": false,
4293 "extraInterfaces": {
4294 "xyz.openbmc_project.Inventory.Item": {
4295 "PrettyName": "OpenCAPI Memory Buffer"
4296 }
4297 }
4298 },
4299 {
4300 "inventoryPath": "/system/chassis/motherboard/dimm30/unit1",
4301 "inherit": false,
4302 "extraInterfaces": {
4303 "xyz.openbmc_project.Inventory.Item": {
4304 "PrettyName": "DDR Memory Port"
4305 }
4306 }
4307 },
4308 {
4309 "inventoryPath": "/system/chassis/motherboard/dimm30/unit2",
4310 "inherit": false,
4311 "extraInterfaces": {
4312 "xyz.openbmc_project.Inventory.Item": {
4313 "PrettyName": "Onboard Memory Power Control Device"
4314 }
4315 }
4316 },
4317 {
4318 "inventoryPath": "/system/chassis/motherboard/dimm30/unit3",
4319 "inherit": false,
4320 "extraInterfaces": {
4321 "xyz.openbmc_project.Inventory.Item": {
4322 "PrettyName": "Onboard Memory Power Management IC"
4323 }
4324 }
4325 }
4326 ],
4327 "/sys/bus/i2c/drivers/at24/416-0050/eeprom": [
4328 {
4329 "inventoryPath": "/system/chassis/motherboard/dimm31",
4330 "extraInterfaces": {
4331 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4332 "com.ibm.ipzvpd.Location": {
4333 "LocationCode": "Ufcs-P0-C45"
4334 },
4335 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004336 "PrettyName": "Memory module 28"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004337 },
4338 "xyz.openbmc_project.State.Decorator.Availability": {
4339 "Available": false
4340 }
4341 }
4342 },
4343 {
4344 "inventoryPath": "/system/chassis/motherboard/dimm31/unit0",
4345 "inherit": false,
4346 "extraInterfaces": {
4347 "xyz.openbmc_project.Inventory.Item": {
4348 "PrettyName": "OpenCAPI Memory Buffer"
4349 }
4350 }
4351 },
4352 {
4353 "inventoryPath": "/system/chassis/motherboard/dimm31/unit1",
4354 "inherit": false,
4355 "extraInterfaces": {
4356 "xyz.openbmc_project.Inventory.Item": {
4357 "PrettyName": "DDR Memory Port"
4358 }
4359 }
4360 },
4361 {
4362 "inventoryPath": "/system/chassis/motherboard/dimm31/unit2",
4363 "inherit": false,
4364 "extraInterfaces": {
4365 "xyz.openbmc_project.Inventory.Item": {
4366 "PrettyName": "Onboard Memory Power Control Device"
4367 }
4368 }
4369 },
4370 {
4371 "inventoryPath": "/system/chassis/motherboard/dimm31/unit3",
4372 "inherit": false,
4373 "extraInterfaces": {
4374 "xyz.openbmc_project.Inventory.Item": {
4375 "PrettyName": "Onboard Memory Power Management IC"
4376 }
4377 }
4378 }
4379 ],
4380 "/sys/bus/i2c/drivers/at24/411-0050/eeprom": [
4381 {
4382 "inventoryPath": "/system/chassis/motherboard/dimm29",
4383 "extraInterfaces": {
4384 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4385 "com.ibm.ipzvpd.Location": {
4386 "LocationCode": "Ufcs-P0-C46"
4387 },
4388 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004389 "PrettyName": "Memory module 29"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004390 },
4391 "xyz.openbmc_project.State.Decorator.Availability": {
4392 "Available": false
4393 }
4394 }
4395 },
4396 {
4397 "inventoryPath": "/system/chassis/motherboard/dimm29/unit0",
4398 "inherit": false,
4399 "extraInterfaces": {
4400 "xyz.openbmc_project.Inventory.Item": {
4401 "PrettyName": "OpenCAPI Memory Buffer"
4402 }
4403 }
4404 },
4405 {
4406 "inventoryPath": "/system/chassis/motherboard/dimm29/unit1",
4407 "inherit": false,
4408 "extraInterfaces": {
4409 "xyz.openbmc_project.Inventory.Item": {
4410 "PrettyName": "DDR Memory Port"
4411 }
4412 }
4413 },
4414 {
4415 "inventoryPath": "/system/chassis/motherboard/dimm29/unit2",
4416 "inherit": false,
4417 "extraInterfaces": {
4418 "xyz.openbmc_project.Inventory.Item": {
4419 "PrettyName": "Onboard Memory Power Control Device"
4420 }
4421 }
4422 },
4423 {
4424 "inventoryPath": "/system/chassis/motherboard/dimm29/unit3",
4425 "inherit": false,
4426 "extraInterfaces": {
4427 "xyz.openbmc_project.Inventory.Item": {
4428 "PrettyName": "Onboard Memory Power Management IC"
4429 }
4430 }
4431 }
4432 ],
4433 "/sys/bus/i2c/drivers/at24/415-0050/eeprom": [
4434 {
4435 "inventoryPath": "/system/chassis/motherboard/dimm28",
4436 "extraInterfaces": {
4437 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4438 "com.ibm.ipzvpd.Location": {
4439 "LocationCode": "Ufcs-P0-C47"
4440 },
4441 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004442 "PrettyName": "Memory module 30"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004443 },
4444 "xyz.openbmc_project.State.Decorator.Availability": {
4445 "Available": false
4446 }
4447 }
4448 },
4449 {
4450 "inventoryPath": "/system/chassis/motherboard/dimm28/unit0",
4451 "inherit": false,
4452 "extraInterfaces": {
4453 "xyz.openbmc_project.Inventory.Item": {
4454 "PrettyName": "OpenCAPI Memory Buffer"
4455 }
4456 }
4457 },
4458 {
4459 "inventoryPath": "/system/chassis/motherboard/dimm28/unit1",
4460 "inherit": false,
4461 "extraInterfaces": {
4462 "xyz.openbmc_project.Inventory.Item": {
4463 "PrettyName": "DDR Memory Port"
4464 }
4465 }
4466 },
4467 {
4468 "inventoryPath": "/system/chassis/motherboard/dimm28/unit2",
4469 "inherit": false,
4470 "extraInterfaces": {
4471 "xyz.openbmc_project.Inventory.Item": {
4472 "PrettyName": "Onboard Memory Power Control Device"
4473 }
4474 }
4475 },
4476 {
4477 "inventoryPath": "/system/chassis/motherboard/dimm28/unit3",
4478 "inherit": false,
4479 "extraInterfaces": {
4480 "xyz.openbmc_project.Inventory.Item": {
4481 "PrettyName": "Onboard Memory Power Management IC"
4482 }
4483 }
4484 }
4485 ],
4486 "/sys/bus/i2c/drivers/at24/414-0050/eeprom": [
4487 {
4488 "inventoryPath": "/system/chassis/motherboard/dimm26",
4489 "extraInterfaces": {
4490 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4491 "com.ibm.ipzvpd.Location": {
4492 "LocationCode": "Ufcs-P0-C48"
4493 },
4494 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004495 "PrettyName": "Memory module 31"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004496 },
4497 "xyz.openbmc_project.State.Decorator.Availability": {
4498 "Available": false
4499 }
4500 }
4501 },
4502 {
4503 "inventoryPath": "/system/chassis/motherboard/dimm26/unit0",
4504 "inherit": false,
4505 "extraInterfaces": {
4506 "xyz.openbmc_project.Inventory.Item": {
4507 "PrettyName": "OpenCAPI Memory Buffer"
4508 }
4509 }
4510 },
4511 {
4512 "inventoryPath": "/system/chassis/motherboard/dimm26/unit1",
4513 "inherit": false,
4514 "extraInterfaces": {
4515 "xyz.openbmc_project.Inventory.Item": {
4516 "PrettyName": "DDR Memory Port"
4517 }
4518 }
4519 },
4520 {
4521 "inventoryPath": "/system/chassis/motherboard/dimm26/unit2",
4522 "inherit": false,
4523 "extraInterfaces": {
4524 "xyz.openbmc_project.Inventory.Item": {
4525 "PrettyName": "Onboard Memory Power Control Device"
4526 }
4527 }
4528 },
4529 {
4530 "inventoryPath": "/system/chassis/motherboard/dimm26/unit3",
4531 "inherit": false,
4532 "extraInterfaces": {
4533 "xyz.openbmc_project.Inventory.Item": {
4534 "PrettyName": "Onboard Memory Power Management IC"
4535 }
4536 }
4537 }
4538 ]
4539 }
4540}