blob: f80f61dd2fb086ff60ebe109ad584fbe6d8627b5 [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/powersupply2",
361 "inherit": false,
362 "embedded": false,
363 "synthesized": true,
364 "extraInterfaces": {
365 "com.ibm.ipzvpd.Location": {
366 "LocationCode": "Ufcs-E2"
367 }
368 }
369 },
370 {
371 "inventoryPath": "/system/chassis/motherboard/powersupply3",
372 "inherit": false,
373 "embedded": false,
374 "synthesized": true,
375 "extraInterfaces": {
376 "com.ibm.ipzvpd.Location": {
377 "LocationCode": "Ufcs-E3"
378 }
379 }
380 },
381 {
382 "inventoryPath": "/system/chassis/motherboard/fan0",
383 "inherit": false,
384 "embedded": false,
385 "synthesized": true,
386 "extraInterfaces": {
387 "com.ibm.ipzvpd.Location": {
388 "LocationCode": "Ufcs-A0"
389 },
390 "com.ibm.ipzvpd.VINI": {
391 "FN": [48, 50, 89, 75, 51, 50, 51],
392 "CC": [55, 66, 53, 70],
393 "PN": [48, 50, 89, 75, 51, 50, 51],
394 "DR": [66, 108, 111, 119, 101, 114],
395 "SN": [89, 76, 49, 50, 74, 80, 49, 67, 49, 50, 51, 52],
396 "RT": [86, 73, 78, 73]
397 },
398 "com.ibm.ipzvpd.DINF": {
399 "RI": [0, 5, 33, 0],
400 "RT": [68, 73, 78, 70]
401 },
402 "xyz.openbmc_project.Inventory.Decorator.Asset": {
403 "Model": "7B5F",
404 "Manufacturer": "Delta",
405 "PartNumber": "02YK323",
406 "SparePartNumber": "02YK323",
407 "SerialNumber": "YL12JP1C1234"
408 }
409 }
410 },
411 {
412 "inventoryPath": "/system/chassis/motherboard/fan1",
413 "inherit": false,
414 "embedded": false,
415 "synthesized": true,
416 "extraInterfaces": {
417 "com.ibm.ipzvpd.Location": {
418 "LocationCode": "Ufcs-A1"
419 },
420 "com.ibm.ipzvpd.VINI": {
421 "FN": [48, 50, 89, 75, 51, 50, 51],
422 "CC": [55, 66, 53, 70],
423 "PN": [48, 50, 89, 75, 51, 50, 51],
424 "DR": [66, 108, 111, 119, 101, 114],
425 "SN": [89, 76, 49, 50, 74, 80, 49, 67, 49, 50, 51, 52],
426 "RT": [86, 73, 78, 73]
427 },
428 "com.ibm.ipzvpd.DINF": {
429 "RI": [0, 5, 33, 1],
430 "RT": [68, 73, 78, 70]
431 },
432 "xyz.openbmc_project.Inventory.Decorator.Asset": {
433 "Model": "7B5F",
434 "Manufacturer": "Delta",
435 "PartNumber": "02YK323",
436 "SparePartNumber": "02YK323",
437 "SerialNumber": "YL12JP1C1234"
438 }
439 }
440 },
441 {
442 "inventoryPath": "/system/chassis/motherboard/fan2",
443 "inherit": false,
444 "embedded": false,
445 "synthesized": true,
446 "extraInterfaces": {
447 "com.ibm.ipzvpd.Location": {
448 "LocationCode": "Ufcs-A2"
449 },
450 "com.ibm.ipzvpd.VINI": {
451 "FN": [48, 50, 89, 75, 51, 50, 51],
452 "CC": [55, 66, 53, 70],
453 "PN": [48, 50, 89, 75, 51, 50, 51],
454 "DR": [66, 108, 111, 119, 101, 114],
455 "SN": [89, 76, 49, 50, 74, 80, 49, 67, 49, 50, 51, 52],
456 "RT": [86, 73, 78, 73]
457 },
458 "com.ibm.ipzvpd.DINF": {
459 "RI": [0, 5, 33, 2],
460 "RT": [68, 73, 78, 70]
461 },
462 "xyz.openbmc_project.Inventory.Decorator.Asset": {
463 "Model": "7B5F",
464 "Manufacturer": "Delta",
465 "PartNumber": "02YK323",
466 "SparePartNumber": "02YK323",
467 "SerialNumber": "YL12JP1C1234"
468 }
469 }
470 },
471 {
472 "inventoryPath": "/system/chassis/motherboard/fan3",
473 "inherit": false,
474 "embedded": false,
475 "synthesized": true,
476 "extraInterfaces": {
477 "com.ibm.ipzvpd.Location": {
478 "LocationCode": "Ufcs-A3"
479 },
480 "com.ibm.ipzvpd.VINI": {
481 "FN": [48, 50, 89, 75, 51, 50, 51],
482 "CC": [55, 66, 53, 70],
483 "PN": [48, 50, 89, 75, 51, 50, 51],
484 "DR": [66, 108, 111, 119, 101, 114],
485 "SN": [89, 76, 49, 50, 74, 80, 49, 67, 49, 50, 51, 52],
486 "RT": [86, 73, 78, 73]
487 },
488 "com.ibm.ipzvpd.DINF": {
489 "RI": [0, 5, 33, 3],
490 "RT": [68, 73, 78, 70]
491 },
492 "xyz.openbmc_project.Inventory.Decorator.Asset": {
493 "Model": "7B5F",
494 "Manufacturer": "Delta",
495 "PartNumber": "02YK323",
496 "SparePartNumber": "02YK323",
497 "SerialNumber": "YL12JP1C1234"
498 }
499 }
500 },
501 {
502 "inventoryPath": "/system/chassis/motherboard/fan4",
503 "inherit": false,
504 "embedded": false,
505 "synthesized": true,
506 "extraInterfaces": {
507 "com.ibm.ipzvpd.Location": {
508 "LocationCode": "Ufcs-A4"
509 },
510 "com.ibm.ipzvpd.VINI": {
511 "FN": [48, 50, 89, 75, 51, 50, 51],
512 "CC": [55, 66, 53, 70],
513 "PN": [48, 50, 89, 75, 51, 50, 51],
514 "DR": [66, 108, 111, 119, 101, 114],
515 "SN": [89, 76, 49, 50, 74, 80, 49, 67, 49, 50, 51, 52],
516 "RT": [86, 73, 78, 73]
517 },
518 "com.ibm.ipzvpd.DINF": {
519 "RI": [0, 5, 33, 4],
520 "RT": [68, 73, 78, 70]
521 },
522 "xyz.openbmc_project.Inventory.Decorator.Asset": {
523 "Model": "7B5F",
524 "Manufacturer": "Delta",
525 "PartNumber": "02YK323",
526 "SparePartNumber": "02YK323",
527 "SerialNumber": "YL12JP1C1234"
528 }
529 }
530 },
531 {
532 "inventoryPath": "/system/chassis/motherboard/fan5",
533 "inherit": false,
534 "embedded": false,
535 "synthesized": true,
536 "extraInterfaces": {
537 "com.ibm.ipzvpd.Location": {
538 "LocationCode": "Ufcs-A5"
539 },
540 "com.ibm.ipzvpd.VINI": {
541 "FN": [48, 50, 89, 75, 51, 50, 51],
542 "CC": [55, 66, 53, 70],
543 "PN": [48, 50, 89, 75, 51, 50, 51],
544 "DR": [66, 108, 111, 119, 101, 114],
545 "SN": [89, 76, 49, 50, 74, 80, 49, 67, 49, 50, 51, 52],
546 "RT": [86, 73, 78, 73]
547 },
548 "com.ibm.ipzvpd.DINF": {
549 "RI": [0, 5, 33, 5],
550 "RT": [68, 73, 78, 70]
551 },
552 "xyz.openbmc_project.Inventory.Decorator.Asset": {
553 "Model": "7B5F",
554 "Manufacturer": "Delta",
555 "PartNumber": "02YK323",
556 "SparePartNumber": "02YK323",
557 "SerialNumber": "YL12JP1C1234"
558 }
559 }
560 },
561 {
562 "inventoryPath": "/system/chassis/motherboard/tod_battery",
563 "extraInterfaces": {
564 "xyz.openbmc_project.Inventory.Item.Battery": null,
565 "com.ibm.ipzvpd.Location": {
566 "LocationCode": "Ufcs-P0-E0"
567 },
568 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600569 "PrettyName": "Time-of-day battery"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500570 }
571 }
572 },
573 {
574 "inventoryPath": "/system/chassis/motherboard/connector0",
575 "inherit": false,
576 "extraInterfaces": {
577 "xyz.openbmc_project.Inventory.Item.Connector": null,
578 "com.ibm.ipzvpd.Location": {
579 "LocationCode": "Ufcs-P0-T0"
580 },
581 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600582 "PrettyName": "Connector for OpenCAPI Port DCM-0 P0 OP3B"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500583 }
584 }
585 },
586 {
587 "inventoryPath": "/system/chassis/motherboard/connector1",
588 "inherit": false,
589 "extraInterfaces": {
590 "xyz.openbmc_project.Inventory.Item.Connector": null,
591 "com.ibm.ipzvpd.Location": {
592 "LocationCode": "Ufcs-P0-T1"
593 },
594 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600595 "PrettyName": "Connector for OpenCAPI Port DCM-0 P0 OP3A"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500596 }
597 }
598 },
599 {
600 "inventoryPath": "/system/chassis/motherboard/connector2",
601 "inherit": false,
602 "extraInterfaces": {
603 "xyz.openbmc_project.Inventory.Item.Connector": null,
604 "com.ibm.ipzvpd.Location": {
605 "LocationCode": "Ufcs-P0-T2"
606 },
607 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600608 "PrettyName": "Connector for OpenCAPI Port DCM-0 P1 OP0B"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500609 }
610 }
611 },
612 {
613 "inventoryPath": "/system/chassis/motherboard/connector3",
614 "inherit": false,
615 "extraInterfaces": {
616 "xyz.openbmc_project.Inventory.Item.Connector": null,
617 "com.ibm.ipzvpd.Location": {
618 "LocationCode": "Ufcs-P0-T3"
619 },
620 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600621 "PrettyName": "Connector for OpenCAPI Port DCM-0 P1 OP0A"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500622 }
623 }
624 },
625 {
626 "inventoryPath": "/system/chassis/motherboard/connector4",
627 "inherit": false,
628 "extraInterfaces": {
629 "xyz.openbmc_project.Inventory.Item.Connector": null,
630 "com.ibm.ipzvpd.Location": {
631 "LocationCode": "Ufcs-P0-T4"
632 },
633 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600634 "PrettyName": "Power signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500635 }
636 }
637 },
638 {
639 "inventoryPath": "/system/chassis/motherboard/connector5",
640 "inherit": false,
641 "extraInterfaces": {
642 "xyz.openbmc_project.Inventory.Item.Connector": null,
643 "com.ibm.ipzvpd.Location": {
644 "LocationCode": "Ufcs-P0-T5"
645 },
646 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600647 "PrettyName": "Connector for OpenCAPI Port DCM-1 P0 OP3A"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500648 }
649 }
650 },
651 {
652 "inventoryPath": "/system/chassis/motherboard/connector6",
653 "inherit": false,
654 "extraInterfaces": {
655 "xyz.openbmc_project.Inventory.Item.Connector": null,
656 "com.ibm.ipzvpd.Location": {
657 "LocationCode": "Ufcs-P0-T6"
658 },
659 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600660 "PrettyName": "Connector for OpenCAPI Port DCM-1 P1 OP0B"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500661 }
662 }
663 },
664 {
665 "inventoryPath": "/system/chassis/motherboard/connector7",
666 "inherit": false,
667 "extraInterfaces": {
668 "xyz.openbmc_project.Inventory.Item.Connector": null,
669 "com.ibm.ipzvpd.Location": {
670 "LocationCode": "Ufcs-P0-T7"
671 },
672 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600673 "PrettyName": "USB 3.0 port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500674 }
675 }
676 },
677 {
678 "inventoryPath": "/system/chassis/motherboard/connector8",
679 "inherit": false,
680 "extraInterfaces": {
681 "xyz.openbmc_project.Inventory.Item.Connector": null,
682 "com.ibm.ipzvpd.Location": {
683 "LocationCode": "Ufcs-P0-T8"
684 },
685 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600686 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500687 }
688 }
689 },
690 {
691 "inventoryPath": "/system/chassis/motherboard/connector9",
692 "inherit": false,
693 "extraInterfaces": {
694 "xyz.openbmc_project.Inventory.Item.Connector": null,
695 "com.ibm.ipzvpd.Location": {
696 "LocationCode": "Ufcs-P0-T9"
697 },
698 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600699 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500700 }
701 }
702 },
703 {
girik494ff072023-10-05 23:19:47 -0500704 "inventoryPath": "/system/chassis/motherboard/connector10",
705 "inherit": false,
706 "extraInterfaces": {
707 "xyz.openbmc_project.Inventory.Item.Connector": null,
708 "com.ibm.ipzvpd.Location": {
709 "LocationCode": "Ufcs-P0-T10"
710 },
711 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600712 "PrettyName": "Drive backplane signal cable port"
girik494ff072023-10-05 23:19:47 -0500713 }
714 }
715 },
716 {
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500717 "inventoryPath": "/system/chassis/motherboard/connector11",
718 "inherit": false,
719 "extraInterfaces": {
720 "xyz.openbmc_project.Inventory.Item.Connector": null,
721 "com.ibm.ipzvpd.Location": {
722 "LocationCode": "Ufcs-P0-T11"
723 },
724 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600725 "PrettyName": "Control panel cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500726 }
727 }
728 },
729 {
730 "inventoryPath": "/system/chassis/motherboard/connector12",
731 "inherit": false,
732 "extraInterfaces": {
733 "xyz.openbmc_project.Inventory.Item.Connector": null,
734 "com.ibm.ipzvpd.Location": {
735 "LocationCode": "Ufcs-P0-T12"
736 },
737 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600738 "PrettyName": "Fan signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500739 }
740 }
741 },
742 {
743 "inventoryPath": "/system/chassis/motherboard/connector13",
744 "inherit": false,
745 "extraInterfaces": {
746 "xyz.openbmc_project.Inventory.Item.Connector": null,
747 "com.ibm.ipzvpd.Location": {
748 "LocationCode": "Ufcs-P0-T13"
749 },
750 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600751 "PrettyName": "Control panel display cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500752 }
753 }
754 },
755 {
756 "inventoryPath": "/system/chassis/motherboard/connector14",
757 "inherit": false,
758 "extraInterfaces": {
759 "xyz.openbmc_project.Inventory.Item.Connector": null,
760 "com.ibm.ipzvpd.Location": {
761 "LocationCode": "Ufcs-P0-T14"
762 },
763 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600764 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500765 }
766 }
767 },
768 {
769 "inventoryPath": "/system/chassis/motherboard/connector15",
770 "inherit": false,
771 "extraInterfaces": {
772 "xyz.openbmc_project.Inventory.Item.Connector": null,
773 "com.ibm.ipzvpd.Location": {
774 "LocationCode": "Ufcs-P0-T15"
775 },
776 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600777 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500778 }
779 }
780 },
781 {
girik494ff072023-10-05 23:19:47 -0500782 "inventoryPath": "/system/chassis/motherboard/connector16",
783 "inherit": false,
784 "extraInterfaces": {
785 "xyz.openbmc_project.Inventory.Item.Connector": null,
786 "com.ibm.ipzvpd.Location": {
787 "LocationCode": "Ufcs-P0-T16"
788 },
789 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600790 "PrettyName": "Drive backplane power cable port"
girik494ff072023-10-05 23:19:47 -0500791 }
792 }
793 },
794 {
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500795 "inventoryPath": "/system/chassis/motherboard/connector17",
796 "inherit": false,
797 "extraInterfaces": {
798 "xyz.openbmc_project.Inventory.Item.Connector": null,
799 "com.ibm.ipzvpd.Location": {
800 "LocationCode": "Ufcs-P0-T17"
801 },
802 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600803 "PrettyName": "Fan signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500804 }
805 }
806 },
807 {
808 "inventoryPath": "/system/chassis/motherboard/connector18",
809 "inherit": false,
810 "extraInterfaces": {
811 "xyz.openbmc_project.Inventory.Item.Connector": null,
812 "com.ibm.ipzvpd.Location": {
813 "LocationCode": "Ufcs-P0-T18"
814 },
815 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500816 "PrettyName": "USB 3.0 port (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500817 }
818 }
819 },
820 {
821 "inventoryPath": "/system/chassis/motherboard/connector19",
822 "inherit": false,
823 "extraInterfaces": {
824 "xyz.openbmc_project.Inventory.Item.Connector": null,
825 "com.ibm.ipzvpd.Location": {
826 "LocationCode": "Ufcs-P0-T19"
827 },
828 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600829 "PrettyName": "Fan cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500830 }
831 }
832 },
833 {
834 "inventoryPath": "/system/chassis/motherboard/connector20",
835 "inherit": false,
836 "extraInterfaces": {
837 "xyz.openbmc_project.Inventory.Item.Connector": null,
838 "com.ibm.ipzvpd.Location": {
839 "LocationCode": "Ufcs-P0-T20"
840 },
841 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600842 "PrettyName": "Fan cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500843 }
844 }
845 },
846 {
847 "inventoryPath": "/system/chassis/motherboard/connector21",
848 "inherit": false,
849 "extraInterfaces": {
850 "xyz.openbmc_project.Inventory.Item.Connector": null,
851 "com.ibm.ipzvpd.Location": {
852 "LocationCode": "Ufcs-P0-T21"
853 },
854 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600855 "PrettyName": "Internal RDX power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500856 }
857 }
858 },
859 {
860 "inventoryPath": "/system/chassis/motherboard/rdx0",
861 "inherit": false,
862 "embedded": false,
863 "extraInterfaces": {
864 "xyz.openbmc_project.Inventory.Item.Board": null,
865 "com.ibm.ipzvpd.Location": {
866 "LocationCode": "Ufcs-P4"
867 },
868 "xyz.openbmc_project.Inventory.Item": {
869 "PrettyName": "RDX Docking Station"
870 }
871 }
872 },
873 {
874 "inventoryPath": "/system/chassis/motherboard/rdx0/media0",
875 "inherit": false,
876 "embedded": false,
877 "extraInterfaces": {
878 "xyz.openbmc_project.Inventory.Item.Drive": null,
879 "com.ibm.ipzvpd.Location": {
880 "LocationCode": "Ufcs-P4-D0"
881 },
882 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600883 "PrettyName": "RDX removable disk drive"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500884 }
885 }
886 },
887 {
888 "inventoryPath": "/system/chassis/motherboard/rdx0/rdx_power_connector",
889 "inherit": false,
890 "embedded": false,
891 "extraInterfaces": {
892 "xyz.openbmc_project.Inventory.Item.Connector": null,
893 "com.ibm.ipzvpd.Location": {
894 "LocationCode": "Ufcs-P4-T0"
895 },
896 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600897 "PrettyName": "Power connector for RDX"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500898 }
899 }
900 },
901 {
902 "inventoryPath": "/system/chassis/motherboard/rdx0/rdx_usb_connector",
903 "inherit": false,
904 "embedded": false,
905 "extraInterfaces": {
906 "xyz.openbmc_project.Inventory.Item.Connector": null,
907 "com.ibm.ipzvpd.Location": {
908 "LocationCode": "Ufcs-P4-T1"
909 },
910 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600911 "PrettyName": "USB connector for RDX"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500912 }
913 }
914 }
915 ],
916 "/sys/bus/i2c/drivers/at24/8-0051/eeprom": [
917 {
918 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc",
919 "extraInterfaces": {
920 "xyz.openbmc_project.Inventory.Item.Bmc": null,
921 "com.ibm.ipzvpd.Location": {
922 "LocationCode": "Ufcs-P0-C5"
923 },
924 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600925 "PrettyName": "eBMC card"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500926 }
927 }
928 },
929 {
930 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/ethernet0",
931 "inherit": false,
932 "noprime": true,
933 "extraInterfaces": {
934 "xyz.openbmc_project.Inventory.Item.Ethernet": null,
935 "xyz.openbmc_project.Inventory.Item.Connector": null,
936 "com.ibm.ipzvpd.Location": {
937 "LocationCode": "Ufcs-P0-C5-T0"
938 },
939 "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
940 "MACAddress": {
941 "recordName": "VCFG",
942 "keywordName": "Z0",
943 "encoding": "MAC"
944 }
945 },
946 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600947 "PrettyName": "HMC port 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500948 }
949 }
950 },
951 {
952 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/ethernet1",
953 "inherit": false,
954 "noprime": true,
955 "extraInterfaces": {
956 "xyz.openbmc_project.Inventory.Item.Ethernet": null,
957 "xyz.openbmc_project.Inventory.Item.Connector": null,
958 "com.ibm.ipzvpd.Location": {
959 "LocationCode": "Ufcs-P0-C5-T1"
960 },
961 "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
962 "MACAddress": {
963 "recordName": "VCFG",
964 "keywordName": "Z1",
965 "encoding": "MAC"
966 }
967 },
968 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600969 "PrettyName": "HMC port 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500970 }
971 }
972 },
973 {
974 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/usb0",
975 "inherit": false,
976 "extraInterfaces": {
977 "xyz.openbmc_project.Inventory.Item.Connector": null,
978 "com.ibm.ipzvpd.Location": {
979 "LocationCode": "Ufcs-P0-C5-T2"
980 },
981 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500982 "PrettyName": "USB 3.0 port (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500983 }
984 }
985 },
986 {
987 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/displayport0",
988 "inherit": false,
989 "extraInterfaces": {
990 "xyz.openbmc_project.Inventory.Item.Connector": null,
991 "com.ibm.ipzvpd.Location": {
992 "LocationCode": "Ufcs-P0-C5-T3"
993 },
994 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600995 "PrettyName": "Display Port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500996 }
997 }
998 },
999 {
1000 "inventoryPath": "/system/chassis/motherboard/ebmc_card_bmc/usb1",
1001 "inherit": false,
1002 "extraInterfaces": {
1003 "xyz.openbmc_project.Inventory.Item.Connector": null,
1004 "com.ibm.ipzvpd.Location": {
1005 "LocationCode": "Ufcs-P0-C5-T4"
1006 },
1007 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -05001008 "PrettyName": "USB 2.0 port (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001009 }
1010 }
1011 }
1012 ],
1013 "/sys/bus/i2c/drivers/at24/0-0051/eeprom": [
1014 {
1015 "inventoryPath": "/system/chassis/motherboard/tpm_wilson",
1016 "extraInterfaces": {
1017 "xyz.openbmc_project.Inventory.Item.Tpm": null,
1018 "com.ibm.ipzvpd.Location": {
1019 "LocationCode": "Ufcs-P0-C22"
1020 },
1021 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001022 "PrettyName": "Trusted platform module card"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001023 }
1024 }
1025 }
1026 ],
1027 "/sys/bus/i2c/drivers/at24/7-0050/eeprom": [
1028 {
1029 "inventoryPath": "/system/chassis/motherboard/base_op_panel_blyth",
1030 "essentialFru": true,
1031 "extraInterfaces": {
1032 "xyz.openbmc_project.Inventory.Item.Panel": null,
1033 "com.ibm.ipzvpd.Location": {
1034 "LocationCode": "Ufcs-D0"
1035 },
1036 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001037 "PrettyName": "Control panel"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001038 }
1039 }
1040 }
1041 ],
1042 "/sys/bus/i2c/drivers/at24/7-0051/eeprom": [
1043 {
1044 "inventoryPath": "/system/chassis/motherboard/lcd_op_panel_hill",
1045 "devAddress": "7-0051",
1046 "driverType": "at24",
1047 "busType": "i2c",
1048 "presence": {
1049 "pollingRequired": true,
1050 "pin": "RUSSEL_OPPANEL_PRESENCE_N",
1051 "value": 0,
1052 "gpioI2CAddress": "0-0020"
1053 },
1054 "preAction": {
1055 "pin": "RUSSEL_FW_I2C_ENABLE_N",
1056 "value": 0,
1057 "gpioI2CAddress": "0-0020"
1058 },
1059 "postActionFail": {
1060 "pin": "RUSSEL_FW_I2C_ENABLE_N",
1061 "value": 1,
1062 "gpioI2CAddress": "0-0020"
1063 },
1064 "extraInterfaces": {
1065 "xyz.openbmc_project.Inventory.Item.Panel": null,
1066 "com.ibm.ipzvpd.Location": {
1067 "LocationCode": "Ufcs-D1"
1068 },
1069 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001070 "PrettyName": "Control panel display"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001071 }
1072 }
1073 }
1074 ],
1075 "/sys/bus/i2c/drivers/at24/9-0050/eeprom": [
1076 {
1077 "inventoryPath": "/system/chassis/motherboard/vdd_vrm0",
1078 "extraInterfaces": {
1079 "xyz.openbmc_project.Inventory.Item.Vrm": null,
1080 "com.ibm.ipzvpd.Location": {
1081 "LocationCode": "Ufcs-P0-C14"
1082 },
1083 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001084 "PrettyName": "Voltage regulator module for system processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001085 }
1086 }
1087 }
1088 ],
1089 "/sys/bus/i2c/drivers/at24/10-0050/eeprom": [
1090 {
1091 "inventoryPath": "/system/chassis/motherboard/vdd_vrm1",
1092 "extraInterfaces": {
1093 "xyz.openbmc_project.Inventory.Item.Vrm": null,
1094 "com.ibm.ipzvpd.Location": {
1095 "LocationCode": "Ufcs-P0-C23"
1096 },
1097 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001098 "PrettyName": "Voltage regulator module for system processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001099 }
1100 }
1101 }
1102 ],
1103 "/sys/bus/spi/drivers/at25/spi12.0/eeprom": [
1104 {
1105 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0",
1106 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi13.0/eeprom",
1107 "cpuType": "primary",
1108 "powerOffOnly": true,
1109 "offset": 196608,
1110 "size": 65504,
1111 "extraInterfaces": {
1112 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1113 "com.ibm.ipzvpd.Location": {
1114 "LocationCode": "Ufcs-P0-C15"
1115 },
1116 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001117 "PrettyName": "System processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001118 }
1119 }
1120 },
1121 {
1122 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit0",
1123 "inherit": false,
1124 "extraInterfaces": {
1125 "xyz.openbmc_project.Inventory.Item": {
1126 "PrettyName": "Quad"
1127 }
1128 }
1129 },
1130 {
1131 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit1",
1132 "inherit": false,
1133 "extraInterfaces": {
1134 "xyz.openbmc_project.Inventory.Item": {
1135 "PrettyName": "High speed SMP/OpenCAPI Link"
1136 }
1137 }
1138 },
1139 {
1140 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit2",
1141 "inherit": false,
1142 "extraInterfaces": {
1143 "xyz.openbmc_project.Inventory.Item": {
1144 "PrettyName": "Memory Controller"
1145 }
1146 }
1147 },
1148 {
1149 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit3",
1150 "inherit": false,
1151 "extraInterfaces": {
1152 "xyz.openbmc_project.Inventory.Item": {
1153 "PrettyName": "Memory Controller Channel"
1154 }
1155 }
1156 },
1157 {
1158 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit4",
1159 "inherit": false,
1160 "extraInterfaces": {
1161 "xyz.openbmc_project.Inventory.Item": {
1162 "PrettyName": "Processor To Memory Buffer Interface"
1163 }
1164 }
1165 },
1166 {
1167 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit5",
1168 "inherit": false,
1169 "extraInterfaces": {
1170 "xyz.openbmc_project.Inventory.Item": {
1171 "PrettyName": "Nest Memory Management Unit"
1172 }
1173 }
1174 },
1175 {
1176 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit6",
1177 "inherit": false,
1178 "extraInterfaces": {
1179 "xyz.openbmc_project.Inventory.Item": {
1180 "PrettyName": "Accelerator"
1181 }
1182 }
1183 },
1184 {
1185 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit7",
1186 "inherit": false,
1187 "extraInterfaces": {
1188 "xyz.openbmc_project.Inventory.Item": {
1189 "PrettyName": "OpenCAPI Memory Interface"
1190 }
1191 }
1192 },
1193 {
1194 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit8",
1195 "inherit": false,
1196 "extraInterfaces": {
1197 "xyz.openbmc_project.Inventory.Item": {
1198 "PrettyName": "OpenCAPI Memory Interface Controller"
1199 }
1200 }
1201 },
1202 {
1203 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit9",
1204 "inherit": false,
1205 "extraInterfaces": {
1206 "xyz.openbmc_project.Inventory.Item": {
1207 "PrettyName": "POWER Accelerator Unit"
1208 }
1209 }
1210 },
1211 {
1212 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit10",
1213 "inherit": false,
1214 "extraInterfaces": {
1215 "xyz.openbmc_project.Inventory.Item": {
1216 "PrettyName": "POWER Accelerator Unit Controller"
1217 }
1218 }
1219 },
1220 {
1221 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit11",
1222 "inherit": false,
1223 "extraInterfaces": {
1224 "xyz.openbmc_project.Inventory.Item": {
1225 "PrettyName": "PCI Express controllers"
1226 }
1227 }
1228 },
1229 {
1230 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit12",
1231 "inherit": false,
1232 "extraInterfaces": {
1233 "xyz.openbmc_project.Inventory.Item": {
1234 "PrettyName": "PCIe host bridge (PHB)"
1235 }
1236 }
1237 },
1238 {
1239 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit13",
1240 "inherit": false,
1241 "extraInterfaces": {
1242 "xyz.openbmc_project.Inventory.Item": {
1243 "PrettyName": "OBUS End Point"
1244 }
1245 }
1246 },
1247 {
1248 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit14",
1249 "inherit": false,
1250 "extraInterfaces": {
1251 "xyz.openbmc_project.Inventory.Item": {
1252 "PrettyName": "Cache-Only Core"
1253 }
1254 }
1255 }
1256 ],
1257 "/sys/bus/spi/drivers/at25/spi22.0/eeprom": [
1258 {
1259 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1",
1260 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi23.0/eeprom",
1261 "powerOffOnly": true,
1262 "offset": 196608,
1263 "size": 65504,
1264 "extraInterfaces": {
1265 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1266 "com.ibm.ipzvpd.Location": {
1267 "LocationCode": "Ufcs-P0-C15"
1268 },
1269 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001270 "PrettyName": "System processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001271 }
1272 }
1273 },
1274 {
1275 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit0",
1276 "inherit": false,
1277 "extraInterfaces": {
1278 "xyz.openbmc_project.Inventory.Item": {
1279 "PrettyName": "Quad"
1280 }
1281 }
1282 },
1283 {
1284 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit1",
1285 "inherit": false,
1286 "extraInterfaces": {
1287 "xyz.openbmc_project.Inventory.Item": {
1288 "PrettyName": "High speed SMP/OpenCAPI Link"
1289 }
1290 }
1291 },
1292 {
1293 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit2",
1294 "inherit": false,
1295 "extraInterfaces": {
1296 "xyz.openbmc_project.Inventory.Item": {
1297 "PrettyName": "Memory Controller"
1298 }
1299 }
1300 },
1301 {
1302 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit3",
1303 "inherit": false,
1304 "extraInterfaces": {
1305 "xyz.openbmc_project.Inventory.Item": {
1306 "PrettyName": "Memory Controller Channel"
1307 }
1308 }
1309 },
1310 {
1311 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit4",
1312 "inherit": false,
1313 "extraInterfaces": {
1314 "xyz.openbmc_project.Inventory.Item": {
1315 "PrettyName": "Processor To Memory Buffer Interface"
1316 }
1317 }
1318 },
1319 {
1320 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit5",
1321 "inherit": false,
1322 "extraInterfaces": {
1323 "xyz.openbmc_project.Inventory.Item": {
1324 "PrettyName": "Nest Memory Management Unit"
1325 }
1326 }
1327 },
1328 {
1329 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit6",
1330 "inherit": false,
1331 "extraInterfaces": {
1332 "xyz.openbmc_project.Inventory.Item": {
1333 "PrettyName": "Accelerator"
1334 }
1335 }
1336 },
1337 {
1338 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit7",
1339 "inherit": false,
1340 "extraInterfaces": {
1341 "xyz.openbmc_project.Inventory.Item": {
1342 "PrettyName": "OpenCAPI Memory Interface"
1343 }
1344 }
1345 },
1346 {
1347 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit8",
1348 "inherit": false,
1349 "extraInterfaces": {
1350 "xyz.openbmc_project.Inventory.Item": {
1351 "PrettyName": "OpenCAPI Memory Interface Controller"
1352 }
1353 }
1354 },
1355 {
1356 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit9",
1357 "inherit": false,
1358 "extraInterfaces": {
1359 "xyz.openbmc_project.Inventory.Item": {
1360 "PrettyName": "POWER Accelerator Unit"
1361 }
1362 }
1363 },
1364 {
1365 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit10",
1366 "inherit": false,
1367 "extraInterfaces": {
1368 "xyz.openbmc_project.Inventory.Item": {
1369 "PrettyName": "POWER Accelerator Unit Controller"
1370 }
1371 }
1372 },
1373 {
1374 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit11",
1375 "inherit": false,
1376 "extraInterfaces": {
1377 "xyz.openbmc_project.Inventory.Item": {
1378 "PrettyName": "PCI Express controllers"
1379 }
1380 }
1381 },
1382 {
1383 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit12",
1384 "inherit": false,
1385 "extraInterfaces": {
1386 "xyz.openbmc_project.Inventory.Item": {
1387 "PrettyName": "PCIe host bridge (PHB)"
1388 }
1389 }
1390 },
1391 {
1392 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit13",
1393 "inherit": false,
1394 "extraInterfaces": {
1395 "xyz.openbmc_project.Inventory.Item": {
1396 "PrettyName": "OBUS End Point"
1397 }
1398 }
1399 },
1400 {
1401 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit14",
1402 "inherit": false,
1403 "extraInterfaces": {
1404 "xyz.openbmc_project.Inventory.Item": {
1405 "PrettyName": "Cache-Only Core"
1406 }
1407 }
1408 }
1409 ],
1410 "/sys/bus/spi/drivers/at25/spi32.0/eeprom": [
1411 {
1412 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0",
1413 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi33.0/eeprom",
1414 "powerOffOnly": true,
1415 "offset": 196608,
1416 "size": 65504,
1417 "extraInterfaces": {
1418 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1419 "com.ibm.ipzvpd.Location": {
1420 "LocationCode": "Ufcs-P0-C24"
1421 },
1422 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001423 "PrettyName": "System processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001424 }
1425 }
1426 },
1427 {
1428 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit0",
1429 "inherit": false,
1430 "extraInterfaces": {
1431 "xyz.openbmc_project.Inventory.Item": {
1432 "PrettyName": "Quad"
1433 }
1434 }
1435 },
1436 {
1437 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit1",
1438 "inherit": false,
1439 "extraInterfaces": {
1440 "xyz.openbmc_project.Inventory.Item": {
1441 "PrettyName": "High speed SMP/OpenCAPI Link"
1442 }
1443 }
1444 },
1445 {
1446 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit2",
1447 "inherit": false,
1448 "extraInterfaces": {
1449 "xyz.openbmc_project.Inventory.Item": {
1450 "PrettyName": "Memory Controller"
1451 }
1452 }
1453 },
1454 {
1455 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit3",
1456 "inherit": false,
1457 "extraInterfaces": {
1458 "xyz.openbmc_project.Inventory.Item": {
1459 "PrettyName": "Memory Controller Channel"
1460 }
1461 }
1462 },
1463 {
1464 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit4",
1465 "inherit": false,
1466 "extraInterfaces": {
1467 "xyz.openbmc_project.Inventory.Item": {
1468 "PrettyName": "Processor To Memory Buffer Interface"
1469 }
1470 }
1471 },
1472 {
1473 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit5",
1474 "inherit": false,
1475 "extraInterfaces": {
1476 "xyz.openbmc_project.Inventory.Item": {
1477 "PrettyName": "Nest Memory Management Unit"
1478 }
1479 }
1480 },
1481 {
1482 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit6",
1483 "inherit": false,
1484 "extraInterfaces": {
1485 "xyz.openbmc_project.Inventory.Item": {
1486 "PrettyName": "Accelerator"
1487 }
1488 }
1489 },
1490 {
1491 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit7",
1492 "inherit": false,
1493 "extraInterfaces": {
1494 "xyz.openbmc_project.Inventory.Item": {
1495 "PrettyName": "OpenCAPI Memory Interface"
1496 }
1497 }
1498 },
1499 {
1500 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit8",
1501 "inherit": false,
1502 "extraInterfaces": {
1503 "xyz.openbmc_project.Inventory.Item": {
1504 "PrettyName": "OpenCAPI Memory Interface Controller"
1505 }
1506 }
1507 },
1508 {
1509 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit9",
1510 "inherit": false,
1511 "extraInterfaces": {
1512 "xyz.openbmc_project.Inventory.Item": {
1513 "PrettyName": "POWER Accelerator Unit"
1514 }
1515 }
1516 },
1517 {
1518 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit10",
1519 "inherit": false,
1520 "extraInterfaces": {
1521 "xyz.openbmc_project.Inventory.Item": {
1522 "PrettyName": "POWER Accelerator Unit Controller"
1523 }
1524 }
1525 },
1526 {
1527 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit11",
1528 "inherit": false,
1529 "extraInterfaces": {
1530 "xyz.openbmc_project.Inventory.Item": {
1531 "PrettyName": "PCI Express controllers"
1532 }
1533 }
1534 },
1535 {
1536 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit12",
1537 "inherit": false,
1538 "extraInterfaces": {
1539 "xyz.openbmc_project.Inventory.Item": {
1540 "PrettyName": "PCIe host bridge (PHB)"
1541 }
1542 }
1543 },
1544 {
1545 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit13",
1546 "inherit": false,
1547 "extraInterfaces": {
1548 "xyz.openbmc_project.Inventory.Item": {
1549 "PrettyName": "OBUS End Point"
1550 }
1551 }
1552 },
1553 {
1554 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit14",
1555 "inherit": false,
1556 "extraInterfaces": {
1557 "xyz.openbmc_project.Inventory.Item": {
1558 "PrettyName": "Cache-Only Core"
1559 }
1560 }
1561 }
1562 ],
1563 "/sys/bus/spi/drivers/at25/spi42.0/eeprom": [
1564 {
1565 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1",
1566 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi43.0/eeprom",
1567 "powerOffOnly": true,
1568 "offset": 196608,
1569 "size": 65504,
1570 "extraInterfaces": {
1571 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1572 "com.ibm.ipzvpd.Location": {
1573 "LocationCode": "Ufcs-P0-C24"
1574 },
1575 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001576 "PrettyName": "System processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001577 }
1578 }
1579 },
1580 {
1581 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit0",
1582 "inherit": false,
1583 "extraInterfaces": {
1584 "xyz.openbmc_project.Inventory.Item": {
1585 "PrettyName": "Quad"
1586 }
1587 }
1588 },
1589 {
1590 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit1",
1591 "inherit": false,
1592 "extraInterfaces": {
1593 "xyz.openbmc_project.Inventory.Item": {
1594 "PrettyName": "High speed SMP/OpenCAPI Link"
1595 }
1596 }
1597 },
1598 {
1599 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit2",
1600 "inherit": false,
1601 "extraInterfaces": {
1602 "xyz.openbmc_project.Inventory.Item": {
1603 "PrettyName": "Memory Controller"
1604 }
1605 }
1606 },
1607 {
1608 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit3",
1609 "inherit": false,
1610 "extraInterfaces": {
1611 "xyz.openbmc_project.Inventory.Item": {
1612 "PrettyName": "Memory Controller Channel"
1613 }
1614 }
1615 },
1616 {
1617 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit4",
1618 "inherit": false,
1619 "extraInterfaces": {
1620 "xyz.openbmc_project.Inventory.Item": {
1621 "PrettyName": "Processor To Memory Buffer Interface"
1622 }
1623 }
1624 },
1625 {
1626 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit5",
1627 "inherit": false,
1628 "extraInterfaces": {
1629 "xyz.openbmc_project.Inventory.Item": {
1630 "PrettyName": "Nest Memory Management Unit"
1631 }
1632 }
1633 },
1634 {
1635 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit6",
1636 "inherit": false,
1637 "extraInterfaces": {
1638 "xyz.openbmc_project.Inventory.Item": {
1639 "PrettyName": "Accelerator"
1640 }
1641 }
1642 },
1643 {
1644 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit7",
1645 "inherit": false,
1646 "extraInterfaces": {
1647 "xyz.openbmc_project.Inventory.Item": {
1648 "PrettyName": "OpenCAPI Memory Interface"
1649 }
1650 }
1651 },
1652 {
1653 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit8",
1654 "inherit": false,
1655 "extraInterfaces": {
1656 "xyz.openbmc_project.Inventory.Item": {
1657 "PrettyName": "OpenCAPI Memory Interface Controller"
1658 }
1659 }
1660 },
1661 {
1662 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit9",
1663 "inherit": false,
1664 "extraInterfaces": {
1665 "xyz.openbmc_project.Inventory.Item": {
1666 "PrettyName": "POWER Accelerator Unit"
1667 }
1668 }
1669 },
1670 {
1671 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit10",
1672 "inherit": false,
1673 "extraInterfaces": {
1674 "xyz.openbmc_project.Inventory.Item": {
1675 "PrettyName": "POWER Accelerator Unit Controller"
1676 }
1677 }
1678 },
1679 {
1680 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit11",
1681 "inherit": false,
1682 "extraInterfaces": {
1683 "xyz.openbmc_project.Inventory.Item": {
1684 "PrettyName": "PCI Express controllers"
1685 }
1686 }
1687 },
1688 {
1689 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit12",
1690 "inherit": false,
1691 "extraInterfaces": {
1692 "xyz.openbmc_project.Inventory.Item": {
1693 "PrettyName": "PCIe host bridge (PHB)"
1694 }
1695 }
1696 },
1697 {
1698 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit13",
1699 "inherit": false,
1700 "extraInterfaces": {
1701 "xyz.openbmc_project.Inventory.Item": {
1702 "PrettyName": "OBUS End Point"
1703 }
1704 }
1705 },
1706 {
1707 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit14",
1708 "inherit": false,
1709 "extraInterfaces": {
1710 "xyz.openbmc_project.Inventory.Item": {
1711 "PrettyName": "Cache-Only Core"
1712 }
1713 }
1714 }
1715 ],
1716 "/sys/bus/i2c/drivers/at24/20-0050/eeprom": [
1717 {
1718 "inventoryPath": "/system/chassis/motherboard/pcieslot0/pcie_card0",
1719 "devAddress": "20-0050",
1720 "pcaChipAddress": "20-0060",
1721 "replaceableAtStandby": true,
1722 "busType": "i2c",
1723 "driverType": "at24",
1724 "concurrentlyMaintainable": true,
1725 "presence": {
1726 "pin": "SLOT0_EXPANDER_PRSNT_N",
1727 "value": 0,
1728 "gpioI2CAddress": "3-0061"
1729 },
1730 "preAction": {
1731 "pin": "SLOT0_PRSNT_EN_RSVD",
1732 "value": 1,
1733 "gpioI2CAddress": "3-0061"
1734 },
1735 "postActionFail": {
1736 "pin": "SLOT0_PRSNT_EN_RSVD",
1737 "value": 0,
1738 "gpioI2CAddress": "3-0061"
1739 },
1740 "extraInterfaces": {
1741 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1742 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1743 "com.ibm.ipzvpd.Location": {
1744 "LocationCode": "Ufcs-P0-C0"
1745 },
1746 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1747 "Bus": 20,
1748 "Address": 80
1749 },
1750 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1751 "SlotNumber": 0
1752 },
1753 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001754 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001755 }
1756 }
1757 },
1758 {
1759 "inventoryPath": "/system/chassis/motherboard/pcieslot0/pcie_card0/cxp_top",
1760 "inherit": false,
1761 "noprime": true,
1762 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1763 "extraInterfaces": {
1764 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001765 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001766 "com.ibm.ipzvpd.Location": {
1767 "LocationCode": "Ufcs-P0-C0-T0"
1768 },
1769 "xyz.openbmc_project.Inventory.Item": {
1770 "PrettyName": "CXP Port"
1771 }
1772 }
1773 },
1774 {
1775 "inventoryPath": "/system/chassis/motherboard/pcieslot0/pcie_card0/cxp_bot",
1776 "inherit": false,
1777 "noprime": true,
1778 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1779 "extraInterfaces": {
1780 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001781 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001782 "com.ibm.ipzvpd.Location": {
1783 "LocationCode": "Ufcs-P0-C0-T1"
1784 },
1785 "xyz.openbmc_project.Inventory.Item": {
1786 "PrettyName": "CXP Port"
1787 }
1788 }
1789 }
1790 ],
1791 "/sys/bus/i2c/drivers/at24/23-0050/eeprom": [
1792 {
1793 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3",
1794 "devAddress": "23-0050",
1795 "pcaChipAddress": "23-0060",
1796 "replaceableAtStandby": true,
1797 "busType": "i2c",
1798 "driverType": "at24",
1799 "concurrentlyMaintainable": true,
1800 "presence": {
1801 "pin": "SLOT3_EXPANDER_PRSNT_N",
1802 "value": 0,
1803 "gpioI2CAddress": "3-0061"
1804 },
1805 "preAction": {
1806 "pin": "SLOT3_PRSNT_EN_RSVD",
1807 "value": 1,
1808 "gpioI2CAddress": "3-0061"
1809 },
1810 "postActionFail": {
1811 "pin": "SLOT3_PRSNT_EN_RSVD",
1812 "value": 0,
1813 "gpioI2CAddress": "3-0061"
1814 },
1815 "extraInterfaces": {
1816 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1817 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1818 "com.ibm.ipzvpd.Location": {
1819 "LocationCode": "Ufcs-P0-C3"
1820 },
1821 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1822 "Bus": 23,
1823 "Address": 80
1824 },
1825 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1826 "SlotNumber": 3
1827 },
1828 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001829 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001830 }
1831 }
1832 },
1833 {
1834 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3/cxp_top",
1835 "inherit": false,
1836 "noprime": true,
1837 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1838 "extraInterfaces": {
1839 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001840 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001841 "com.ibm.ipzvpd.Location": {
1842 "LocationCode": "Ufcs-P0-C3-T0"
1843 },
1844 "xyz.openbmc_project.Inventory.Item": {
1845 "PrettyName": "CXP Port"
1846 }
1847 }
1848 },
1849 {
1850 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3/cxp_bot",
1851 "inherit": false,
1852 "noprime": true,
1853 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1854 "extraInterfaces": {
1855 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001856 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001857 "com.ibm.ipzvpd.Location": {
1858 "LocationCode": "Ufcs-P0-C3-T1"
1859 },
1860 "xyz.openbmc_project.Inventory.Item": {
1861 "PrettyName": "CXP Port"
1862 }
1863 }
1864 }
1865 ],
1866 "/sys/bus/i2c/drivers/at24/24-0051/eeprom": [
1867 {
1868 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4",
1869 "devAddress": "24-0051",
1870 "pcaChipAddress": "24-0061",
1871 "replaceableAtStandby": true,
1872 "busType": "i2c",
1873 "driverType": "at24",
1874 "concurrentlyMaintainable": true,
1875 "presence": {
1876 "pin": "SLOT4_EXPANDER_PRSNT_N",
1877 "value": 0,
1878 "gpioI2CAddress": "3-0061"
1879 },
1880 "preAction": {
1881 "pin": "SLOT4_PRSNT_EN_RSVD",
1882 "value": 1,
1883 "gpioI2CAddress": "3-0061"
1884 },
1885 "postActionFail": {
1886 "pin": "SLOT4_PRSNT_EN_RSVD",
1887 "value": 0,
1888 "gpioI2CAddress": "3-0061"
1889 },
1890 "extraInterfaces": {
1891 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1892 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1893 "com.ibm.ipzvpd.Location": {
1894 "LocationCode": "Ufcs-P0-C4"
1895 },
1896 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1897 "Bus": 24,
1898 "Address": 81
1899 },
1900 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1901 "SlotNumber": 4
1902 },
1903 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001904 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001905 }
1906 }
1907 },
1908 {
1909 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4/cxp_top",
1910 "inherit": false,
1911 "noprime": true,
1912 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1913 "extraInterfaces": {
1914 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001915 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001916 "com.ibm.ipzvpd.Location": {
1917 "LocationCode": "Ufcs-P0-C4-T0"
1918 },
1919 "xyz.openbmc_project.Inventory.Item": {
1920 "PrettyName": "CXP Port"
1921 }
1922 }
1923 },
1924 {
1925 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4/cxp_bot",
1926 "inherit": false,
1927 "noprime": true,
1928 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1929 "extraInterfaces": {
1930 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001931 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001932 "com.ibm.ipzvpd.Location": {
1933 "LocationCode": "Ufcs-P0-C4-T1"
1934 },
1935 "xyz.openbmc_project.Inventory.Item": {
1936 "PrettyName": "CXP Port"
1937 }
1938 }
1939 }
1940 ],
1941 "/sys/bus/i2c/drivers/at24/29-0050/eeprom": [
1942 {
1943 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10",
1944 "devAddress": "29-0050",
1945 "pcaChipAddress": "29-0060",
1946 "replaceableAtStandby": true,
1947 "busType": "i2c",
1948 "driverType": "at24",
1949 "concurrentlyMaintainable": true,
1950 "presence": {
1951 "pin": "SLOT10_EXPANDER_PRSNT_N",
1952 "value": 0,
1953 "gpioI2CAddress": "8-0061"
1954 },
1955 "preAction": {
1956 "pin": "SLOT10_PRSNT_EN_RSVD",
1957 "value": 1,
1958 "gpioI2CAddress": "8-0061"
1959 },
1960 "postActionFail": {
1961 "pin": "SLOT10_PRSNT_EN_RSVD",
1962 "value": 0,
1963 "gpioI2CAddress": "8-0061"
1964 },
1965 "extraInterfaces": {
1966 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
1967 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
1968 "com.ibm.ipzvpd.Location": {
1969 "LocationCode": "Ufcs-P0-C10"
1970 },
1971 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
1972 "Bus": 29,
1973 "Address": 80
1974 },
1975 "xyz.openbmc_project.Inventory.Decorator.Slot": {
1976 "SlotNumber": 10
1977 },
1978 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001979 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001980 }
1981 }
1982 },
1983 {
1984 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/cxp_top",
1985 "inherit": false,
1986 "noprime": true,
1987 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
1988 "extraInterfaces": {
1989 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05001990 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001991 "com.ibm.ipzvpd.Location": {
1992 "LocationCode": "Ufcs-P0-C10-T0"
1993 },
1994 "xyz.openbmc_project.Inventory.Item": {
1995 "PrettyName": "CXP Port"
1996 }
1997 }
1998 },
1999 {
2000 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/cxp_bot",
2001 "inherit": false,
2002 "noprime": true,
2003 "ccin": ["2CE2", "58FF", "6B92", "6B99"],
2004 "extraInterfaces": {
2005 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002006 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002007 "com.ibm.ipzvpd.Location": {
2008 "LocationCode": "Ufcs-P0-C10-T1"
2009 },
2010 "xyz.openbmc_project.Inventory.Item": {
2011 "PrettyName": "CXP Port"
2012 }
2013 }
2014 },
2015 {
2016 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector0",
2017 "inherit": false,
2018 "noprime": true,
2019 "ccin": ["6B87"],
2020 "extraInterfaces": {
2021 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002022 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002023 "com.ibm.ipzvpd.Location": {
2024 "LocationCode": "Ufcs-P0-C10-T0"
2025 },
2026 "xyz.openbmc_project.Inventory.Item": {
2027 "PrettyName": "NVMe Internal Connector"
2028 }
2029 }
2030 },
2031 {
2032 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector1",
2033 "inherit": false,
2034 "noprime": true,
2035 "ccin": ["6B87"],
2036 "extraInterfaces": {
2037 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002038 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002039 "com.ibm.ipzvpd.Location": {
2040 "LocationCode": "Ufcs-P0-C10-T1"
2041 },
2042 "xyz.openbmc_project.Inventory.Item": {
2043 "PrettyName": "NVMe Internal Connector"
2044 }
2045 }
2046 },
2047 {
2048 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector2",
2049 "inherit": false,
2050 "noprime": true,
2051 "ccin": ["6B87"],
2052 "extraInterfaces": {
2053 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002054 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002055 "com.ibm.ipzvpd.Location": {
2056 "LocationCode": "Ufcs-P0-C10-T2"
2057 },
2058 "xyz.openbmc_project.Inventory.Item": {
2059 "PrettyName": "NVMe Internal Connector"
2060 }
2061 }
2062 },
2063 {
2064 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/c10_connector3",
2065 "inherit": false,
2066 "noprime": true,
2067 "ccin": ["6B87"],
2068 "extraInterfaces": {
2069 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002070 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002071 "com.ibm.ipzvpd.Location": {
2072 "LocationCode": "Ufcs-P0-C10-T3"
2073 },
2074 "xyz.openbmc_project.Inventory.Item": {
2075 "PrettyName": "NVMe Internal Connector"
2076 }
2077 }
2078 }
2079 ],
2080 "/sys/bus/i2c/drivers/at24/22-0052/eeprom": [
2081 {
2082 "inventoryPath": "/system/chassis/motherboard/pcieslot2/pcie_card2",
2083 "devAddress": "22-0052",
2084 "pcaChipAddress": "22-0062",
2085 "replaceableAtStandby": true,
2086 "busType": "i2c",
2087 "driverType": "at24",
2088 "concurrentlyMaintainable": true,
2089 "presence": {
2090 "pin": "SLOT2_EXPANDER_PRSNT_N",
2091 "value": 0,
2092 "gpioI2CAddress": "3-0061"
2093 },
2094 "preAction": {
2095 "pin": "SLOT2_PRSNT_EN_RSVD",
2096 "value": 1,
2097 "gpioI2CAddress": "3-0061"
2098 },
2099 "postActionFail": {
2100 "pin": "SLOT2_PRSNT_EN_RSVD",
2101 "value": 0,
2102 "gpioI2CAddress": "3-0061"
2103 },
2104 "extraInterfaces": {
2105 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2106 "com.ibm.ipzvpd.Location": {
2107 "LocationCode": "Ufcs-P0-C2"
2108 },
2109 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2110 "Bus": 22,
2111 "Address": 82
2112 },
2113 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2114 "SlotNumber": 2
2115 },
2116 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002117 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002118 }
2119 }
2120 }
2121 ],
2122 "/sys/bus/i2c/drivers/at24/25-0053/eeprom": [
2123 {
2124 "inventoryPath": "/system/chassis/motherboard/pcieslot6/pcie_card6",
2125 "devAddress": "25-0053",
2126 "replaceableAtStandby": true,
2127 "busType": "i2c",
2128 "driverType": "at24",
2129 "concurrentlyMaintainable": true,
2130 "presence": {
2131 "pin": "SLOT6_EXPANDER_PRSNT_N",
2132 "value": 0,
2133 "gpioI2CAddress": "8-0061"
2134 },
2135 "preAction": {
2136 "pin": "SLOT6_PRSNT_EN_RSVD",
2137 "value": 1,
2138 "gpioI2CAddress": "8-0061"
2139 },
2140 "postActionFail": {
2141 "pin": "SLOT6_PRSNT_EN_RSVD",
2142 "value": 0,
2143 "gpioI2CAddress": "8-0061"
2144 },
2145 "extraInterfaces": {
2146 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2147 "com.ibm.ipzvpd.Location": {
2148 "LocationCode": "Ufcs-P0-C6"
2149 },
2150 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002151 "PrettyName": "OpenCAPI adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002152 }
2153 }
2154 }
2155 ],
2156 "/sys/bus/i2c/drivers/at24/26-0052/eeprom": [
2157 {
2158 "inventoryPath": "/system/chassis/motherboard/pcieslot7/pcie_card7",
2159 "devAddress": "26-0052",
2160 "pcaChipAddress": "26-0062",
2161 "replaceableAtStandby": true,
2162 "busType": "i2c",
2163 "driverType": "at24",
2164 "concurrentlyMaintainable": true,
2165 "presence": {
2166 "pin": "SLOT7_EXPANDER_PRSNT_N",
2167 "value": 0,
2168 "gpioI2CAddress": "8-0061"
2169 },
2170 "preAction": {
2171 "pin": "SLOT7_PRSNT_EN_RSVD",
2172 "value": 1,
2173 "gpioI2CAddress": "8-0061"
2174 },
2175 "postActionFail": {
2176 "pin": "SLOT7_PRSNT_EN_RSVD",
2177 "value": 0,
2178 "gpioI2CAddress": "8-0061"
2179 },
2180 "extraInterfaces": {
2181 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2182 "com.ibm.ipzvpd.Location": {
2183 "LocationCode": "Ufcs-P0-C7"
2184 },
2185 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2186 "Bus": 26,
2187 "Address": 82
2188 },
2189 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2190 "SlotNumber": 7
2191 },
2192 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002193 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002194 }
2195 }
2196 }
2197 ],
2198 "/sys/bus/i2c/drivers/at24/27-0050/eeprom": [
2199 {
2200 "inventoryPath": "/system/chassis/motherboard/pcieslot9/pcie_card9",
2201 "devAddress": "27-0050",
2202 "pcaChipAddress": "27-0060",
2203 "replaceableAtStandby": true,
2204 "busType": "i2c",
2205 "driverType": "at24",
2206 "concurrentlyMaintainable": true,
2207 "presence": {
2208 "pin": "SLOT9_EXPANDER_PRSNT_N",
2209 "value": 0,
2210 "gpioI2CAddress": "8-0061"
2211 },
2212 "preAction": {
2213 "pin": "SLOT9_PRSNT_EN_RSVD",
2214 "value": 1,
2215 "gpioI2CAddress": "8-0061"
2216 },
2217 "postActionFail": {
2218 "pin": "SLOT9_PRSNT_EN_RSVD",
2219 "value": 0,
2220 "gpioI2CAddress": "8-0061"
2221 },
2222 "extraInterfaces": {
2223 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2224 "com.ibm.ipzvpd.Location": {
2225 "LocationCode": "Ufcs-P0-C9"
2226 },
2227 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2228 "Bus": 27,
2229 "Address": 80
2230 },
2231 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2232 "SlotNumber": 9
2233 },
2234 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002235 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002236 }
2237 }
2238 }
2239 ],
2240 "/sys/bus/i2c/drivers/at24/30-0051/eeprom": [
2241 {
2242 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11",
2243 "devAddress": "30-0051",
2244 "pcaChipAddress": "30-0061",
2245 "replaceableAtStandby": true,
2246 "busType": "i2c",
2247 "driverType": "at24",
2248 "concurrentlyMaintainable": true,
2249 "presence": {
2250 "pin": "SLOT11_EXPANDER_PRSNT_N",
2251 "value": 0,
2252 "gpioI2CAddress": "8-0061"
2253 },
2254 "preAction": {
2255 "pin": "SLOT11_PRSNT_EN_RSVD",
2256 "value": 1,
2257 "gpioI2CAddress": "8-0061"
2258 },
2259 "postActionFail": {
2260 "pin": "SLOT11_PRSNT_EN_RSVD",
2261 "value": 0,
2262 "gpioI2CAddress": "8-0061"
2263 },
2264 "extraInterfaces": {
2265 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2266 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2267 "com.ibm.ipzvpd.Location": {
2268 "LocationCode": "Ufcs-P0-C11"
2269 },
2270 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2271 "Bus": 30,
2272 "Address": 81
2273 },
2274 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2275 "SlotNumber": 11
2276 },
2277 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002278 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002279 }
2280 }
2281 },
2282 {
2283 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector0",
2284 "inherit": false,
2285 "noprime": true,
2286 "ccin": ["6B87"],
2287 "extraInterfaces": {
2288 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002289 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002290 "com.ibm.ipzvpd.Location": {
2291 "LocationCode": "Ufcs-P0-C11-T0"
2292 },
2293 "xyz.openbmc_project.Inventory.Item": {
2294 "PrettyName": "NVMe Internal Connector"
2295 }
2296 }
2297 },
2298 {
2299 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector1",
2300 "inherit": false,
2301 "noprime": true,
2302 "ccin": ["6B87"],
2303 "extraInterfaces": {
2304 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002305 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002306 "com.ibm.ipzvpd.Location": {
2307 "LocationCode": "Ufcs-P0-C11-T1"
2308 },
2309 "xyz.openbmc_project.Inventory.Item": {
2310 "PrettyName": "NVMe Internal Connector"
2311 }
2312 }
2313 },
2314 {
2315 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector2",
2316 "inherit": false,
2317 "noprime": true,
2318 "ccin": ["6B87"],
2319 "extraInterfaces": {
2320 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002321 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002322 "com.ibm.ipzvpd.Location": {
2323 "LocationCode": "Ufcs-P0-C11-T2"
2324 },
2325 "xyz.openbmc_project.Inventory.Item": {
2326 "PrettyName": "NVMe Internal Connector"
2327 }
2328 }
2329 },
2330 {
2331 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/c11_connector3",
2332 "inherit": false,
2333 "noprime": true,
2334 "ccin": ["6B87"],
2335 "extraInterfaces": {
2336 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002337 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002338 "com.ibm.ipzvpd.Location": {
2339 "LocationCode": "Ufcs-P0-C11-T3"
2340 },
2341 "xyz.openbmc_project.Inventory.Item": {
2342 "PrettyName": "NVMe Internal Connector"
2343 }
2344 }
2345 }
2346 ],
2347 "/sys/bus/i2c/drivers/at24/21-0051/eeprom": [
2348 {
2349 "inventoryPath": "/system/chassis/motherboard/pcieslot1/pcie_card1",
2350 "devAddress": "21-0051",
2351 "pcaChipAddress": "21-0061",
2352 "replaceableAtStandby": true,
2353 "busType": "i2c",
2354 "driverType": "at24",
2355 "concurrentlyMaintainable": true,
2356 "presence": {
2357 "pin": "SLOT1_EXPANDER_PRSNT_N",
2358 "value": 0,
2359 "gpioI2CAddress": "3-0061"
2360 },
2361 "preAction": {
2362 "pin": "SLOT1_PRSNT_EN_RSVD",
2363 "value": 1,
2364 "gpioI2CAddress": "3-0061"
2365 },
2366 "postActionFail": {
2367 "pin": "SLOT1_PRSNT_EN_RSVD",
2368 "value": 0,
2369 "gpioI2CAddress": "3-0061"
2370 },
2371 "extraInterfaces": {
2372 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2373 "com.ibm.ipzvpd.Location": {
2374 "LocationCode": "Ufcs-P0-C1"
2375 },
2376 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2377 "Bus": 21,
2378 "Address": 81
2379 },
2380 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2381 "SlotNumber": 1
2382 },
2383 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002384 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002385 }
2386 }
2387 }
2388 ],
2389 "/sys/bus/i2c/drivers/at24/28-0051/eeprom": [
2390 {
2391 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8",
2392 "devAddress": "28-0051",
2393 "pcaChipAddress": "28-0061",
2394 "replaceableAtStandby": true,
2395 "busType": "i2c",
2396 "driverType": "at24",
2397 "concurrentlyMaintainable": true,
2398 "presence": {
2399 "pin": "SLOT8_EXPANDER_PRSNT_N",
2400 "value": 0,
2401 "gpioI2CAddress": "8-0061"
2402 },
2403 "preAction": {
2404 "pin": "SLOT8_PRSNT_EN_RSVD",
2405 "value": 1,
2406 "gpioI2CAddress": "8-0061"
2407 },
2408 "postActionFail": {
2409 "pin": "SLOT8_PRSNT_EN_RSVD",
2410 "value": 0,
2411 "gpioI2CAddress": "8-0061"
2412 },
2413 "extraInterfaces": {
2414 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2415 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2416 "com.ibm.ipzvpd.Location": {
2417 "LocationCode": "Ufcs-P0-C8"
2418 },
2419 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2420 "Bus": 28,
2421 "Address": 81
2422 },
2423 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2424 "SlotNumber": 8
2425 },
2426 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002427 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002428 }
2429 }
2430 },
2431 {
2432 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector0",
2433 "inherit": false,
2434 "noprime": true,
2435 "ccin": ["6B87"],
2436 "extraInterfaces": {
2437 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002438 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002439 "com.ibm.ipzvpd.Location": {
2440 "LocationCode": "Ufcs-P0-C8-T0"
2441 },
2442 "xyz.openbmc_project.Inventory.Item": {
2443 "PrettyName": "NVMe Internal Connector"
2444 }
2445 }
2446 },
2447 {
2448 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector1",
2449 "inherit": false,
2450 "noprime": true,
2451 "ccin": ["6B87"],
2452 "extraInterfaces": {
2453 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002454 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002455 "com.ibm.ipzvpd.Location": {
2456 "LocationCode": "Ufcs-P0-C8-T1"
2457 },
2458 "xyz.openbmc_project.Inventory.Item": {
2459 "PrettyName": "NVMe Internal Connector"
2460 }
2461 }
2462 },
2463 {
2464 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector2",
2465 "inherit": false,
2466 "noprime": true,
2467 "ccin": ["6B87"],
2468 "extraInterfaces": {
2469 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002470 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002471 "com.ibm.ipzvpd.Location": {
2472 "LocationCode": "Ufcs-P0-C8-T2"
2473 },
2474 "xyz.openbmc_project.Inventory.Item": {
2475 "PrettyName": "NVMe Internal Connector"
2476 }
2477 }
2478 },
2479 {
2480 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/c8_connector3",
2481 "inherit": false,
2482 "noprime": true,
2483 "ccin": ["6B87"],
2484 "extraInterfaces": {
2485 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002486 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002487 "com.ibm.ipzvpd.Location": {
2488 "LocationCode": "Ufcs-P0-C8-T3"
2489 },
2490 "xyz.openbmc_project.Inventory.Item": {
2491 "PrettyName": "NVMe Internal Connector"
2492 }
2493 }
2494 }
2495 ],
2496 "/sys/bus/i2c/drivers/at24/13-0050/eeprom": [
2497 {
2498 "inventoryPath": "/system/chassis/motherboard/disk_backplane0",
2499 "extraInterfaces": {
2500 "xyz.openbmc_project.Inventory.Item.DiskBackplane": null,
2501 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2502 "com.ibm.ipzvpd.Location": {
2503 "LocationCode": "Ufcs-P1"
2504 },
2505 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002506 "PrettyName": "Drive backplane 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002507 }
2508 }
2509 },
2510 {
2511 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme0",
2512 "inherit": false,
2513 "extraInterfaces": {
2514 "com.ibm.Control.Host.PCIeLink": null,
2515 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2516 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2517 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2518 },
2519 "com.ibm.ipzvpd.Location": {
2520 "LocationCode": "Ufcs-P1-C0"
2521 },
2522 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002523 "PrettyName": "NVMe U.2 drive 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002524 }
2525 }
2526 },
2527 {
2528 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme0/dp0_drive0",
2529 "inherit": false,
2530 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302531 "devAddress": "13-0050",
2532 "busType": "i2c",
2533 "driverType": "at24",
2534 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002535 "extraInterfaces": {
2536 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2537 "com.ibm.ipzvpd.Location": {
2538 "LocationCode": "Ufcs-P1-C0"
2539 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002540 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2541 "SlotNumber": 1
2542 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002543 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002544 "PrettyName": "NVMe U.2 drive 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002545 }
2546 }
2547 },
2548 {
2549 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme1",
2550 "inherit": false,
2551 "extraInterfaces": {
2552 "com.ibm.Control.Host.PCIeLink": null,
2553 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2554 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2555 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2556 },
2557 "com.ibm.ipzvpd.Location": {
2558 "LocationCode": "Ufcs-P1-C1"
2559 },
2560 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002561 "PrettyName": "NVMe U.2 drive 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002562 }
2563 }
2564 },
2565 {
2566 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme1/dp0_drive1",
2567 "inherit": false,
2568 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302569 "devAddress": "13-0050",
2570 "busType": "i2c",
2571 "driverType": "at24",
2572 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002573 "extraInterfaces": {
2574 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2575 "com.ibm.ipzvpd.Location": {
2576 "LocationCode": "Ufcs-P1-C1"
2577 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002578 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2579 "SlotNumber": 2
2580 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002581 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002582 "PrettyName": "NVMe U.2 drive 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002583 }
2584 }
2585 },
2586 {
2587 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme2",
2588 "inherit": false,
2589 "extraInterfaces": {
2590 "com.ibm.Control.Host.PCIeLink": null,
2591 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2592 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2593 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2594 },
2595 "com.ibm.ipzvpd.Location": {
2596 "LocationCode": "Ufcs-P1-C2"
2597 },
2598 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002599 "PrettyName": "NVMe U.2 drive 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002600 }
2601 }
2602 },
2603 {
2604 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme2/dp0_drive2",
2605 "inherit": false,
2606 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302607 "devAddress": "13-0050",
2608 "busType": "i2c",
2609 "driverType": "at24",
2610 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002611 "extraInterfaces": {
2612 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2613 "com.ibm.ipzvpd.Location": {
2614 "LocationCode": "Ufcs-P1-C2"
2615 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002616 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2617 "SlotNumber": 3
2618 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002619 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002620 "PrettyName": "NVMe U.2 drive 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002621 }
2622 }
2623 },
2624 {
2625 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme3",
2626 "inherit": false,
2627 "extraInterfaces": {
2628 "com.ibm.Control.Host.PCIeLink": null,
2629 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2630 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2631 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2632 },
2633 "com.ibm.ipzvpd.Location": {
2634 "LocationCode": "Ufcs-P1-C3"
2635 },
2636 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002637 "PrettyName": "NVMe U.2 drive 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002638 }
2639 }
2640 },
2641 {
2642 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme3/dp0_drive3",
2643 "inherit": false,
2644 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302645 "devAddress": "13-0050",
2646 "busType": "i2c",
2647 "driverType": "at24",
2648 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002649 "extraInterfaces": {
2650 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2651 "com.ibm.ipzvpd.Location": {
2652 "LocationCode": "Ufcs-P1-C3"
2653 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002654 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2655 "SlotNumber": 4
2656 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002657 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002658 "PrettyName": "NVMe U.2 drive 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002659 }
2660 }
2661 },
2662 {
2663 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme4",
2664 "inherit": false,
2665 "extraInterfaces": {
2666 "com.ibm.Control.Host.PCIeLink": null,
2667 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2668 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2669 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2670 },
2671 "com.ibm.ipzvpd.Location": {
2672 "LocationCode": "Ufcs-P1-C4"
2673 },
2674 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002675 "PrettyName": "NVMe U.2 drive 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002676 }
2677 }
2678 },
2679 {
2680 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme4/dp0_drive4",
2681 "inherit": false,
2682 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302683 "devAddress": "13-0050",
2684 "busType": "i2c",
2685 "driverType": "at24",
2686 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002687 "extraInterfaces": {
2688 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2689 "com.ibm.ipzvpd.Location": {
2690 "LocationCode": "Ufcs-P1-C4"
2691 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002692 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2693 "SlotNumber": 5
2694 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002695 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002696 "PrettyName": "NVMe U.2 drive 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002697 }
2698 }
2699 },
2700 {
2701 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme5",
2702 "inherit": false,
2703 "extraInterfaces": {
2704 "com.ibm.Control.Host.PCIeLink": null,
2705 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2706 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2707 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2708 },
2709 "com.ibm.ipzvpd.Location": {
2710 "LocationCode": "Ufcs-P1-C5"
2711 },
2712 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002713 "PrettyName": "NVMe U.2 drive 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002714 }
2715 }
2716 },
2717 {
2718 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme5/dp0_drive5",
2719 "inherit": false,
2720 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302721 "devAddress": "13-0050",
2722 "busType": "i2c",
2723 "driverType": "at24",
2724 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002725 "extraInterfaces": {
2726 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2727 "com.ibm.ipzvpd.Location": {
2728 "LocationCode": "Ufcs-P1-C5"
2729 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002730 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2731 "SlotNumber": 6
2732 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002733 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002734 "PrettyName": "NVMe U.2 drive 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002735 }
2736 }
2737 },
2738 {
2739 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme6",
2740 "inherit": false,
2741 "extraInterfaces": {
2742 "com.ibm.Control.Host.PCIeLink": null,
2743 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2744 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2745 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2746 },
2747 "com.ibm.ipzvpd.Location": {
2748 "LocationCode": "Ufcs-P1-C6"
2749 },
2750 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002751 "PrettyName": "NVMe U.2 drive 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002752 }
2753 }
2754 },
2755 {
2756 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme6/dp0_drive6",
2757 "inherit": false,
2758 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302759 "devAddress": "13-0050",
2760 "busType": "i2c",
2761 "driverType": "at24",
2762 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002763 "extraInterfaces": {
2764 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2765 "com.ibm.ipzvpd.Location": {
2766 "LocationCode": "Ufcs-P1-C6"
2767 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002768 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2769 "SlotNumber": 7
2770 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002771 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002772 "PrettyName": "NVMe U.2 drive 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002773 }
2774 }
2775 },
2776 {
2777 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme7",
2778 "inherit": false,
2779 "extraInterfaces": {
2780 "com.ibm.Control.Host.PCIeLink": null,
2781 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2782 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2783 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2784 },
2785 "com.ibm.ipzvpd.Location": {
2786 "LocationCode": "Ufcs-P1-C7"
2787 },
2788 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002789 "PrettyName": "NVMe U.2 drive 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002790 }
2791 }
2792 },
2793 {
2794 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/nvme7/dp0_drive7",
2795 "inherit": false,
2796 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302797 "devAddress": "13-0050",
2798 "busType": "i2c",
2799 "driverType": "at24",
2800 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002801 "extraInterfaces": {
2802 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2803 "com.ibm.ipzvpd.Location": {
2804 "LocationCode": "Ufcs-P1-C7"
2805 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002806 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2807 "SlotNumber": 8
2808 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002809 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002810 "PrettyName": "NVMe U.2 drive 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002811 }
2812 }
2813 },
2814 {
2815 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector0",
2816 "inherit": false,
2817 "extraInterfaces": {
2818 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002819 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002820 "com.ibm.ipzvpd.Location": {
2821 "LocationCode": "Ufcs-P1-T0"
2822 },
2823 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002824 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002825 }
2826 }
2827 },
2828 {
2829 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector1",
2830 "inherit": false,
2831 "extraInterfaces": {
2832 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002833 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002834 "com.ibm.ipzvpd.Location": {
2835 "LocationCode": "Ufcs-P1-T1"
2836 },
2837 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002838 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002839 }
2840 }
2841 },
2842 {
2843 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector2",
2844 "inherit": false,
2845 "extraInterfaces": {
2846 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002847 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002848 "com.ibm.ipzvpd.Location": {
2849 "LocationCode": "Ufcs-P1-T2"
2850 },
2851 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002852 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002853 }
2854 }
2855 },
2856 {
2857 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector3",
2858 "inherit": false,
2859 "extraInterfaces": {
2860 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002861 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002862 "com.ibm.ipzvpd.Location": {
2863 "LocationCode": "Ufcs-P1-T3"
2864 },
2865 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002866 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002867 }
2868 }
2869 },
2870 {
2871 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector4",
2872 "inherit": false,
2873 "extraInterfaces": {
2874 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04002875 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002876 "com.ibm.ipzvpd.Location": {
2877 "LocationCode": "Ufcs-P1-T4"
2878 },
2879 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002880 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002881 }
2882 }
2883 },
2884 {
2885 "inventoryPath": "/system/chassis/motherboard/disk_backplane0/dp0_connector5",
2886 "inherit": false,
2887 "extraInterfaces": {
2888 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04002889 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002890 "com.ibm.ipzvpd.Location": {
2891 "LocationCode": "Ufcs-P1-T5"
2892 },
2893 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002894 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002895 }
2896 }
2897 },
2898 {
2899 "inventoryPath": "/cables/dp0_cable0",
2900 "inherit": false,
2901 "noprime": true,
2902 "extraInterfaces": {
2903 "xyz.openbmc_project.Inventory.Item.Cable": null,
2904 "xyz.openbmc_project.Inventory.Item": {
2905 "PrettyName": "NVMe Backplane Cable"
2906 }
2907 }
2908 },
2909 {
2910 "inventoryPath": "/cables/dp0_cable1",
2911 "inherit": false,
2912 "noprime": true,
2913 "extraInterfaces": {
2914 "xyz.openbmc_project.Inventory.Item.Cable": null,
2915 "xyz.openbmc_project.Inventory.Item": {
2916 "PrettyName": "NVMe Backplane Cable"
2917 }
2918 }
2919 },
2920 {
2921 "inventoryPath": "/cables/dp0_cable2",
2922 "inherit": false,
2923 "noprime": true,
2924 "extraInterfaces": {
2925 "xyz.openbmc_project.Inventory.Item.Cable": null,
2926 "xyz.openbmc_project.Inventory.Item": {
2927 "PrettyName": "NVMe Backplane Cable"
2928 }
2929 }
2930 },
2931 {
2932 "inventoryPath": "/cables/dp0_cable3",
2933 "inherit": false,
2934 "noprime": true,
2935 "extraInterfaces": {
2936 "xyz.openbmc_project.Inventory.Item.Cable": null,
2937 "xyz.openbmc_project.Inventory.Item": {
2938 "PrettyName": "NVMe Backplane Cable"
2939 }
2940 }
2941 }
2942 ],
2943 "/sys/bus/i2c/drivers/at24/14-0050/eeprom": [
2944 {
2945 "inventoryPath": "/system/chassis/motherboard/disk_backplane1",
2946 "extraInterfaces": {
2947 "xyz.openbmc_project.Inventory.Item.DiskBackplane": null,
2948 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2949 "com.ibm.ipzvpd.Location": {
2950 "LocationCode": "Ufcs-P2"
2951 },
2952 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002953 "PrettyName": "Drive backplane 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002954 }
2955 }
2956 },
2957 {
2958 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme0",
2959 "inherit": false,
2960 "extraInterfaces": {
2961 "com.ibm.Control.Host.PCIeLink": null,
2962 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2963 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2964 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2965 },
2966 "com.ibm.ipzvpd.Location": {
2967 "LocationCode": "Ufcs-P2-C8"
2968 },
2969 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002970 "PrettyName": "NVMe U.2 drive 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002971 }
2972 }
2973 },
2974 {
2975 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme0/dp1_drive0",
2976 "inherit": false,
2977 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302978 "devAddress": "14-0050",
2979 "busType": "i2c",
2980 "driverType": "at24",
2981 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002982 "extraInterfaces": {
2983 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2984 "com.ibm.ipzvpd.Location": {
2985 "LocationCode": "Ufcs-P2-C8"
2986 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002987 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2988 "SlotNumber": 9
2989 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002990 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002991 "PrettyName": "NVMe U.2 drive 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002992 }
2993 }
2994 },
2995 {
2996 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme1",
2997 "inherit": false,
2998 "extraInterfaces": {
2999 "com.ibm.Control.Host.PCIeLink": null,
3000 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3001 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3002 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3003 },
3004 "com.ibm.ipzvpd.Location": {
3005 "LocationCode": "Ufcs-P2-C9"
3006 },
3007 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003008 "PrettyName": "NVMe U.2 drive 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003009 }
3010 }
3011 },
3012 {
3013 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme1/dp1_drive1",
3014 "inherit": false,
3015 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303016 "devAddress": "14-0050",
3017 "busType": "i2c",
3018 "driverType": "at24",
3019 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003020 "extraInterfaces": {
3021 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3022 "com.ibm.ipzvpd.Location": {
3023 "LocationCode": "Ufcs-P2-C9"
3024 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003025 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3026 "SlotNumber": 10
3027 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003028 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003029 "PrettyName": "NVMe U.2 drive 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003030 }
3031 }
3032 },
3033 {
3034 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme2",
3035 "inherit": false,
3036 "extraInterfaces": {
3037 "com.ibm.Control.Host.PCIeLink": null,
3038 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3039 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3040 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3041 },
3042 "com.ibm.ipzvpd.Location": {
3043 "LocationCode": "Ufcs-P2-C10"
3044 },
3045 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003046 "PrettyName": "NVMe U.2 drive 10"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003047 }
3048 }
3049 },
3050 {
3051 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme2/dp1_drive2",
3052 "inherit": false,
3053 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303054 "devAddress": "14-0050",
3055 "busType": "i2c",
3056 "driverType": "at24",
3057 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003058 "extraInterfaces": {
3059 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3060 "com.ibm.ipzvpd.Location": {
3061 "LocationCode": "Ufcs-P2-C10"
3062 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003063 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3064 "SlotNumber": 11
3065 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003066 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003067 "PrettyName": "NVMe U.2 drive 10"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003068 }
3069 }
3070 },
3071 {
3072 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme3",
3073 "inherit": false,
3074 "extraInterfaces": {
3075 "com.ibm.Control.Host.PCIeLink": null,
3076 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3077 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3078 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3079 },
3080 "com.ibm.ipzvpd.Location": {
3081 "LocationCode": "Ufcs-P2-C11"
3082 },
3083 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003084 "PrettyName": "NVMe U.2 drive 11"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003085 }
3086 }
3087 },
3088 {
3089 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme3/dp1_drive3",
3090 "inherit": false,
3091 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303092 "devAddress": "14-0050",
3093 "busType": "i2c",
3094 "driverType": "at24",
3095 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003096 "extraInterfaces": {
3097 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3098 "com.ibm.ipzvpd.Location": {
3099 "LocationCode": "Ufcs-P2-C11"
3100 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003101 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3102 "SlotNumber": 12
3103 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003104 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003105 "PrettyName": "NVMe U.2 drive 11"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003106 }
3107 }
3108 },
3109 {
3110 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme4",
3111 "inherit": false,
3112 "extraInterfaces": {
3113 "com.ibm.Control.Host.PCIeLink": null,
3114 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3115 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3116 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3117 },
3118 "com.ibm.ipzvpd.Location": {
3119 "LocationCode": "Ufcs-P2-C12"
3120 },
3121 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003122 "PrettyName": "NVMe U.2 drive 12"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003123 }
3124 }
3125 },
3126 {
3127 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme4/dp1_drive4",
3128 "inherit": false,
3129 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303130 "devAddress": "14-0050",
3131 "busType": "i2c",
3132 "driverType": "at24",
3133 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003134 "extraInterfaces": {
3135 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3136 "com.ibm.ipzvpd.Location": {
3137 "LocationCode": "Ufcs-P2-C12"
3138 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003139 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3140 "SlotNumber": 13
3141 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003142 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003143 "PrettyName": "NVMe U.2 drive 12"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003144 }
3145 }
3146 },
3147 {
3148 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme5",
3149 "inherit": false,
3150 "extraInterfaces": {
3151 "com.ibm.Control.Host.PCIeLink": null,
3152 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3153 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3154 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3155 },
3156 "com.ibm.ipzvpd.Location": {
3157 "LocationCode": "Ufcs-P2-C13"
3158 },
3159 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003160 "PrettyName": "NVMe U.2 drive 13"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003161 }
3162 }
3163 },
3164 {
3165 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme5/dp1_drive5",
3166 "inherit": false,
3167 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303168 "devAddress": "14-0050",
3169 "busType": "i2c",
3170 "driverType": "at24",
3171 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003172 "extraInterfaces": {
3173 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3174 "com.ibm.ipzvpd.Location": {
3175 "LocationCode": "Ufcs-P2-C13"
3176 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003177 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3178 "SlotNumber": 14
3179 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003180 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003181 "PrettyName": "NVMe U.2 drive 13"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003182 }
3183 }
3184 },
3185 {
3186 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme6",
3187 "inherit": false,
3188 "extraInterfaces": {
3189 "com.ibm.Control.Host.PCIeLink": null,
3190 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3191 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3192 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3193 },
3194 "com.ibm.ipzvpd.Location": {
3195 "LocationCode": "Ufcs-P2-C14"
3196 },
3197 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003198 "PrettyName": "NVMe U.2 drive 14"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003199 }
3200 }
3201 },
3202 {
3203 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme6/dp1_drive6",
3204 "inherit": false,
3205 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303206 "devAddress": "14-0050",
3207 "busType": "i2c",
3208 "driverType": "at24",
3209 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003210 "extraInterfaces": {
3211 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3212 "com.ibm.ipzvpd.Location": {
3213 "LocationCode": "Ufcs-P2-C14"
3214 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003215 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3216 "SlotNumber": 15
3217 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003218 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003219 "PrettyName": "NVMe U.2 drive 14"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003220 }
3221 }
3222 },
3223 {
3224 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme7",
3225 "inherit": false,
3226 "extraInterfaces": {
3227 "com.ibm.Control.Host.PCIeLink": null,
3228 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
3229 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
3230 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
3231 },
3232 "com.ibm.ipzvpd.Location": {
3233 "LocationCode": "Ufcs-P2-C15"
3234 },
3235 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003236 "PrettyName": "NVMe U.2 drive 15"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003237 }
3238 }
3239 },
3240 {
3241 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/nvme7/dp1_drive7",
3242 "inherit": false,
3243 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05303244 "devAddress": "14-0050",
3245 "busType": "i2c",
3246 "driverType": "at24",
3247 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003248 "extraInterfaces": {
3249 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3250 "com.ibm.ipzvpd.Location": {
3251 "LocationCode": "Ufcs-P2-C15"
3252 },
Matt Spinlere0e15492024-10-28 04:17:48 -05003253 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3254 "SlotNumber": 16
3255 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003256 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003257 "PrettyName": "NVMe U.2 drive 15"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003258 }
3259 }
3260 },
3261 {
3262 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector0",
3263 "inherit": false,
3264 "extraInterfaces": {
3265 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003266 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003267 "com.ibm.ipzvpd.Location": {
3268 "LocationCode": "Ufcs-P2-T0"
3269 },
3270 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003271 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003272 }
3273 }
3274 },
3275 {
3276 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector1",
3277 "inherit": false,
3278 "extraInterfaces": {
3279 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003280 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003281 "com.ibm.ipzvpd.Location": {
3282 "LocationCode": "Ufcs-P2-T1"
3283 },
3284 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003285 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003286 }
3287 }
3288 },
3289 {
3290 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector2",
3291 "inherit": false,
3292 "extraInterfaces": {
3293 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003294 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003295 "com.ibm.ipzvpd.Location": {
3296 "LocationCode": "Ufcs-P2-T2"
3297 },
3298 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003299 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003300 }
3301 }
3302 },
3303 {
3304 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector3",
3305 "inherit": false,
3306 "extraInterfaces": {
3307 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003308 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003309 "com.ibm.ipzvpd.Location": {
3310 "LocationCode": "Ufcs-P2-T3"
3311 },
3312 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003313 "PrettyName": "Drive cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003314 }
3315 }
3316 },
3317 {
3318 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector4",
3319 "inherit": false,
3320 "extraInterfaces": {
3321 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04003322 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003323 "com.ibm.ipzvpd.Location": {
3324 "LocationCode": "Ufcs-P2-T4"
3325 },
3326 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003327 "PrettyName": "Drive backplane signal cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003328 }
3329 }
3330 },
3331 {
3332 "inventoryPath": "/system/chassis/motherboard/disk_backplane1/dp1_connector5",
3333 "inherit": false,
3334 "extraInterfaces": {
3335 "xyz.openbmc_project.Inventory.Item.Connector": null,
Myung Baeb2d26c92023-09-18 14:27:59 -04003336 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003337 "com.ibm.ipzvpd.Location": {
3338 "LocationCode": "Ufcs-P2-T5"
3339 },
3340 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003341 "PrettyName": "Drive backplane power cable port"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003342 }
3343 }
3344 },
3345 {
3346 "inventoryPath": "/cables/dp1_cable0",
3347 "inherit": false,
3348 "noprime": true,
3349 "extraInterfaces": {
3350 "xyz.openbmc_project.Inventory.Item.Cable": null,
3351 "xyz.openbmc_project.Inventory.Item": {
3352 "PrettyName": "NVMe Backplane Cable"
3353 }
3354 }
3355 },
3356 {
3357 "inventoryPath": "/cables/dp1_cable1",
3358 "inherit": false,
3359 "noprime": true,
3360 "extraInterfaces": {
3361 "xyz.openbmc_project.Inventory.Item.Cable": null,
3362 "xyz.openbmc_project.Inventory.Item": {
3363 "PrettyName": "NVMe Backplane Cable"
3364 }
3365 }
3366 },
3367 {
3368 "inventoryPath": "/cables/dp1_cable2",
3369 "inherit": false,
3370 "noprime": true,
3371 "extraInterfaces": {
3372 "xyz.openbmc_project.Inventory.Item.Cable": null,
3373 "xyz.openbmc_project.Inventory.Item": {
3374 "PrettyName": "NVMe Backplane Cable"
3375 }
3376 }
3377 },
3378 {
3379 "inventoryPath": "/cables/dp1_cable3",
3380 "inherit": false,
3381 "noprime": true,
3382 "extraInterfaces": {
3383 "xyz.openbmc_project.Inventory.Item.Cable": null,
3384 "xyz.openbmc_project.Inventory.Item": {
3385 "PrettyName": "NVMe Backplane Cable"
3386 }
3387 }
3388 }
3389 ],
3390 "/sys/bus/i2c/drivers/at24/111-0050/eeprom": [
3391 {
3392 "inventoryPath": "/system/chassis/motherboard/dimm0",
3393 "extraInterfaces": {
3394 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3395 "com.ibm.ipzvpd.Location": {
3396 "LocationCode": "Ufcs-P0-C12"
3397 },
3398 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003399 "PrettyName": "Memory module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003400 },
3401 "xyz.openbmc_project.State.Decorator.Availability": {
3402 "Available": false
3403 }
3404 }
3405 },
3406 {
3407 "inventoryPath": "/system/chassis/motherboard/dimm0/unit0",
3408 "inherit": false,
3409 "extraInterfaces": {
3410 "xyz.openbmc_project.Inventory.Item": {
3411 "PrettyName": "OpenCAPI Memory Buffer"
3412 }
3413 }
3414 },
3415 {
3416 "inventoryPath": "/system/chassis/motherboard/dimm0/unit1",
3417 "inherit": false,
3418 "extraInterfaces": {
3419 "xyz.openbmc_project.Inventory.Item": {
3420 "PrettyName": "DDR Memory Port"
3421 }
3422 }
3423 },
3424 {
3425 "inventoryPath": "/system/chassis/motherboard/dimm0/unit2",
3426 "inherit": false,
3427 "extraInterfaces": {
3428 "xyz.openbmc_project.Inventory.Item": {
3429 "PrettyName": "Onboard Memory Power Control Device"
3430 }
3431 }
3432 },
3433 {
3434 "inventoryPath": "/system/chassis/motherboard/dimm0/unit3",
3435 "inherit": false,
3436 "extraInterfaces": {
3437 "xyz.openbmc_project.Inventory.Item": {
3438 "PrettyName": "Onboard Memory Power Management IC"
3439 }
3440 }
3441 }
3442 ],
3443 "/sys/bus/i2c/drivers/at24/110-0050/eeprom": [
3444 {
3445 "inventoryPath": "/system/chassis/motherboard/dimm1",
3446 "extraInterfaces": {
3447 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3448 "com.ibm.ipzvpd.Location": {
3449 "LocationCode": "Ufcs-P0-C13"
3450 },
3451 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003452 "PrettyName": "Memory module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003453 },
3454 "xyz.openbmc_project.State.Decorator.Availability": {
3455 "Available": false
3456 }
3457 }
3458 },
3459 {
3460 "inventoryPath": "/system/chassis/motherboard/dimm1/unit0",
3461 "inherit": false,
3462 "extraInterfaces": {
3463 "xyz.openbmc_project.Inventory.Item": {
3464 "PrettyName": "OpenCAPI Memory Buffer"
3465 }
3466 }
3467 },
3468 {
3469 "inventoryPath": "/system/chassis/motherboard/dimm1/unit1",
3470 "inherit": false,
3471 "extraInterfaces": {
3472 "xyz.openbmc_project.Inventory.Item": {
3473 "PrettyName": "DDR Memory Port"
3474 }
3475 }
3476 },
3477 {
3478 "inventoryPath": "/system/chassis/motherboard/dimm1/unit2",
3479 "inherit": false,
3480 "extraInterfaces": {
3481 "xyz.openbmc_project.Inventory.Item": {
3482 "PrettyName": "Onboard Memory Power Control Device"
3483 }
3484 }
3485 },
3486 {
3487 "inventoryPath": "/system/chassis/motherboard/dimm1/unit3",
3488 "inherit": false,
3489 "extraInterfaces": {
3490 "xyz.openbmc_project.Inventory.Item": {
3491 "PrettyName": "Onboard Memory Power Management IC"
3492 }
3493 }
3494 }
3495 ],
3496 "/sys/bus/i2c/drivers/at24/214-0050/eeprom": [
3497 {
3498 "inventoryPath": "/system/chassis/motherboard/dimm10",
3499 "extraInterfaces": {
3500 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3501 "com.ibm.ipzvpd.Location": {
3502 "LocationCode": "Ufcs-P0-C16"
3503 },
3504 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003505 "PrettyName": "Memory module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003506 },
3507 "xyz.openbmc_project.State.Decorator.Availability": {
3508 "Available": false
3509 }
3510 }
3511 },
3512 {
3513 "inventoryPath": "/system/chassis/motherboard/dimm10/unit0",
3514 "inherit": false,
3515 "extraInterfaces": {
3516 "xyz.openbmc_project.Inventory.Item": {
3517 "PrettyName": "OpenCAPI Memory Buffer"
3518 }
3519 }
3520 },
3521 {
3522 "inventoryPath": "/system/chassis/motherboard/dimm10/unit1",
3523 "inherit": false,
3524 "extraInterfaces": {
3525 "xyz.openbmc_project.Inventory.Item": {
3526 "PrettyName": "DDR Memory Port"
3527 }
3528 }
3529 },
3530 {
3531 "inventoryPath": "/system/chassis/motherboard/dimm10/unit2",
3532 "inherit": false,
3533 "extraInterfaces": {
3534 "xyz.openbmc_project.Inventory.Item": {
3535 "PrettyName": "Onboard Memory Power Control Device"
3536 }
3537 }
3538 },
3539 {
3540 "inventoryPath": "/system/chassis/motherboard/dimm10/unit3",
3541 "inherit": false,
3542 "extraInterfaces": {
3543 "xyz.openbmc_project.Inventory.Item": {
3544 "PrettyName": "Onboard Memory Power Management IC"
3545 }
3546 }
3547 }
3548 ],
3549 "/sys/bus/i2c/drivers/at24/210-0050/eeprom": [
3550 {
3551 "inventoryPath": "/system/chassis/motherboard/dimm9",
3552 "extraInterfaces": {
3553 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3554 "com.ibm.ipzvpd.Location": {
3555 "LocationCode": "Ufcs-P0-C17"
3556 },
3557 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003558 "PrettyName": "Memory module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003559 },
3560 "xyz.openbmc_project.State.Decorator.Availability": {
3561 "Available": false
3562 }
3563 }
3564 },
3565 {
3566 "inventoryPath": "/system/chassis/motherboard/dimm9/unit0",
3567 "inherit": false,
3568 "extraInterfaces": {
3569 "xyz.openbmc_project.Inventory.Item": {
3570 "PrettyName": "OpenCAPI Memory Buffer"
3571 }
3572 }
3573 },
3574 {
3575 "inventoryPath": "/system/chassis/motherboard/dimm9/unit1",
3576 "inherit": false,
3577 "extraInterfaces": {
3578 "xyz.openbmc_project.Inventory.Item": {
3579 "PrettyName": "DDR Memory Port"
3580 }
3581 }
3582 },
3583 {
3584 "inventoryPath": "/system/chassis/motherboard/dimm9/unit2",
3585 "inherit": false,
3586 "extraInterfaces": {
3587 "xyz.openbmc_project.Inventory.Item": {
3588 "PrettyName": "Onboard Memory Power Control Device"
3589 }
3590 }
3591 },
3592 {
3593 "inventoryPath": "/system/chassis/motherboard/dimm9/unit3",
3594 "inherit": false,
3595 "extraInterfaces": {
3596 "xyz.openbmc_project.Inventory.Item": {
3597 "PrettyName": "Onboard Memory Power Management IC"
3598 }
3599 }
3600 }
3601 ],
3602 "/sys/bus/i2c/drivers/at24/202-0050/eeprom": [
3603 {
3604 "inventoryPath": "/system/chassis/motherboard/dimm8",
3605 "extraInterfaces": {
3606 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3607 "com.ibm.ipzvpd.Location": {
3608 "LocationCode": "Ufcs-P0-C18"
3609 },
3610 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003611 "PrettyName": "Memory module 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003612 },
3613 "xyz.openbmc_project.State.Decorator.Availability": {
3614 "Available": false
3615 }
3616 }
3617 },
3618 {
3619 "inventoryPath": "/system/chassis/motherboard/dimm8/unit0",
3620 "inherit": false,
3621 "extraInterfaces": {
3622 "xyz.openbmc_project.Inventory.Item": {
3623 "PrettyName": "OpenCAPI Memory Buffer"
3624 }
3625 }
3626 },
3627 {
3628 "inventoryPath": "/system/chassis/motherboard/dimm8/unit1",
3629 "inherit": false,
3630 "extraInterfaces": {
3631 "xyz.openbmc_project.Inventory.Item": {
3632 "PrettyName": "DDR Memory Port"
3633 }
3634 }
3635 },
3636 {
3637 "inventoryPath": "/system/chassis/motherboard/dimm8/unit2",
3638 "inherit": false,
3639 "extraInterfaces": {
3640 "xyz.openbmc_project.Inventory.Item": {
3641 "PrettyName": "Onboard Memory Power Control Device"
3642 }
3643 }
3644 },
3645 {
3646 "inventoryPath": "/system/chassis/motherboard/dimm8/unit3",
3647 "inherit": false,
3648 "extraInterfaces": {
3649 "xyz.openbmc_project.Inventory.Item": {
3650 "PrettyName": "Onboard Memory Power Management IC"
3651 }
3652 }
3653 }
3654 ],
3655 "/sys/bus/i2c/drivers/at24/311-0050/eeprom": [
3656 {
3657 "inventoryPath": "/system/chassis/motherboard/dimm16",
3658 "extraInterfaces": {
3659 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3660 "com.ibm.ipzvpd.Location": {
3661 "LocationCode": "Ufcs-P0-C19"
3662 },
3663 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003664 "PrettyName": "Memory module 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003665 },
3666 "xyz.openbmc_project.State.Decorator.Availability": {
3667 "Available": false
3668 }
3669 }
3670 },
3671 {
3672 "inventoryPath": "/system/chassis/motherboard/dimm16/unit0",
3673 "inherit": false,
3674 "extraInterfaces": {
3675 "xyz.openbmc_project.Inventory.Item": {
3676 "PrettyName": "OpenCAPI Memory Buffer"
3677 }
3678 }
3679 },
3680 {
3681 "inventoryPath": "/system/chassis/motherboard/dimm16/unit1",
3682 "inherit": false,
3683 "extraInterfaces": {
3684 "xyz.openbmc_project.Inventory.Item": {
3685 "PrettyName": "DDR Memory Port"
3686 }
3687 }
3688 },
3689 {
3690 "inventoryPath": "/system/chassis/motherboard/dimm16/unit2",
3691 "inherit": false,
3692 "extraInterfaces": {
3693 "xyz.openbmc_project.Inventory.Item": {
3694 "PrettyName": "Onboard Memory Power Control Device"
3695 }
3696 }
3697 },
3698 {
3699 "inventoryPath": "/system/chassis/motherboard/dimm16/unit3",
3700 "inherit": false,
3701 "extraInterfaces": {
3702 "xyz.openbmc_project.Inventory.Item": {
3703 "PrettyName": "Onboard Memory Power Management IC"
3704 }
3705 }
3706 }
3707 ],
3708 "/sys/bus/i2c/drivers/at24/310-0050/eeprom": [
3709 {
3710 "inventoryPath": "/system/chassis/motherboard/dimm17",
3711 "extraInterfaces": {
3712 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3713 "com.ibm.ipzvpd.Location": {
3714 "LocationCode": "Ufcs-P0-C20"
3715 },
3716 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003717 "PrettyName": "Memory module 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003718 },
3719 "xyz.openbmc_project.State.Decorator.Availability": {
3720 "Available": false
3721 }
3722 }
3723 },
3724 {
3725 "inventoryPath": "/system/chassis/motherboard/dimm17/unit0",
3726 "inherit": false,
3727 "extraInterfaces": {
3728 "xyz.openbmc_project.Inventory.Item": {
3729 "PrettyName": "OpenCAPI Memory Buffer"
3730 }
3731 }
3732 },
3733 {
3734 "inventoryPath": "/system/chassis/motherboard/dimm17/unit1",
3735 "inherit": false,
3736 "extraInterfaces": {
3737 "xyz.openbmc_project.Inventory.Item": {
3738 "PrettyName": "DDR Memory Port"
3739 }
3740 }
3741 },
3742 {
3743 "inventoryPath": "/system/chassis/motherboard/dimm17/unit2",
3744 "inherit": false,
3745 "extraInterfaces": {
3746 "xyz.openbmc_project.Inventory.Item": {
3747 "PrettyName": "Onboard Memory Power Control Device"
3748 }
3749 }
3750 },
3751 {
3752 "inventoryPath": "/system/chassis/motherboard/dimm17/unit3",
3753 "inherit": false,
3754 "extraInterfaces": {
3755 "xyz.openbmc_project.Inventory.Item": {
3756 "PrettyName": "Onboard Memory Power Management IC"
3757 }
3758 }
3759 }
3760 ],
3761 "/sys/bus/i2c/drivers/at24/312-0050/eeprom": [
3762 {
3763 "inventoryPath": "/system/chassis/motherboard/dimm18",
3764 "extraInterfaces": {
3765 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3766 "com.ibm.ipzvpd.Location": {
3767 "LocationCode": "Ufcs-P0-C21"
3768 },
3769 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003770 "PrettyName": "Memory module 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003771 },
3772 "xyz.openbmc_project.State.Decorator.Availability": {
3773 "Available": false
3774 }
3775 }
3776 },
3777 {
3778 "inventoryPath": "/system/chassis/motherboard/dimm18/unit0",
3779 "inherit": false,
3780 "extraInterfaces": {
3781 "xyz.openbmc_project.Inventory.Item": {
3782 "PrettyName": "OpenCAPI Memory Buffer"
3783 }
3784 }
3785 },
3786 {
3787 "inventoryPath": "/system/chassis/motherboard/dimm18/unit1",
3788 "inherit": false,
3789 "extraInterfaces": {
3790 "xyz.openbmc_project.Inventory.Item": {
3791 "PrettyName": "DDR Memory Port"
3792 }
3793 }
3794 },
3795 {
3796 "inventoryPath": "/system/chassis/motherboard/dimm18/unit2",
3797 "inherit": false,
3798 "extraInterfaces": {
3799 "xyz.openbmc_project.Inventory.Item": {
3800 "PrettyName": "Onboard Memory Power Control Device"
3801 }
3802 }
3803 },
3804 {
3805 "inventoryPath": "/system/chassis/motherboard/dimm18/unit3",
3806 "inherit": false,
3807 "extraInterfaces": {
3808 "xyz.openbmc_project.Inventory.Item": {
3809 "PrettyName": "Onboard Memory Power Management IC"
3810 }
3811 }
3812 }
3813 ],
3814 "/sys/bus/i2c/drivers/at24/402-0050/eeprom": [
3815 {
3816 "inventoryPath": "/system/chassis/motherboard/dimm24",
3817 "extraInterfaces": {
3818 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3819 "com.ibm.ipzvpd.Location": {
3820 "LocationCode": "Ufcs-P0-C25"
3821 },
3822 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003823 "PrettyName": "Memory module 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003824 },
3825 "xyz.openbmc_project.State.Decorator.Availability": {
3826 "Available": false
3827 }
3828 }
3829 },
3830 {
3831 "inventoryPath": "/system/chassis/motherboard/dimm24/unit0",
3832 "inherit": false,
3833 "extraInterfaces": {
3834 "xyz.openbmc_project.Inventory.Item": {
3835 "PrettyName": "OpenCAPI Memory Buffer"
3836 }
3837 }
3838 },
3839 {
3840 "inventoryPath": "/system/chassis/motherboard/dimm24/unit1",
3841 "inherit": false,
3842 "extraInterfaces": {
3843 "xyz.openbmc_project.Inventory.Item": {
3844 "PrettyName": "DDR Memory Port"
3845 }
3846 }
3847 },
3848 {
3849 "inventoryPath": "/system/chassis/motherboard/dimm24/unit2",
3850 "inherit": false,
3851 "extraInterfaces": {
3852 "xyz.openbmc_project.Inventory.Item": {
3853 "PrettyName": "Onboard Memory Power Control Device"
3854 }
3855 }
3856 },
3857 {
3858 "inventoryPath": "/system/chassis/motherboard/dimm24/unit3",
3859 "inherit": false,
3860 "extraInterfaces": {
3861 "xyz.openbmc_project.Inventory.Item": {
3862 "PrettyName": "Onboard Memory Power Management IC"
3863 }
3864 }
3865 }
3866 ],
3867 "/sys/bus/i2c/drivers/at24/410-0050/eeprom": [
3868 {
3869 "inventoryPath": "/system/chassis/motherboard/dimm25",
3870 "extraInterfaces": {
3871 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3872 "com.ibm.ipzvpd.Location": {
3873 "LocationCode": "Ufcs-P0-C26"
3874 },
3875 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003876 "PrettyName": "Memory module 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003877 },
3878 "xyz.openbmc_project.State.Decorator.Availability": {
3879 "Available": false
3880 }
3881 }
3882 },
3883 {
3884 "inventoryPath": "/system/chassis/motherboard/dimm25/unit0",
3885 "inherit": false,
3886 "extraInterfaces": {
3887 "xyz.openbmc_project.Inventory.Item": {
3888 "PrettyName": "OpenCAPI Memory Buffer"
3889 }
3890 }
3891 },
3892 {
3893 "inventoryPath": "/system/chassis/motherboard/dimm25/unit1",
3894 "inherit": false,
3895 "extraInterfaces": {
3896 "xyz.openbmc_project.Inventory.Item": {
3897 "PrettyName": "DDR Memory Port"
3898 }
3899 }
3900 },
3901 {
3902 "inventoryPath": "/system/chassis/motherboard/dimm25/unit2",
3903 "inherit": false,
3904 "extraInterfaces": {
3905 "xyz.openbmc_project.Inventory.Item": {
3906 "PrettyName": "Onboard Memory Power Control Device"
3907 }
3908 }
3909 },
3910 {
3911 "inventoryPath": "/system/chassis/motherboard/dimm25/unit3",
3912 "inherit": false,
3913 "extraInterfaces": {
3914 "xyz.openbmc_project.Inventory.Item": {
3915 "PrettyName": "Onboard Memory Power Management IC"
3916 }
3917 }
3918 }
3919 ],
3920 "/sys/bus/i2c/drivers/at24/112-0050/eeprom": [
3921 {
3922 "inventoryPath": "/system/chassis/motherboard/dimm2",
3923 "extraInterfaces": {
3924 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3925 "com.ibm.ipzvpd.Location": {
3926 "LocationCode": "Ufcs-P0-C27"
3927 },
3928 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003929 "PrettyName": "Memory module 10"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003930 },
3931 "xyz.openbmc_project.State.Decorator.Availability": {
3932 "Available": false
3933 }
3934 }
3935 },
3936 {
3937 "inventoryPath": "/system/chassis/motherboard/dimm2/unit0",
3938 "inherit": false,
3939 "extraInterfaces": {
3940 "xyz.openbmc_project.Inventory.Item": {
3941 "PrettyName": "OpenCAPI Memory Buffer"
3942 }
3943 }
3944 },
3945 {
3946 "inventoryPath": "/system/chassis/motherboard/dimm2/unit1",
3947 "inherit": false,
3948 "extraInterfaces": {
3949 "xyz.openbmc_project.Inventory.Item": {
3950 "PrettyName": "DDR Memory Port"
3951 }
3952 }
3953 },
3954 {
3955 "inventoryPath": "/system/chassis/motherboard/dimm2/unit2",
3956 "inherit": false,
3957 "extraInterfaces": {
3958 "xyz.openbmc_project.Inventory.Item": {
3959 "PrettyName": "Onboard Memory Power Control Device"
3960 }
3961 }
3962 },
3963 {
3964 "inventoryPath": "/system/chassis/motherboard/dimm2/unit3",
3965 "inherit": false,
3966 "extraInterfaces": {
3967 "xyz.openbmc_project.Inventory.Item": {
3968 "PrettyName": "Onboard Memory Power Management IC"
3969 }
3970 }
3971 }
3972 ],
3973 "/sys/bus/i2c/drivers/at24/115-0050/eeprom": [
3974 {
3975 "inventoryPath": "/system/chassis/motherboard/dimm4",
3976 "extraInterfaces": {
3977 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3978 "com.ibm.ipzvpd.Location": {
3979 "LocationCode": "Ufcs-P0-C28"
3980 },
3981 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003982 "PrettyName": "Memory module 11"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003983 },
3984 "xyz.openbmc_project.State.Decorator.Availability": {
3985 "Available": false
3986 }
3987 }
3988 },
3989 {
3990 "inventoryPath": "/system/chassis/motherboard/dimm4/unit0",
3991 "inherit": false,
3992 "extraInterfaces": {
3993 "xyz.openbmc_project.Inventory.Item": {
3994 "PrettyName": "OpenCAPI Memory Buffer"
3995 }
3996 }
3997 },
3998 {
3999 "inventoryPath": "/system/chassis/motherboard/dimm4/unit1",
4000 "inherit": false,
4001 "extraInterfaces": {
4002 "xyz.openbmc_project.Inventory.Item": {
4003 "PrettyName": "DDR Memory Port"
4004 }
4005 }
4006 },
4007 {
4008 "inventoryPath": "/system/chassis/motherboard/dimm4/unit2",
4009 "inherit": false,
4010 "extraInterfaces": {
4011 "xyz.openbmc_project.Inventory.Item": {
4012 "PrettyName": "Onboard Memory Power Control Device"
4013 }
4014 }
4015 },
4016 {
4017 "inventoryPath": "/system/chassis/motherboard/dimm4/unit3",
4018 "inherit": false,
4019 "extraInterfaces": {
4020 "xyz.openbmc_project.Inventory.Item": {
4021 "PrettyName": "Onboard Memory Power Management IC"
4022 }
4023 }
4024 }
4025 ],
4026 "/sys/bus/i2c/drivers/at24/100-0050/eeprom": [
4027 {
4028 "inventoryPath": "/system/chassis/motherboard/dimm5",
4029 "extraInterfaces": {
4030 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4031 "com.ibm.ipzvpd.Location": {
4032 "LocationCode": "Ufcs-P0-C29"
4033 },
4034 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004035 "PrettyName": "Memory module 12"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004036 },
4037 "xyz.openbmc_project.State.Decorator.Availability": {
4038 "Available": false
4039 }
4040 }
4041 },
4042 {
4043 "inventoryPath": "/system/chassis/motherboard/dimm5/unit0",
4044 "inherit": false,
4045 "extraInterfaces": {
4046 "xyz.openbmc_project.Inventory.Item": {
4047 "PrettyName": "OpenCAPI Memory Buffer"
4048 }
4049 }
4050 },
4051 {
4052 "inventoryPath": "/system/chassis/motherboard/dimm5/unit1",
4053 "inherit": false,
4054 "extraInterfaces": {
4055 "xyz.openbmc_project.Inventory.Item": {
4056 "PrettyName": "DDR Memory Port"
4057 }
4058 }
4059 },
4060 {
4061 "inventoryPath": "/system/chassis/motherboard/dimm5/unit2",
4062 "inherit": false,
4063 "extraInterfaces": {
4064 "xyz.openbmc_project.Inventory.Item": {
4065 "PrettyName": "Onboard Memory Power Control Device"
4066 }
4067 }
4068 },
4069 {
4070 "inventoryPath": "/system/chassis/motherboard/dimm5/unit3",
4071 "inherit": false,
4072 "extraInterfaces": {
4073 "xyz.openbmc_project.Inventory.Item": {
4074 "PrettyName": "Onboard Memory Power Management IC"
4075 }
4076 }
4077 }
4078 ],
4079 "/sys/bus/i2c/drivers/at24/101-0050/eeprom": [
4080 {
4081 "inventoryPath": "/system/chassis/motherboard/dimm7",
4082 "extraInterfaces": {
4083 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4084 "com.ibm.ipzvpd.Location": {
4085 "LocationCode": "Ufcs-P0-C30"
4086 },
4087 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004088 "PrettyName": "Memory module 13"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004089 },
4090 "xyz.openbmc_project.State.Decorator.Availability": {
4091 "Available": false
4092 }
4093 }
4094 },
4095 {
4096 "inventoryPath": "/system/chassis/motherboard/dimm7/unit0",
4097 "inherit": false,
4098 "extraInterfaces": {
4099 "xyz.openbmc_project.Inventory.Item": {
4100 "PrettyName": "OpenCAPI Memory Buffer"
4101 }
4102 }
4103 },
4104 {
4105 "inventoryPath": "/system/chassis/motherboard/dimm7/unit1",
4106 "inherit": false,
4107 "extraInterfaces": {
4108 "xyz.openbmc_project.Inventory.Item": {
4109 "PrettyName": "DDR Memory Port"
4110 }
4111 }
4112 },
4113 {
4114 "inventoryPath": "/system/chassis/motherboard/dimm7/unit2",
4115 "inherit": false,
4116 "extraInterfaces": {
4117 "xyz.openbmc_project.Inventory.Item": {
4118 "PrettyName": "Onboard Memory Power Control Device"
4119 }
4120 }
4121 },
4122 {
4123 "inventoryPath": "/system/chassis/motherboard/dimm7/unit3",
4124 "inherit": false,
4125 "extraInterfaces": {
4126 "xyz.openbmc_project.Inventory.Item": {
4127 "PrettyName": "Onboard Memory Power Management IC"
4128 }
4129 }
4130 }
4131 ],
4132 "/sys/bus/i2c/drivers/at24/114-0050/eeprom": [
4133 {
4134 "inventoryPath": "/system/chassis/motherboard/dimm6",
4135 "extraInterfaces": {
4136 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4137 "com.ibm.ipzvpd.Location": {
4138 "LocationCode": "Ufcs-P0-C31"
4139 },
4140 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004141 "PrettyName": "Memory module 14"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004142 },
4143 "xyz.openbmc_project.State.Decorator.Availability": {
4144 "Available": false
4145 }
4146 }
4147 },
4148 {
4149 "inventoryPath": "/system/chassis/motherboard/dimm6/unit0",
4150 "inherit": false,
4151 "extraInterfaces": {
4152 "xyz.openbmc_project.Inventory.Item": {
4153 "PrettyName": "OpenCAPI Memory Buffer"
4154 }
4155 }
4156 },
4157 {
4158 "inventoryPath": "/system/chassis/motherboard/dimm6/unit1",
4159 "inherit": false,
4160 "extraInterfaces": {
4161 "xyz.openbmc_project.Inventory.Item": {
4162 "PrettyName": "DDR Memory Port"
4163 }
4164 }
4165 },
4166 {
4167 "inventoryPath": "/system/chassis/motherboard/dimm6/unit2",
4168 "inherit": false,
4169 "extraInterfaces": {
4170 "xyz.openbmc_project.Inventory.Item": {
4171 "PrettyName": "Onboard Memory Power Control Device"
4172 }
4173 }
4174 },
4175 {
4176 "inventoryPath": "/system/chassis/motherboard/dimm6/unit3",
4177 "inherit": false,
4178 "extraInterfaces": {
4179 "xyz.openbmc_project.Inventory.Item": {
4180 "PrettyName": "Onboard Memory Power Management IC"
4181 }
4182 }
4183 }
4184 ],
4185 "/sys/bus/i2c/drivers/at24/113-0050/eeprom": [
4186 {
4187 "inventoryPath": "/system/chassis/motherboard/dimm3",
4188 "extraInterfaces": {
4189 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4190 "com.ibm.ipzvpd.Location": {
4191 "LocationCode": "Ufcs-P0-C32"
4192 },
4193 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004194 "PrettyName": "Memory module 15"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004195 },
4196 "xyz.openbmc_project.State.Decorator.Availability": {
4197 "Available": false
4198 }
4199 }
4200 },
4201 {
4202 "inventoryPath": "/system/chassis/motherboard/dimm3/unit0",
4203 "inherit": false,
4204 "extraInterfaces": {
4205 "xyz.openbmc_project.Inventory.Item": {
4206 "PrettyName": "OpenCAPI Memory Buffer"
4207 }
4208 }
4209 },
4210 {
4211 "inventoryPath": "/system/chassis/motherboard/dimm3/unit1",
4212 "inherit": false,
4213 "extraInterfaces": {
4214 "xyz.openbmc_project.Inventory.Item": {
4215 "PrettyName": "DDR Memory Port"
4216 }
4217 }
4218 },
4219 {
4220 "inventoryPath": "/system/chassis/motherboard/dimm3/unit2",
4221 "inherit": false,
4222 "extraInterfaces": {
4223 "xyz.openbmc_project.Inventory.Item": {
4224 "PrettyName": "Onboard Memory Power Control Device"
4225 }
4226 }
4227 },
4228 {
4229 "inventoryPath": "/system/chassis/motherboard/dimm3/unit3",
4230 "inherit": false,
4231 "extraInterfaces": {
4232 "xyz.openbmc_project.Inventory.Item": {
4233 "PrettyName": "Onboard Memory Power Management IC"
4234 }
4235 }
4236 }
4237 ],
4238 "/sys/bus/i2c/drivers/at24/216-0050/eeprom": [
4239 {
4240 "inventoryPath": "/system/chassis/motherboard/dimm15",
4241 "extraInterfaces": {
4242 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4243 "com.ibm.ipzvpd.Location": {
4244 "LocationCode": "Ufcs-P0-C33"
4245 },
4246 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004247 "PrettyName": "Memory module 16"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004248 },
4249 "xyz.openbmc_project.State.Decorator.Availability": {
4250 "Available": false
4251 }
4252 }
4253 },
4254 {
4255 "inventoryPath": "/system/chassis/motherboard/dimm15/unit0",
4256 "inherit": false,
4257 "extraInterfaces": {
4258 "xyz.openbmc_project.Inventory.Item": {
4259 "PrettyName": "OpenCAPI Memory Buffer"
4260 }
4261 }
4262 },
4263 {
4264 "inventoryPath": "/system/chassis/motherboard/dimm15/unit1",
4265 "inherit": false,
4266 "extraInterfaces": {
4267 "xyz.openbmc_project.Inventory.Item": {
4268 "PrettyName": "DDR Memory Port"
4269 }
4270 }
4271 },
4272 {
4273 "inventoryPath": "/system/chassis/motherboard/dimm15/unit2",
4274 "inherit": false,
4275 "extraInterfaces": {
4276 "xyz.openbmc_project.Inventory.Item": {
4277 "PrettyName": "Onboard Memory Power Control Device"
4278 }
4279 }
4280 },
4281 {
4282 "inventoryPath": "/system/chassis/motherboard/dimm15/unit3",
4283 "inherit": false,
4284 "extraInterfaces": {
4285 "xyz.openbmc_project.Inventory.Item": {
4286 "PrettyName": "Onboard Memory Power Management IC"
4287 }
4288 }
4289 }
4290 ],
4291 "/sys/bus/i2c/drivers/at24/203-0050/eeprom": [
4292 {
4293 "inventoryPath": "/system/chassis/motherboard/dimm14",
4294 "extraInterfaces": {
4295 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4296 "com.ibm.ipzvpd.Location": {
4297 "LocationCode": "Ufcs-P0-C34"
4298 },
4299 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004300 "PrettyName": "Memory module 17"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004301 },
4302 "xyz.openbmc_project.State.Decorator.Availability": {
4303 "Available": false
4304 }
4305 }
4306 },
4307 {
4308 "inventoryPath": "/system/chassis/motherboard/dimm14/unit0",
4309 "inherit": false,
4310 "extraInterfaces": {
4311 "xyz.openbmc_project.Inventory.Item": {
4312 "PrettyName": "OpenCAPI Memory Buffer"
4313 }
4314 }
4315 },
4316 {
4317 "inventoryPath": "/system/chassis/motherboard/dimm14/unit1",
4318 "inherit": false,
4319 "extraInterfaces": {
4320 "xyz.openbmc_project.Inventory.Item": {
4321 "PrettyName": "DDR Memory Port"
4322 }
4323 }
4324 },
4325 {
4326 "inventoryPath": "/system/chassis/motherboard/dimm14/unit2",
4327 "inherit": false,
4328 "extraInterfaces": {
4329 "xyz.openbmc_project.Inventory.Item": {
4330 "PrettyName": "Onboard Memory Power Control Device"
4331 }
4332 }
4333 },
4334 {
4335 "inventoryPath": "/system/chassis/motherboard/dimm14/unit3",
4336 "inherit": false,
4337 "extraInterfaces": {
4338 "xyz.openbmc_project.Inventory.Item": {
4339 "PrettyName": "Onboard Memory Power Management IC"
4340 }
4341 }
4342 }
4343 ],
4344 "/sys/bus/i2c/drivers/at24/217-0050/eeprom": [
4345 {
4346 "inventoryPath": "/system/chassis/motherboard/dimm11",
4347 "extraInterfaces": {
4348 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4349 "com.ibm.ipzvpd.Location": {
4350 "LocationCode": "Ufcs-P0-C35"
4351 },
4352 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004353 "PrettyName": "Memory module 18"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004354 },
4355 "xyz.openbmc_project.State.Decorator.Availability": {
4356 "Available": false
4357 }
4358 }
4359 },
4360 {
4361 "inventoryPath": "/system/chassis/motherboard/dimm11/unit0",
4362 "inherit": false,
4363 "extraInterfaces": {
4364 "xyz.openbmc_project.Inventory.Item": {
4365 "PrettyName": "OpenCAPI Memory Buffer"
4366 }
4367 }
4368 },
4369 {
4370 "inventoryPath": "/system/chassis/motherboard/dimm11/unit1",
4371 "inherit": false,
4372 "extraInterfaces": {
4373 "xyz.openbmc_project.Inventory.Item": {
4374 "PrettyName": "DDR Memory Port"
4375 }
4376 }
4377 },
4378 {
4379 "inventoryPath": "/system/chassis/motherboard/dimm11/unit2",
4380 "inherit": false,
4381 "extraInterfaces": {
4382 "xyz.openbmc_project.Inventory.Item": {
4383 "PrettyName": "Onboard Memory Power Control Device"
4384 }
4385 }
4386 },
4387 {
4388 "inventoryPath": "/system/chassis/motherboard/dimm11/unit3",
4389 "inherit": false,
4390 "extraInterfaces": {
4391 "xyz.openbmc_project.Inventory.Item": {
4392 "PrettyName": "Onboard Memory Power Management IC"
4393 }
4394 }
4395 }
4396 ],
4397 "/sys/bus/i2c/drivers/at24/211-0050/eeprom": [
4398 {
4399 "inventoryPath": "/system/chassis/motherboard/dimm13",
4400 "extraInterfaces": {
4401 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4402 "com.ibm.ipzvpd.Location": {
4403 "LocationCode": "Ufcs-P0-C36"
4404 },
4405 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004406 "PrettyName": "Memory module 19"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004407 },
4408 "xyz.openbmc_project.State.Decorator.Availability": {
4409 "Available": false
4410 }
4411 }
4412 },
4413 {
4414 "inventoryPath": "/system/chassis/motherboard/dimm13/unit0",
4415 "inherit": false,
4416 "extraInterfaces": {
4417 "xyz.openbmc_project.Inventory.Item": {
4418 "PrettyName": "OpenCAPI Memory Buffer"
4419 }
4420 }
4421 },
4422 {
4423 "inventoryPath": "/system/chassis/motherboard/dimm13/unit1",
4424 "inherit": false,
4425 "extraInterfaces": {
4426 "xyz.openbmc_project.Inventory.Item": {
4427 "PrettyName": "DDR Memory Port"
4428 }
4429 }
4430 },
4431 {
4432 "inventoryPath": "/system/chassis/motherboard/dimm13/unit2",
4433 "inherit": false,
4434 "extraInterfaces": {
4435 "xyz.openbmc_project.Inventory.Item": {
4436 "PrettyName": "Onboard Memory Power Control Device"
4437 }
4438 }
4439 },
4440 {
4441 "inventoryPath": "/system/chassis/motherboard/dimm13/unit3",
4442 "inherit": false,
4443 "extraInterfaces": {
4444 "xyz.openbmc_project.Inventory.Item": {
4445 "PrettyName": "Onboard Memory Power Management IC"
4446 }
4447 }
4448 }
4449 ],
4450 "/sys/bus/i2c/drivers/at24/215-0050/eeprom": [
4451 {
4452 "inventoryPath": "/system/chassis/motherboard/dimm12",
4453 "extraInterfaces": {
4454 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4455 "com.ibm.ipzvpd.Location": {
4456 "LocationCode": "Ufcs-P0-C37"
4457 },
4458 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004459 "PrettyName": "Memory module 20"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004460 },
4461 "xyz.openbmc_project.State.Decorator.Availability": {
4462 "Available": false
4463 }
4464 }
4465 },
4466 {
4467 "inventoryPath": "/system/chassis/motherboard/dimm12/unit0",
4468 "inherit": false,
4469 "extraInterfaces": {
4470 "xyz.openbmc_project.Inventory.Item": {
4471 "PrettyName": "OpenCAPI Memory Buffer"
4472 }
4473 }
4474 },
4475 {
4476 "inventoryPath": "/system/chassis/motherboard/dimm12/unit1",
4477 "inherit": false,
4478 "extraInterfaces": {
4479 "xyz.openbmc_project.Inventory.Item": {
4480 "PrettyName": "DDR Memory Port"
4481 }
4482 }
4483 },
4484 {
4485 "inventoryPath": "/system/chassis/motherboard/dimm12/unit2",
4486 "inherit": false,
4487 "extraInterfaces": {
4488 "xyz.openbmc_project.Inventory.Item": {
4489 "PrettyName": "Onboard Memory Power Control Device"
4490 }
4491 }
4492 },
4493 {
4494 "inventoryPath": "/system/chassis/motherboard/dimm12/unit3",
4495 "inherit": false,
4496 "extraInterfaces": {
4497 "xyz.openbmc_project.Inventory.Item": {
4498 "PrettyName": "Onboard Memory Power Management IC"
4499 }
4500 }
4501 }
4502 ],
4503 "/sys/bus/i2c/drivers/at24/315-0050/eeprom": [
4504 {
4505 "inventoryPath": "/system/chassis/motherboard/dimm20",
4506 "extraInterfaces": {
4507 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4508 "com.ibm.ipzvpd.Location": {
4509 "LocationCode": "Ufcs-P0-C38"
4510 },
4511 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004512 "PrettyName": "Memory module 21"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004513 },
4514 "xyz.openbmc_project.State.Decorator.Availability": {
4515 "Available": false
4516 }
4517 }
4518 },
4519 {
4520 "inventoryPath": "/system/chassis/motherboard/dimm20/unit0",
4521 "inherit": false,
4522 "extraInterfaces": {
4523 "xyz.openbmc_project.Inventory.Item": {
4524 "PrettyName": "OpenCAPI Memory Buffer"
4525 }
4526 }
4527 },
4528 {
4529 "inventoryPath": "/system/chassis/motherboard/dimm20/unit1",
4530 "inherit": false,
4531 "extraInterfaces": {
4532 "xyz.openbmc_project.Inventory.Item": {
4533 "PrettyName": "DDR Memory Port"
4534 }
4535 }
4536 },
4537 {
4538 "inventoryPath": "/system/chassis/motherboard/dimm20/unit2",
4539 "inherit": false,
4540 "extraInterfaces": {
4541 "xyz.openbmc_project.Inventory.Item": {
4542 "PrettyName": "Onboard Memory Power Control Device"
4543 }
4544 }
4545 },
4546 {
4547 "inventoryPath": "/system/chassis/motherboard/dimm20/unit3",
4548 "inherit": false,
4549 "extraInterfaces": {
4550 "xyz.openbmc_project.Inventory.Item": {
4551 "PrettyName": "Onboard Memory Power Management IC"
4552 }
4553 }
4554 }
4555 ],
4556 "/sys/bus/i2c/drivers/at24/300-0050/eeprom": [
4557 {
4558 "inventoryPath": "/system/chassis/motherboard/dimm21",
4559 "extraInterfaces": {
4560 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4561 "com.ibm.ipzvpd.Location": {
4562 "LocationCode": "Ufcs-P0-C39"
4563 },
4564 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004565 "PrettyName": "Memory module 22"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004566 },
4567 "xyz.openbmc_project.State.Decorator.Availability": {
4568 "Available": false
4569 }
4570 }
4571 },
4572 {
4573 "inventoryPath": "/system/chassis/motherboard/dimm21/unit0",
4574 "inherit": false,
4575 "extraInterfaces": {
4576 "xyz.openbmc_project.Inventory.Item": {
4577 "PrettyName": "OpenCAPI Memory Buffer"
4578 }
4579 }
4580 },
4581 {
4582 "inventoryPath": "/system/chassis/motherboard/dimm21/unit1",
4583 "inherit": false,
4584 "extraInterfaces": {
4585 "xyz.openbmc_project.Inventory.Item": {
4586 "PrettyName": "DDR Memory Port"
4587 }
4588 }
4589 },
4590 {
4591 "inventoryPath": "/system/chassis/motherboard/dimm21/unit2",
4592 "inherit": false,
4593 "extraInterfaces": {
4594 "xyz.openbmc_project.Inventory.Item": {
4595 "PrettyName": "Onboard Memory Power Control Device"
4596 }
4597 }
4598 },
4599 {
4600 "inventoryPath": "/system/chassis/motherboard/dimm21/unit3",
4601 "inherit": false,
4602 "extraInterfaces": {
4603 "xyz.openbmc_project.Inventory.Item": {
4604 "PrettyName": "Onboard Memory Power Management IC"
4605 }
4606 }
4607 }
4608 ],
4609 "/sys/bus/i2c/drivers/at24/313-0050/eeprom": [
4610 {
4611 "inventoryPath": "/system/chassis/motherboard/dimm19",
4612 "extraInterfaces": {
4613 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4614 "com.ibm.ipzvpd.Location": {
4615 "LocationCode": "Ufcs-P0-C40"
4616 },
4617 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004618 "PrettyName": "Memory module 23"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004619 },
4620 "xyz.openbmc_project.State.Decorator.Availability": {
4621 "Available": false
4622 }
4623 }
4624 },
4625 {
4626 "inventoryPath": "/system/chassis/motherboard/dimm19/unit0",
4627 "inherit": false,
4628 "extraInterfaces": {
4629 "xyz.openbmc_project.Inventory.Item": {
4630 "PrettyName": "OpenCAPI Memory Buffer"
4631 }
4632 }
4633 },
4634 {
4635 "inventoryPath": "/system/chassis/motherboard/dimm19/unit1",
4636 "inherit": false,
4637 "extraInterfaces": {
4638 "xyz.openbmc_project.Inventory.Item": {
4639 "PrettyName": "DDR Memory Port"
4640 }
4641 }
4642 },
4643 {
4644 "inventoryPath": "/system/chassis/motherboard/dimm19/unit2",
4645 "inherit": false,
4646 "extraInterfaces": {
4647 "xyz.openbmc_project.Inventory.Item": {
4648 "PrettyName": "Onboard Memory Power Control Device"
4649 }
4650 }
4651 },
4652 {
4653 "inventoryPath": "/system/chassis/motherboard/dimm19/unit3",
4654 "inherit": false,
4655 "extraInterfaces": {
4656 "xyz.openbmc_project.Inventory.Item": {
4657 "PrettyName": "Onboard Memory Power Management IC"
4658 }
4659 }
4660 }
4661 ],
4662 "/sys/bus/i2c/drivers/at24/314-0050/eeprom": [
4663 {
4664 "inventoryPath": "/system/chassis/motherboard/dimm22",
4665 "extraInterfaces": {
4666 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4667 "com.ibm.ipzvpd.Location": {
4668 "LocationCode": "Ufcs-P0-C41"
4669 },
4670 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004671 "PrettyName": "Memory module 24"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004672 },
4673 "xyz.openbmc_project.State.Decorator.Availability": {
4674 "Available": false
4675 }
4676 }
4677 },
4678 {
4679 "inventoryPath": "/system/chassis/motherboard/dimm22/unit0",
4680 "inherit": false,
4681 "extraInterfaces": {
4682 "xyz.openbmc_project.Inventory.Item": {
4683 "PrettyName": "OpenCAPI Memory Buffer"
4684 }
4685 }
4686 },
4687 {
4688 "inventoryPath": "/system/chassis/motherboard/dimm22/unit1",
4689 "inherit": false,
4690 "extraInterfaces": {
4691 "xyz.openbmc_project.Inventory.Item": {
4692 "PrettyName": "DDR Memory Port"
4693 }
4694 }
4695 },
4696 {
4697 "inventoryPath": "/system/chassis/motherboard/dimm22/unit2",
4698 "inherit": false,
4699 "extraInterfaces": {
4700 "xyz.openbmc_project.Inventory.Item": {
4701 "PrettyName": "Onboard Memory Power Control Device"
4702 }
4703 }
4704 },
4705 {
4706 "inventoryPath": "/system/chassis/motherboard/dimm22/unit3",
4707 "inherit": false,
4708 "extraInterfaces": {
4709 "xyz.openbmc_project.Inventory.Item": {
4710 "PrettyName": "Onboard Memory Power Management IC"
4711 }
4712 }
4713 }
4714 ],
4715 "/sys/bus/i2c/drivers/at24/301-0050/eeprom": [
4716 {
4717 "inventoryPath": "/system/chassis/motherboard/dimm23",
4718 "extraInterfaces": {
4719 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4720 "com.ibm.ipzvpd.Location": {
4721 "LocationCode": "Ufcs-P0-C42"
4722 },
4723 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004724 "PrettyName": "Memory module 25"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004725 },
4726 "xyz.openbmc_project.State.Decorator.Availability": {
4727 "Available": false
4728 }
4729 }
4730 },
4731 {
4732 "inventoryPath": "/system/chassis/motherboard/dimm23/unit0",
4733 "inherit": false,
4734 "extraInterfaces": {
4735 "xyz.openbmc_project.Inventory.Item": {
4736 "PrettyName": "OpenCAPI Memory Buffer"
4737 }
4738 }
4739 },
4740 {
4741 "inventoryPath": "/system/chassis/motherboard/dimm23/unit1",
4742 "inherit": false,
4743 "extraInterfaces": {
4744 "xyz.openbmc_project.Inventory.Item": {
4745 "PrettyName": "DDR Memory Port"
4746 }
4747 }
4748 },
4749 {
4750 "inventoryPath": "/system/chassis/motherboard/dimm23/unit2",
4751 "inherit": false,
4752 "extraInterfaces": {
4753 "xyz.openbmc_project.Inventory.Item": {
4754 "PrettyName": "Onboard Memory Power Control Device"
4755 }
4756 }
4757 },
4758 {
4759 "inventoryPath": "/system/chassis/motherboard/dimm23/unit3",
4760 "inherit": false,
4761 "extraInterfaces": {
4762 "xyz.openbmc_project.Inventory.Item": {
4763 "PrettyName": "Onboard Memory Power Management IC"
4764 }
4765 }
4766 }
4767 ],
4768 "/sys/bus/i2c/drivers/at24/417-0050/eeprom": [
4769 {
4770 "inventoryPath": "/system/chassis/motherboard/dimm27",
4771 "extraInterfaces": {
4772 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4773 "com.ibm.ipzvpd.Location": {
4774 "LocationCode": "Ufcs-P0-C43"
4775 },
4776 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004777 "PrettyName": "Memory module 26"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004778 },
4779 "xyz.openbmc_project.State.Decorator.Availability": {
4780 "Available": false
4781 }
4782 }
4783 },
4784 {
4785 "inventoryPath": "/system/chassis/motherboard/dimm27/unit0",
4786 "inherit": false,
4787 "extraInterfaces": {
4788 "xyz.openbmc_project.Inventory.Item": {
4789 "PrettyName": "OpenCAPI Memory Buffer"
4790 }
4791 }
4792 },
4793 {
4794 "inventoryPath": "/system/chassis/motherboard/dimm27/unit1",
4795 "inherit": false,
4796 "extraInterfaces": {
4797 "xyz.openbmc_project.Inventory.Item": {
4798 "PrettyName": "DDR Memory Port"
4799 }
4800 }
4801 },
4802 {
4803 "inventoryPath": "/system/chassis/motherboard/dimm27/unit2",
4804 "inherit": false,
4805 "extraInterfaces": {
4806 "xyz.openbmc_project.Inventory.Item": {
4807 "PrettyName": "Onboard Memory Power Control Device"
4808 }
4809 }
4810 },
4811 {
4812 "inventoryPath": "/system/chassis/motherboard/dimm27/unit3",
4813 "inherit": false,
4814 "extraInterfaces": {
4815 "xyz.openbmc_project.Inventory.Item": {
4816 "PrettyName": "Onboard Memory Power Management IC"
4817 }
4818 }
4819 }
4820 ],
4821 "/sys/bus/i2c/drivers/at24/403-0050/eeprom": [
4822 {
4823 "inventoryPath": "/system/chassis/motherboard/dimm30",
4824 "extraInterfaces": {
4825 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4826 "com.ibm.ipzvpd.Location": {
4827 "LocationCode": "Ufcs-P0-C44"
4828 },
4829 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004830 "PrettyName": "Memory module 27"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004831 },
4832 "xyz.openbmc_project.State.Decorator.Availability": {
4833 "Available": false
4834 }
4835 }
4836 },
4837 {
4838 "inventoryPath": "/system/chassis/motherboard/dimm30/unit0",
4839 "inherit": false,
4840 "extraInterfaces": {
4841 "xyz.openbmc_project.Inventory.Item": {
4842 "PrettyName": "OpenCAPI Memory Buffer"
4843 }
4844 }
4845 },
4846 {
4847 "inventoryPath": "/system/chassis/motherboard/dimm30/unit1",
4848 "inherit": false,
4849 "extraInterfaces": {
4850 "xyz.openbmc_project.Inventory.Item": {
4851 "PrettyName": "DDR Memory Port"
4852 }
4853 }
4854 },
4855 {
4856 "inventoryPath": "/system/chassis/motherboard/dimm30/unit2",
4857 "inherit": false,
4858 "extraInterfaces": {
4859 "xyz.openbmc_project.Inventory.Item": {
4860 "PrettyName": "Onboard Memory Power Control Device"
4861 }
4862 }
4863 },
4864 {
4865 "inventoryPath": "/system/chassis/motherboard/dimm30/unit3",
4866 "inherit": false,
4867 "extraInterfaces": {
4868 "xyz.openbmc_project.Inventory.Item": {
4869 "PrettyName": "Onboard Memory Power Management IC"
4870 }
4871 }
4872 }
4873 ],
4874 "/sys/bus/i2c/drivers/at24/416-0050/eeprom": [
4875 {
4876 "inventoryPath": "/system/chassis/motherboard/dimm31",
4877 "extraInterfaces": {
4878 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4879 "com.ibm.ipzvpd.Location": {
4880 "LocationCode": "Ufcs-P0-C45"
4881 },
4882 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004883 "PrettyName": "Memory module 28"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004884 },
4885 "xyz.openbmc_project.State.Decorator.Availability": {
4886 "Available": false
4887 }
4888 }
4889 },
4890 {
4891 "inventoryPath": "/system/chassis/motherboard/dimm31/unit0",
4892 "inherit": false,
4893 "extraInterfaces": {
4894 "xyz.openbmc_project.Inventory.Item": {
4895 "PrettyName": "OpenCAPI Memory Buffer"
4896 }
4897 }
4898 },
4899 {
4900 "inventoryPath": "/system/chassis/motherboard/dimm31/unit1",
4901 "inherit": false,
4902 "extraInterfaces": {
4903 "xyz.openbmc_project.Inventory.Item": {
4904 "PrettyName": "DDR Memory Port"
4905 }
4906 }
4907 },
4908 {
4909 "inventoryPath": "/system/chassis/motherboard/dimm31/unit2",
4910 "inherit": false,
4911 "extraInterfaces": {
4912 "xyz.openbmc_project.Inventory.Item": {
4913 "PrettyName": "Onboard Memory Power Control Device"
4914 }
4915 }
4916 },
4917 {
4918 "inventoryPath": "/system/chassis/motherboard/dimm31/unit3",
4919 "inherit": false,
4920 "extraInterfaces": {
4921 "xyz.openbmc_project.Inventory.Item": {
4922 "PrettyName": "Onboard Memory Power Management IC"
4923 }
4924 }
4925 }
4926 ],
4927 "/sys/bus/i2c/drivers/at24/411-0050/eeprom": [
4928 {
4929 "inventoryPath": "/system/chassis/motherboard/dimm29",
4930 "extraInterfaces": {
4931 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4932 "com.ibm.ipzvpd.Location": {
4933 "LocationCode": "Ufcs-P0-C46"
4934 },
4935 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004936 "PrettyName": "Memory module 29"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004937 },
4938 "xyz.openbmc_project.State.Decorator.Availability": {
4939 "Available": false
4940 }
4941 }
4942 },
4943 {
4944 "inventoryPath": "/system/chassis/motherboard/dimm29/unit0",
4945 "inherit": false,
4946 "extraInterfaces": {
4947 "xyz.openbmc_project.Inventory.Item": {
4948 "PrettyName": "OpenCAPI Memory Buffer"
4949 }
4950 }
4951 },
4952 {
4953 "inventoryPath": "/system/chassis/motherboard/dimm29/unit1",
4954 "inherit": false,
4955 "extraInterfaces": {
4956 "xyz.openbmc_project.Inventory.Item": {
4957 "PrettyName": "DDR Memory Port"
4958 }
4959 }
4960 },
4961 {
4962 "inventoryPath": "/system/chassis/motherboard/dimm29/unit2",
4963 "inherit": false,
4964 "extraInterfaces": {
4965 "xyz.openbmc_project.Inventory.Item": {
4966 "PrettyName": "Onboard Memory Power Control Device"
4967 }
4968 }
4969 },
4970 {
4971 "inventoryPath": "/system/chassis/motherboard/dimm29/unit3",
4972 "inherit": false,
4973 "extraInterfaces": {
4974 "xyz.openbmc_project.Inventory.Item": {
4975 "PrettyName": "Onboard Memory Power Management IC"
4976 }
4977 }
4978 }
4979 ],
4980 "/sys/bus/i2c/drivers/at24/415-0050/eeprom": [
4981 {
4982 "inventoryPath": "/system/chassis/motherboard/dimm28",
4983 "extraInterfaces": {
4984 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4985 "com.ibm.ipzvpd.Location": {
4986 "LocationCode": "Ufcs-P0-C47"
4987 },
4988 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004989 "PrettyName": "Memory module 30"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004990 },
4991 "xyz.openbmc_project.State.Decorator.Availability": {
4992 "Available": false
4993 }
4994 }
4995 },
4996 {
4997 "inventoryPath": "/system/chassis/motherboard/dimm28/unit0",
4998 "inherit": false,
4999 "extraInterfaces": {
5000 "xyz.openbmc_project.Inventory.Item": {
5001 "PrettyName": "OpenCAPI Memory Buffer"
5002 }
5003 }
5004 },
5005 {
5006 "inventoryPath": "/system/chassis/motherboard/dimm28/unit1",
5007 "inherit": false,
5008 "extraInterfaces": {
5009 "xyz.openbmc_project.Inventory.Item": {
5010 "PrettyName": "DDR Memory Port"
5011 }
5012 }
5013 },
5014 {
5015 "inventoryPath": "/system/chassis/motherboard/dimm28/unit2",
5016 "inherit": false,
5017 "extraInterfaces": {
5018 "xyz.openbmc_project.Inventory.Item": {
5019 "PrettyName": "Onboard Memory Power Control Device"
5020 }
5021 }
5022 },
5023 {
5024 "inventoryPath": "/system/chassis/motherboard/dimm28/unit3",
5025 "inherit": false,
5026 "extraInterfaces": {
5027 "xyz.openbmc_project.Inventory.Item": {
5028 "PrettyName": "Onboard Memory Power Management IC"
5029 }
5030 }
5031 }
5032 ],
5033 "/sys/bus/i2c/drivers/at24/414-0050/eeprom": [
5034 {
5035 "inventoryPath": "/system/chassis/motherboard/dimm26",
5036 "extraInterfaces": {
5037 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5038 "com.ibm.ipzvpd.Location": {
5039 "LocationCode": "Ufcs-P0-C48"
5040 },
5041 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005042 "PrettyName": "Memory module 31"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005043 },
5044 "xyz.openbmc_project.State.Decorator.Availability": {
5045 "Available": false
5046 }
5047 }
5048 },
5049 {
5050 "inventoryPath": "/system/chassis/motherboard/dimm26/unit0",
5051 "inherit": false,
5052 "extraInterfaces": {
5053 "xyz.openbmc_project.Inventory.Item": {
5054 "PrettyName": "OpenCAPI Memory Buffer"
5055 }
5056 }
5057 },
5058 {
5059 "inventoryPath": "/system/chassis/motherboard/dimm26/unit1",
5060 "inherit": false,
5061 "extraInterfaces": {
5062 "xyz.openbmc_project.Inventory.Item": {
5063 "PrettyName": "DDR Memory Port"
5064 }
5065 }
5066 },
5067 {
5068 "inventoryPath": "/system/chassis/motherboard/dimm26/unit2",
5069 "inherit": false,
5070 "extraInterfaces": {
5071 "xyz.openbmc_project.Inventory.Item": {
5072 "PrettyName": "Onboard Memory Power Control Device"
5073 }
5074 }
5075 },
5076 {
5077 "inventoryPath": "/system/chassis/motherboard/dimm26/unit3",
5078 "inherit": false,
5079 "extraInterfaces": {
5080 "xyz.openbmc_project.Inventory.Item": {
5081 "PrettyName": "Onboard Memory Power Management IC"
5082 }
5083 }
5084 }
5085 ]
5086 }
5087}