blob: a8d71dd03f6a0748612cc21d9f6d8703a6255ca8 [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 Thomas13efee82024-02-01 21:47:29 -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 ],
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050044 "frus": {
45 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [
46 {
47 "inventoryPath": "/system/chassis/motherboard",
48 "isSystemVpd": true,
49 "extraInterfaces": {
50 "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null,
51 "com.ibm.ipzvpd.Location": {
52 "LocationCode": "Ufcs-P0"
53 },
54 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna015881d4f2024-04-23 00:31:07 -050055 "PrettyName": "System backplane"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050056 }
57 }
58 },
59 {
60 "inventoryPath": "/system/chassis/motherboard/unit0",
61 "inherit": false,
62 "extraInterfaces": {
63 "xyz.openbmc_project.Inventory.Item": {
64 "PrettyName": "Oscillator Reference Clock"
65 }
66 }
67 },
68 {
69 "inventoryPath": "/system",
70 "inherit": false,
71 "isSystemVpd": true,
72 "copyRecords": ["VSYS"],
73 "extraInterfaces": {
74 "xyz.openbmc_project.Inventory.Item.System": null,
75 "xyz.openbmc_project.Inventory.Decorator.Asset": {
76 "SerialNumber": {
77 "recordName": "VSYS",
78 "keywordName": "SE"
79 },
80 "Model": {
81 "recordName": "VSYS",
82 "keywordName": "TM"
83 },
84 "SubModel": {
85 "recordName": "VSYS",
86 "keywordName": "BR"
87 }
88 },
89 "com.ibm.ipzvpd.Location": {
90 "LocationCode": "Umts"
91 },
92 "xyz.openbmc_project.Inventory.Item": {
93 "PrettyName": "System"
94 }
95 }
96 },
97 {
98 "inventoryPath": "/system/chassis",
99 "isSystemVpd": true,
100 "extraInterfaces": {
Gunnar Mills7f23d4d2024-12-10 10:47:41 -0600101 "xyz.openbmc_project.Inventory.Item.Chassis": {
102 "Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
103 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500104 "xyz.openbmc_project.Inventory.Item.Global": null,
105 "com.ibm.ipzvpd.Location": {
106 "LocationCode": "Ufcs"
107 },
108 "xyz.openbmc_project.Inventory.Item": {
109 "PrettyName": "Chassis"
110 }
111 }
112 },
113 {
114 "inventoryPath": "/system/chassis/motherboard/pcieslot1",
115 "inherit": false,
116 "extraInterfaces": {
117 "com.ibm.Control.Host.PCIeLink": null,
118 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
119 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
120 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
121 },
122 "com.ibm.ipzvpd.Location": {
123 "LocationCode": "Ufcs-P0-C1"
124 },
125 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600126 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500127 }
128 }
129 },
130 {
131 "inventoryPath": "/system/chassis/motherboard/pcieslot2",
132 "inherit": false,
133 "extraInterfaces": {
134 "com.ibm.Control.Host.PCIeLink": null,
135 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
136 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
137 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
138 },
139 "com.ibm.ipzvpd.Location": {
140 "LocationCode": "Ufcs-P0-C2"
141 },
142 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600143 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500144 }
145 }
146 },
147 {
148 "inventoryPath": "/system/chassis/motherboard/pcieslot3",
149 "inherit": false,
150 "extraInterfaces": {
151 "com.ibm.Control.Host.PCIeLink": null,
152 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
153 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
154 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
155 },
156 "com.ibm.ipzvpd.Location": {
157 "LocationCode": "Ufcs-P0-C3"
158 },
159 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600160 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500161 }
162 }
163 },
164 {
165 "inventoryPath": "/system/chassis/motherboard/pcieslot4",
166 "inherit": false,
167 "extraInterfaces": {
168 "com.ibm.Control.Host.PCIeLink": null,
169 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
170 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
171 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
172 },
173 "com.ibm.ipzvpd.Location": {
174 "LocationCode": "Ufcs-P0-C4"
175 },
176 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600177 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500178 }
179 }
180 },
181 {
182 "inventoryPath": "/system/chassis/motherboard/pcieslot5",
183 "inherit": false,
184 "extraInterfaces": {
185 "com.ibm.Control.Host.PCIeLink": null,
186 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
187 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
188 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
189 },
190 "com.ibm.ipzvpd.Location": {
191 "LocationCode": "Ufcs-P0-C5"
192 },
193 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600194 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500195 }
196 }
197 },
198 {
199 "inventoryPath": "/system/chassis/motherboard/pcieslot6",
200 "inherit": false,
201 "extraInterfaces": {
202 "com.ibm.Control.Host.PCIeLink": null,
203 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
204 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
205 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
206 },
207 "com.ibm.ipzvpd.Location": {
208 "LocationCode": "Ufcs-P0-C6"
209 },
210 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600211 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500212 }
213 }
214 },
215 {
216 "inventoryPath": "/system/chassis/motherboard/pcieslot7",
217 "inherit": false,
218 "extraInterfaces": {
219 "com.ibm.Control.Host.PCIeLink": null,
220 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
221 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
222 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
223 },
224 "com.ibm.ipzvpd.Location": {
225 "LocationCode": "Ufcs-P0-C7"
226 },
227 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600228 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500229 }
230 }
231 },
232 {
233 "inventoryPath": "/system/chassis/motherboard/pcieslot8",
234 "inherit": false,
235 "extraInterfaces": {
236 "com.ibm.Control.Host.PCIeLink": null,
237 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
238 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
239 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
240 },
241 "com.ibm.ipzvpd.Location": {
242 "LocationCode": "Ufcs-P0-C8"
243 },
244 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600245 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500246 }
247 }
248 },
249 {
250 "inventoryPath": "/system/chassis/motherboard/pcieslot9",
251 "inherit": false,
252 "extraInterfaces": {
253 "com.ibm.Control.Host.PCIeLink": null,
254 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
255 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
256 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
257 },
258 "com.ibm.ipzvpd.Location": {
259 "LocationCode": "Ufcs-P0-C9"
260 },
261 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600262 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500263 }
264 }
265 },
266 {
267 "inventoryPath": "/system/chassis/motherboard/pcieslot10",
268 "inherit": false,
269 "extraInterfaces": {
270 "com.ibm.Control.Host.PCIeLink": null,
271 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
272 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
273 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
274 },
275 "com.ibm.ipzvpd.Location": {
276 "LocationCode": "Ufcs-P0-C10"
277 },
278 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600279 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500280 }
281 }
282 },
283 {
284 "inventoryPath": "/system/chassis/motherboard/pcieslot11",
285 "inherit": false,
286 "extraInterfaces": {
287 "com.ibm.Control.Host.PCIeLink": null,
288 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
289 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
290 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.FullLength"
291 },
292 "com.ibm.ipzvpd.Location": {
293 "LocationCode": "Ufcs-P0-C11"
294 },
295 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600296 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500297 }
298 }
299 },
300 {
301 "inventoryPath": "/system/chassis/motherboard/pcieslot12",
302 "inherit": false,
303 "extraInterfaces": {
304 "com.ibm.Control.Host.PCIeLink": null,
305 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
306 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.OEM"
307 },
308 "com.ibm.ipzvpd.Location": {
309 "LocationCode": "Ufcs-P1-T1"
310 },
311 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500312 "PrettyName": "USB 3.0 port 2 (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500313 }
314 }
315 },
316 {
317 "inventoryPath": "/system/chassis/motherboard/pcieslot12/pcie_card12",
318 "inherit": false,
319 "extraInterfaces": {
320 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
321 "com.ibm.ipzvpd.Location": {
322 "LocationCode": "Ufcs-P1-T1"
323 },
324 "xyz.openbmc_project.Inventory.Decorator.Slot": {
325 "SlotNumber": 12
326 },
327 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500328 "PrettyName": "USB 3.0 port 2 (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500329 }
330 }
331 },
332 {
333 "inventoryPath": "/system/chassis/motherboard/powersupply0",
334 "inherit": false,
335 "embedded": false,
336 "synthesized": true,
337 "extraInterfaces": {
338 "com.ibm.ipzvpd.Location": {
339 "LocationCode": "Ufcs-E0"
340 }
341 }
342 },
343 {
344 "inventoryPath": "/system/chassis/motherboard/powersupply1",
345 "inherit": false,
346 "embedded": false,
347 "synthesized": true,
348 "extraInterfaces": {
349 "com.ibm.ipzvpd.Location": {
350 "LocationCode": "Ufcs-E1"
351 }
352 }
353 },
354 {
355 "inventoryPath": "/system/chassis/motherboard/powersupply2",
356 "inherit": false,
357 "embedded": false,
358 "synthesized": true,
359 "extraInterfaces": {
360 "com.ibm.ipzvpd.Location": {
361 "LocationCode": "Ufcs-E2"
362 }
363 }
364 },
365 {
366 "inventoryPath": "/system/chassis/motherboard/powersupply3",
367 "inherit": false,
368 "embedded": false,
369 "synthesized": true,
370 "extraInterfaces": {
371 "com.ibm.ipzvpd.Location": {
372 "LocationCode": "Ufcs-E3"
373 }
374 }
375 },
376 {
377 "inventoryPath": "/system/chassis/motherboard/connector0",
378 "inherit": false,
379 "extraInterfaces": {
380 "xyz.openbmc_project.Inventory.Item.Connector": null,
381 "com.ibm.ipzvpd.Location": {
382 "LocationCode": "Ufcs-P0-T0"
383 },
384 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600385 "PrettyName": "Open CAPI Conn 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500386 }
387 }
388 },
389 {
390 "inventoryPath": "/system/chassis/motherboard/connector1",
391 "inherit": false,
392 "extraInterfaces": {
393 "xyz.openbmc_project.Inventory.Item.Connector": null,
394 "com.ibm.ipzvpd.Location": {
395 "LocationCode": "Ufcs-P0-T1"
396 },
397 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600398 "PrettyName": "Open CAPI Conn 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500399 }
400 }
401 },
402 {
403 "inventoryPath": "/system/chassis/motherboard/connector2",
404 "inherit": false,
405 "extraInterfaces": {
406 "xyz.openbmc_project.Inventory.Item.Connector": null,
407 "com.ibm.ipzvpd.Location": {
408 "LocationCode": "Ufcs-P0-T2"
409 },
410 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600411 "PrettyName": "Open CAPI Conn 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500412 }
413 }
414 },
415 {
416 "inventoryPath": "/system/chassis/motherboard/connector3",
417 "inherit": false,
418 "extraInterfaces": {
419 "xyz.openbmc_project.Inventory.Item.Connector": null,
420 "com.ibm.ipzvpd.Location": {
421 "LocationCode": "Ufcs-P0-T3"
422 },
423 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600424 "PrettyName": "Open CAPI Conn 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500425 }
426 }
427 },
428 {
429 "inventoryPath": "/system/chassis/motherboard/connector4",
430 "inherit": false,
431 "extraInterfaces": {
432 "xyz.openbmc_project.Inventory.Item.Connector": null,
433 "com.ibm.ipzvpd.Location": {
434 "LocationCode": "Ufcs-P0-T4"
435 },
436 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600437 "PrettyName": "Open CAPI Conn 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500438 }
439 }
440 },
441 {
442 "inventoryPath": "/system/chassis/motherboard/connector5",
443 "inherit": false,
444 "extraInterfaces": {
445 "xyz.openbmc_project.Inventory.Item.Connector": null,
446 "com.ibm.ipzvpd.Location": {
447 "LocationCode": "Ufcs-P0-T5"
448 },
449 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600450 "PrettyName": "Open CAPI Conn 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500451 }
452 }
453 }
454 ],
455 "/sys/bus/i2c/drivers/at24/8-0051/eeprom": [
456 {
457 "inventoryPath": "/system/chassis/motherboard/bmc",
458 "extraInterfaces": {
459 "xyz.openbmc_project.Inventory.Item.Bmc": null,
460 "com.ibm.ipzvpd.Location": {
461 "LocationCode": "Ufcs-P0-C0"
462 },
463 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600464 "PrettyName": "eBMC card assembly"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500465 }
466 }
467 },
468 {
469 "inventoryPath": "/system/chassis/motherboard/bmc/ethernet0",
470 "inherit": false,
471 "noprime": true,
472 "extraInterfaces": {
473 "xyz.openbmc_project.Inventory.Item.Connector": null,
474 "xyz.openbmc_project.Inventory.Item.Ethernet": null,
475 "com.ibm.ipzvpd.Location": {
476 "LocationCode": "Ufcs-P0-C0-T2"
477 },
478 "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
479 "MACAddress": {
480 "recordName": "VCFG",
481 "keywordName": "Z0",
482 "encoding": "MAC"
483 }
484 },
485 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600486 "PrettyName": "HMC port 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500487 }
488 }
489 },
490 {
491 "inventoryPath": "/system/chassis/motherboard/bmc/ethernet1",
492 "inherit": false,
493 "noprime": true,
494 "extraInterfaces": {
495 "xyz.openbmc_project.Inventory.Item.Connector": null,
496 "xyz.openbmc_project.Inventory.Item.Ethernet": null,
497 "com.ibm.ipzvpd.Location": {
498 "LocationCode": "Ufcs-P0-C0-T3"
499 },
500 "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
501 "MACAddress": {
502 "recordName": "VCFG",
503 "keywordName": "Z1",
504 "encoding": "MAC"
505 }
506 },
507 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600508 "PrettyName": "HMC port 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500509 }
510 }
511 },
512 {
513 "inventoryPath": "/system/chassis/motherboard/bmc/usb2_conn0",
514 "extraInterfaces": {
515 "xyz.openbmc_project.Inventory.Item.Connector": null,
516 "com.ibm.ipzvpd.Location": {
517 "LocationCode": "Ufcs-P0-C0-T0"
518 },
519 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500520 "PrettyName": "USB 3.0 port 1 (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500521 }
522 }
523 },
524 {
525 "inventoryPath": "/system/chassis/motherboard/bmc/usb2_conn1",
526 "extraInterfaces": {
527 "xyz.openbmc_project.Inventory.Item.Connector": null,
528 "com.ibm.ipzvpd.Location": {
529 "LocationCode": "Ufcs-P0-C0-T1"
530 },
531 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500532 "PrettyName": "USB 3.0 port 2 (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500533 }
534 }
535 },
536 {
537 "inventoryPath": "/system/chassis/motherboard/bmc/usb3_conn0",
538 "extraInterfaces": {
539 "xyz.openbmc_project.Inventory.Item.Connector": null,
540 "com.ibm.ipzvpd.Location": {
541 "LocationCode": "Ufcs-P0-C0-T4"
542 },
543 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500544 "PrettyName": "USB 2.0 port 1 (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500545 }
546 }
547 },
548 {
549 "inventoryPath": "/system/chassis/motherboard/bmc/usb3_conn1",
550 "extraInterfaces": {
551 "xyz.openbmc_project.Inventory.Item.Connector": null,
552 "com.ibm.ipzvpd.Location": {
553 "LocationCode": "Ufcs-P0-C0-T5"
554 },
555 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -0500556 "PrettyName": "USB 2.0 port 2 (rear)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500557 }
558 }
559 },
560 {
561 "inventoryPath": "/system/chassis/motherboard/bmc/tod_battery",
562 "extraInterfaces": {
563 "xyz.openbmc_project.Inventory.Item.Battery": null,
564 "com.ibm.ipzvpd.Location": {
565 "LocationCode": "Ufcs-P0-C0-E0"
566 },
567 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600568 "PrettyName": "Time-of-day battery"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500569 }
570 }
571 }
572 ],
573 "/sys/bus/i2c/drivers/at24/9-0052/eeprom": [
574 {
575 "inventoryPath": "/system/chassis/motherboard/vrm8",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500576 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500577 "extraInterfaces": {
578 "xyz.openbmc_project.Inventory.Item.Vrm": null,
579 "com.ibm.ipzvpd.Location": {
580 "LocationCode": "Ufcs-P0-C54"
581 },
582 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600583 "PrettyName": "Miscellaneous voltage regulator module for system processor module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500584 }
585 }
586 }
587 ],
588 "/sys/bus/i2c/drivers/at24/9-0051/eeprom": [
589 {
590 "inventoryPath": "/system/chassis/motherboard/vrm9",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500591 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500592 "extraInterfaces": {
593 "xyz.openbmc_project.Inventory.Item.Vrm": null,
594 "com.ibm.ipzvpd.Location": {
595 "LocationCode": "Ufcs-P0-C55"
596 },
597 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600598 "PrettyName": "Processor voltage regulator module for system processor module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500599 }
600 }
601 }
602 ],
603 "/sys/bus/i2c/drivers/at24/9-0050/eeprom": [
604 {
605 "inventoryPath": "/system/chassis/motherboard/vrm10",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500606 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500607 "extraInterfaces": {
608 "xyz.openbmc_project.Inventory.Item.Vrm": null,
609 "com.ibm.ipzvpd.Location": {
610 "LocationCode": "Ufcs-P0-C57"
611 },
612 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600613 "PrettyName": "Processor voltage regulator module for system processor module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500614 }
615 }
616 }
617 ],
618 "/sys/bus/i2c/drivers/at24/9-0053/eeprom": [
619 {
620 "inventoryPath": "/system/chassis/motherboard/vrm11",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500621 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500622 "extraInterfaces": {
623 "xyz.openbmc_project.Inventory.Item.Vrm": null,
624 "com.ibm.ipzvpd.Location": {
625 "LocationCode": "Ufcs-P0-C58"
626 },
627 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600628 "PrettyName": "Shared voltage regulator module"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500629 }
630 }
631 }
632 ],
633 "/sys/bus/i2c/drivers/at24/10-0052/eeprom": [
634 {
635 "inventoryPath": "/system/chassis/motherboard/vrm0",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500636 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500637 "extraInterfaces": {
638 "xyz.openbmc_project.Inventory.Item.Vrm": null,
639 "com.ibm.ipzvpd.Location": {
640 "LocationCode": "Ufcs-P0-C12"
641 },
642 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600643 "PrettyName": "Miscellaneous voltage regulator module for system processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500644 }
645 }
646 }
647 ],
648 "/sys/bus/i2c/drivers/at24/10-0050/eeprom": [
649 {
650 "inventoryPath": "/system/chassis/motherboard/vrm1",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500651 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500652 "extraInterfaces": {
653 "xyz.openbmc_project.Inventory.Item.Vrm": null,
654 "com.ibm.ipzvpd.Location": {
655 "LocationCode": "Ufcs-P0-C13"
656 },
657 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600658 "PrettyName": "Processor voltage regulator module for system processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500659 }
660 }
661 }
662 ],
663 "/sys/bus/i2c/drivers/at24/10-0051/eeprom": [
664 {
665 "inventoryPath": "/system/chassis/motherboard/vrm2",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500666 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500667 "extraInterfaces": {
668 "xyz.openbmc_project.Inventory.Item.Vrm": null,
669 "com.ibm.ipzvpd.Location": {
670 "LocationCode": "Ufcs-P0-C15"
671 },
672 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600673 "PrettyName": "Processor voltage regulator module for system processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500674 }
675 }
676 }
677 ],
678 "/sys/bus/i2c/drivers/at24/10-0053/eeprom": [
679 {
680 "inventoryPath": "/system/chassis/motherboard/vrm3",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500681 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500682 "extraInterfaces": {
683 "xyz.openbmc_project.Inventory.Item.Vrm": null,
684 "com.ibm.ipzvpd.Location": {
685 "LocationCode": "Ufcs-P0-C16"
686 },
687 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600688 "PrettyName": "Shared voltage regulator module"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500689 }
690 }
691 }
692 ],
693 "/sys/bus/i2c/drivers/at24/11-0053/eeprom": [
694 {
695 "inventoryPath": "/system/chassis/motherboard/vrm12",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500696 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500697 "extraInterfaces": {
698 "xyz.openbmc_project.Inventory.Item.Vrm": null,
699 "com.ibm.ipzvpd.Location": {
700 "LocationCode": "Ufcs-P0-C59"
701 },
702 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600703 "PrettyName": "I/O and standby voltage regulator module"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500704 }
705 }
706 }
707 ],
708 "/sys/bus/i2c/drivers/at24/11-0051/eeprom": [
709 {
710 "inventoryPath": "/system/chassis/motherboard/vrm13",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500711 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500712 "extraInterfaces": {
713 "xyz.openbmc_project.Inventory.Item.Vrm": null,
714 "com.ibm.ipzvpd.Location": {
715 "LocationCode": "Ufcs-P0-C60"
716 },
717 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600718 "PrettyName": "Processor voltage regulator module for system processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500719 }
720 }
721 }
722 ],
723 "/sys/bus/i2c/drivers/at24/11-0050/eeprom": [
724 {
725 "inventoryPath": "/system/chassis/motherboard/vrm14",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500726 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500727 "extraInterfaces": {
728 "xyz.openbmc_project.Inventory.Item.Vrm": null,
729 "com.ibm.ipzvpd.Location": {
730 "LocationCode": "Ufcs-P0-C62"
731 },
732 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600733 "PrettyName": "Processor voltage regulator module for system processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500734 }
735 }
736 }
737 ],
738 "/sys/bus/i2c/drivers/at24/11-0052/eeprom": [
739 {
740 "inventoryPath": "/system/chassis/motherboard/vrm15",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500741 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500742 "extraInterfaces": {
743 "xyz.openbmc_project.Inventory.Item.Vrm": null,
744 "com.ibm.ipzvpd.Location": {
745 "LocationCode": "Ufcs-P0-C63"
746 },
747 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600748 "PrettyName": "Miscellaneous voltage regulator module for system processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500749 }
750 }
751 }
752 ],
753 "/sys/bus/i2c/drivers/at24/13-0053/eeprom": [
754 {
755 "inventoryPath": "/system/chassis/motherboard/vrm4",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500756 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500757 "extraInterfaces": {
758 "xyz.openbmc_project.Inventory.Item.Vrm": null,
759 "com.ibm.ipzvpd.Location": {
760 "LocationCode": "Ufcs-P0-C17"
761 },
762 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600763 "PrettyName": "I/O and standby voltage regulator module"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500764 }
765 }
766 }
767 ],
768 "/sys/bus/i2c/drivers/at24/13-0050/eeprom": [
769 {
770 "inventoryPath": "/system/chassis/motherboard/vrm5",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500771 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500772 "extraInterfaces": {
773 "xyz.openbmc_project.Inventory.Item.Vrm": null,
774 "com.ibm.ipzvpd.Location": {
775 "LocationCode": "Ufcs-P0-C18"
776 },
777 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600778 "PrettyName": "Processor voltage regulator module for system processor module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500779 }
780 }
781 }
782 ],
783 "/sys/bus/i2c/drivers/at24/13-0051/eeprom": [
784 {
785 "inventoryPath": "/system/chassis/motherboard/vrm6",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500786 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500787 "extraInterfaces": {
788 "xyz.openbmc_project.Inventory.Item.Vrm": null,
789 "com.ibm.ipzvpd.Location": {
790 "LocationCode": "Ufcs-P0-C20"
791 },
792 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600793 "PrettyName": "Processor voltage regulator module for system processor module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500794 }
795 }
796 }
797 ],
798 "/sys/bus/i2c/drivers/at24/13-0052/eeprom": [
799 {
800 "inventoryPath": "/system/chassis/motherboard/vrm7",
PriyangaRamasamy44fca012024-08-26 02:35:05 -0500801 "readOnly": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500802 "extraInterfaces": {
803 "xyz.openbmc_project.Inventory.Item.Vrm": null,
804 "com.ibm.ipzvpd.Location": {
805 "LocationCode": "Ufcs-P0-C21"
806 },
807 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600808 "PrettyName": "Miscellaneous voltage regulator module for system processor module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500809 }
810 }
811 }
812 ],
813 "/sys/bus/i2c/drivers/at24/0-0051/eeprom": [
814 {
815 "inventoryPath": "/system/chassis/motherboard/tpm",
816 "extraInterfaces": {
817 "xyz.openbmc_project.Inventory.Item.Tpm": null,
818 "com.ibm.ipzvpd.Location": {
819 "LocationCode": "Ufcs-P0-C96"
820 },
821 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600822 "PrettyName": "Trusted platform module card"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500823 }
824 }
825 }
826 ],
827 "/sys/bus/spi/drivers/at25/spi12.0/eeprom": [
828 {
829 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0",
830 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi13.0/eeprom",
831 "offset": 196608,
832 "powerOffOnly": true,
833 "extraInterfaces": {
834 "xyz.openbmc_project.Inventory.Item.Cpu": null,
835 "com.ibm.ipzvpd.Location": {
836 "LocationCode": "Ufcs-P0-C61"
837 },
838 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600839 "PrettyName": "System processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500840 }
841 }
842 },
843 {
844 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit0",
845 "inherit": false,
846 "extraInterfaces": {
847 "xyz.openbmc_project.Inventory.Item": {
848 "PrettyName": "Quad"
849 }
850 }
851 },
852 {
853 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit1",
854 "inherit": false,
855 "extraInterfaces": {
856 "xyz.openbmc_project.Inventory.Item": {
857 "PrettyName": "High speed SMP/OpenCAPI Link"
858 }
859 }
860 },
861 {
862 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit2",
863 "inherit": false,
864 "extraInterfaces": {
865 "xyz.openbmc_project.Inventory.Item": {
866 "PrettyName": "Memory Controller"
867 }
868 }
869 },
870 {
871 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit3",
872 "inherit": false,
873 "extraInterfaces": {
874 "xyz.openbmc_project.Inventory.Item": {
875 "PrettyName": "Memory Controller Channel"
876 }
877 }
878 },
879 {
880 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit4",
881 "inherit": false,
882 "extraInterfaces": {
883 "xyz.openbmc_project.Inventory.Item": {
884 "PrettyName": "Processor To Memory Buffer Interface"
885 }
886 }
887 },
888 {
889 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit5",
890 "inherit": false,
891 "extraInterfaces": {
892 "xyz.openbmc_project.Inventory.Item": {
893 "PrettyName": "Nest Memory Management Unit"
894 }
895 }
896 },
897 {
898 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit6",
899 "inherit": false,
900 "extraInterfaces": {
901 "xyz.openbmc_project.Inventory.Item": {
902 "PrettyName": "Accelerator"
903 }
904 }
905 },
906 {
907 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit7",
908 "inherit": false,
909 "extraInterfaces": {
910 "xyz.openbmc_project.Inventory.Item": {
911 "PrettyName": "OpenCAPI Memory Interface"
912 }
913 }
914 },
915 {
916 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit8",
917 "inherit": false,
918 "extraInterfaces": {
919 "xyz.openbmc_project.Inventory.Item": {
920 "PrettyName": "OpenCAPI Memory Interface Controller"
921 }
922 }
923 },
924 {
925 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit9",
926 "inherit": false,
927 "extraInterfaces": {
928 "xyz.openbmc_project.Inventory.Item": {
929 "PrettyName": "POWER Accelerator Unit"
930 }
931 }
932 },
933 {
934 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit10",
935 "inherit": false,
936 "extraInterfaces": {
937 "xyz.openbmc_project.Inventory.Item": {
938 "PrettyName": "POWER Accelerator Unit Controller"
939 }
940 }
941 },
942 {
943 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit11",
944 "inherit": false,
945 "extraInterfaces": {
946 "xyz.openbmc_project.Inventory.Item": {
947 "PrettyName": "PCI Express controllers"
948 }
949 }
950 },
951 {
952 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit12",
953 "inherit": false,
954 "extraInterfaces": {
955 "xyz.openbmc_project.Inventory.Item": {
956 "PrettyName": "PCIe host bridge (PHB)"
957 }
958 }
959 },
960 {
961 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit13",
962 "inherit": false,
963 "extraInterfaces": {
964 "xyz.openbmc_project.Inventory.Item": {
965 "PrettyName": "OBUS End Point"
966 }
967 }
968 },
969 {
970 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu0/unit14",
971 "inherit": false,
972 "extraInterfaces": {
973 "xyz.openbmc_project.Inventory.Item": {
974 "PrettyName": "Cache-Only Core"
975 }
976 }
977 }
978 ],
979 "/sys/bus/spi/drivers/at25/spi22.0/eeprom": [
980 {
981 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1",
982 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi23.0/eeprom",
983 "offset": 196608,
984 "powerOffOnly": true,
985 "extraInterfaces": {
986 "xyz.openbmc_project.Inventory.Item.Cpu": null,
987 "com.ibm.ipzvpd.Location": {
988 "LocationCode": "Ufcs-P0-C61"
989 },
990 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -0600991 "PrettyName": "System processor module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -0500992 }
993 }
994 },
995 {
996 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit0",
997 "inherit": false,
998 "extraInterfaces": {
999 "xyz.openbmc_project.Inventory.Item": {
1000 "PrettyName": "Quad"
1001 }
1002 }
1003 },
1004 {
1005 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit1",
1006 "inherit": false,
1007 "extraInterfaces": {
1008 "xyz.openbmc_project.Inventory.Item": {
1009 "PrettyName": "High speed SMP/OpenCAPI Link"
1010 }
1011 }
1012 },
1013 {
1014 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit2",
1015 "inherit": false,
1016 "extraInterfaces": {
1017 "xyz.openbmc_project.Inventory.Item": {
1018 "PrettyName": "Memory Controller"
1019 }
1020 }
1021 },
1022 {
1023 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit3",
1024 "inherit": false,
1025 "extraInterfaces": {
1026 "xyz.openbmc_project.Inventory.Item": {
1027 "PrettyName": "Memory Controller Channel"
1028 }
1029 }
1030 },
1031 {
1032 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit4",
1033 "inherit": false,
1034 "extraInterfaces": {
1035 "xyz.openbmc_project.Inventory.Item": {
1036 "PrettyName": "Processor To Memory Buffer Interface"
1037 }
1038 }
1039 },
1040 {
1041 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit5",
1042 "inherit": false,
1043 "extraInterfaces": {
1044 "xyz.openbmc_project.Inventory.Item": {
1045 "PrettyName": "Nest Memory Management Unit"
1046 }
1047 }
1048 },
1049 {
1050 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit6",
1051 "inherit": false,
1052 "extraInterfaces": {
1053 "xyz.openbmc_project.Inventory.Item": {
1054 "PrettyName": "Accelerator"
1055 }
1056 }
1057 },
1058 {
1059 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit7",
1060 "inherit": false,
1061 "extraInterfaces": {
1062 "xyz.openbmc_project.Inventory.Item": {
1063 "PrettyName": "OpenCAPI Memory Interface"
1064 }
1065 }
1066 },
1067 {
1068 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit8",
1069 "inherit": false,
1070 "extraInterfaces": {
1071 "xyz.openbmc_project.Inventory.Item": {
1072 "PrettyName": "OpenCAPI Memory Interface Controller"
1073 }
1074 }
1075 },
1076 {
1077 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit9",
1078 "inherit": false,
1079 "extraInterfaces": {
1080 "xyz.openbmc_project.Inventory.Item": {
1081 "PrettyName": "POWER Accelerator Unit"
1082 }
1083 }
1084 },
1085 {
1086 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit10",
1087 "inherit": false,
1088 "extraInterfaces": {
1089 "xyz.openbmc_project.Inventory.Item": {
1090 "PrettyName": "POWER Accelerator Unit Controller"
1091 }
1092 }
1093 },
1094 {
1095 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit11",
1096 "inherit": false,
1097 "extraInterfaces": {
1098 "xyz.openbmc_project.Inventory.Item": {
1099 "PrettyName": "PCI Express controllers"
1100 }
1101 }
1102 },
1103 {
1104 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit12",
1105 "inherit": false,
1106 "extraInterfaces": {
1107 "xyz.openbmc_project.Inventory.Item": {
1108 "PrettyName": "PCIe host bridge (PHB)"
1109 }
1110 }
1111 },
1112 {
1113 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit13",
1114 "inherit": false,
1115 "extraInterfaces": {
1116 "xyz.openbmc_project.Inventory.Item": {
1117 "PrettyName": "OBUS End Point"
1118 }
1119 }
1120 },
1121 {
1122 "inventoryPath": "/system/chassis/motherboard/dcm0/cpu1/unit14",
1123 "inherit": false,
1124 "extraInterfaces": {
1125 "xyz.openbmc_project.Inventory.Item": {
1126 "PrettyName": "Cache-Only Core"
1127 }
1128 }
1129 }
1130 ],
1131 "/sys/bus/spi/drivers/at25/spi32.0/eeprom": [
1132 {
1133 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0",
1134 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi33.0/eeprom",
1135 "cpuType": "primary",
1136 "offset": 196608,
1137 "powerOffOnly": true,
1138 "extraInterfaces": {
1139 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1140 "com.ibm.ipzvpd.Location": {
1141 "LocationCode": "Ufcs-P0-C14"
1142 },
1143 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001144 "PrettyName": "System processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001145 }
1146 }
1147 },
1148 {
1149 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit0",
1150 "inherit": false,
1151 "extraInterfaces": {
1152 "xyz.openbmc_project.Inventory.Item": {
1153 "PrettyName": "Quad"
1154 }
1155 }
1156 },
1157 {
1158 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit1",
1159 "inherit": false,
1160 "extraInterfaces": {
1161 "xyz.openbmc_project.Inventory.Item": {
1162 "PrettyName": "High speed SMP/OpenCAPI Link"
1163 }
1164 }
1165 },
1166 {
1167 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit2",
1168 "inherit": false,
1169 "extraInterfaces": {
1170 "xyz.openbmc_project.Inventory.Item": {
1171 "PrettyName": "Memory Controller"
1172 }
1173 }
1174 },
1175 {
1176 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit3",
1177 "inherit": false,
1178 "extraInterfaces": {
1179 "xyz.openbmc_project.Inventory.Item": {
1180 "PrettyName": "Memory Controller Channel"
1181 }
1182 }
1183 },
1184 {
1185 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit4",
1186 "inherit": false,
1187 "extraInterfaces": {
1188 "xyz.openbmc_project.Inventory.Item": {
1189 "PrettyName": "Processor To Memory Buffer Interface"
1190 }
1191 }
1192 },
1193 {
1194 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit5",
1195 "inherit": false,
1196 "extraInterfaces": {
1197 "xyz.openbmc_project.Inventory.Item": {
1198 "PrettyName": "Nest Memory Management Unit"
1199 }
1200 }
1201 },
1202 {
1203 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit6",
1204 "inherit": false,
1205 "extraInterfaces": {
1206 "xyz.openbmc_project.Inventory.Item": {
1207 "PrettyName": "Accelerator"
1208 }
1209 }
1210 },
1211 {
1212 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit7",
1213 "inherit": false,
1214 "extraInterfaces": {
1215 "xyz.openbmc_project.Inventory.Item": {
1216 "PrettyName": "OpenCAPI Memory Interface"
1217 }
1218 }
1219 },
1220 {
1221 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit8",
1222 "inherit": false,
1223 "extraInterfaces": {
1224 "xyz.openbmc_project.Inventory.Item": {
1225 "PrettyName": "OpenCAPI Memory Interface Controller"
1226 }
1227 }
1228 },
1229 {
1230 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit9",
1231 "inherit": false,
1232 "extraInterfaces": {
1233 "xyz.openbmc_project.Inventory.Item": {
1234 "PrettyName": "POWER Accelerator Unit"
1235 }
1236 }
1237 },
1238 {
1239 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit10",
1240 "inherit": false,
1241 "extraInterfaces": {
1242 "xyz.openbmc_project.Inventory.Item": {
1243 "PrettyName": "POWER Accelerator Unit Controller"
1244 }
1245 }
1246 },
1247 {
1248 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit11",
1249 "inherit": false,
1250 "extraInterfaces": {
1251 "xyz.openbmc_project.Inventory.Item": {
1252 "PrettyName": "PCI Express controllers"
1253 }
1254 }
1255 },
1256 {
1257 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit12",
1258 "inherit": false,
1259 "extraInterfaces": {
1260 "xyz.openbmc_project.Inventory.Item": {
1261 "PrettyName": "PCIe host bridge (PHB)"
1262 }
1263 }
1264 },
1265 {
1266 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit13",
1267 "inherit": false,
1268 "extraInterfaces": {
1269 "xyz.openbmc_project.Inventory.Item": {
1270 "PrettyName": "OBUS End Point"
1271 }
1272 }
1273 },
1274 {
1275 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu0/unit14",
1276 "inherit": false,
1277 "extraInterfaces": {
1278 "xyz.openbmc_project.Inventory.Item": {
1279 "PrettyName": "Cache-Only Core"
1280 }
1281 }
1282 }
1283 ],
1284 "/sys/bus/spi/drivers/at25/spi42.0/eeprom": [
1285 {
1286 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1",
1287 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi43.0/eeprom",
1288 "offset": 196608,
1289 "powerOffOnly": true,
1290 "extraInterfaces": {
1291 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1292 "com.ibm.ipzvpd.Location": {
1293 "LocationCode": "Ufcs-P0-C14"
1294 },
1295 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001296 "PrettyName": "System processor module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001297 }
1298 }
1299 },
1300 {
1301 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit0",
1302 "inherit": false,
1303 "extraInterfaces": {
1304 "xyz.openbmc_project.Inventory.Item": {
1305 "PrettyName": "Quad"
1306 }
1307 }
1308 },
1309 {
1310 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit1",
1311 "inherit": false,
1312 "extraInterfaces": {
1313 "xyz.openbmc_project.Inventory.Item": {
1314 "PrettyName": "High speed SMP/OpenCAPI Link"
1315 }
1316 }
1317 },
1318 {
1319 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit2",
1320 "inherit": false,
1321 "extraInterfaces": {
1322 "xyz.openbmc_project.Inventory.Item": {
1323 "PrettyName": "Memory Controller"
1324 }
1325 }
1326 },
1327 {
1328 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit3",
1329 "inherit": false,
1330 "extraInterfaces": {
1331 "xyz.openbmc_project.Inventory.Item": {
1332 "PrettyName": "Memory Controller Channel"
1333 }
1334 }
1335 },
1336 {
1337 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit4",
1338 "inherit": false,
1339 "extraInterfaces": {
1340 "xyz.openbmc_project.Inventory.Item": {
1341 "PrettyName": "Processor To Memory Buffer Interface"
1342 }
1343 }
1344 },
1345 {
1346 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit5",
1347 "inherit": false,
1348 "extraInterfaces": {
1349 "xyz.openbmc_project.Inventory.Item": {
1350 "PrettyName": "Nest Memory Management Unit"
1351 }
1352 }
1353 },
1354 {
1355 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit6",
1356 "inherit": false,
1357 "extraInterfaces": {
1358 "xyz.openbmc_project.Inventory.Item": {
1359 "PrettyName": "Accelerator"
1360 }
1361 }
1362 },
1363 {
1364 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit7",
1365 "inherit": false,
1366 "extraInterfaces": {
1367 "xyz.openbmc_project.Inventory.Item": {
1368 "PrettyName": "OpenCAPI Memory Interface"
1369 }
1370 }
1371 },
1372 {
1373 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit8",
1374 "inherit": false,
1375 "extraInterfaces": {
1376 "xyz.openbmc_project.Inventory.Item": {
1377 "PrettyName": "OpenCAPI Memory Interface Controller"
1378 }
1379 }
1380 },
1381 {
1382 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit9",
1383 "inherit": false,
1384 "extraInterfaces": {
1385 "xyz.openbmc_project.Inventory.Item": {
1386 "PrettyName": "POWER Accelerator Unit"
1387 }
1388 }
1389 },
1390 {
1391 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit10",
1392 "inherit": false,
1393 "extraInterfaces": {
1394 "xyz.openbmc_project.Inventory.Item": {
1395 "PrettyName": "POWER Accelerator Unit Controller"
1396 }
1397 }
1398 },
1399 {
1400 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit11",
1401 "inherit": false,
1402 "extraInterfaces": {
1403 "xyz.openbmc_project.Inventory.Item": {
1404 "PrettyName": "PCI Express controllers"
1405 }
1406 }
1407 },
1408 {
1409 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit12",
1410 "inherit": false,
1411 "extraInterfaces": {
1412 "xyz.openbmc_project.Inventory.Item": {
1413 "PrettyName": "PCIe host bridge (PHB)"
1414 }
1415 }
1416 },
1417 {
1418 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit13",
1419 "inherit": false,
1420 "extraInterfaces": {
1421 "xyz.openbmc_project.Inventory.Item": {
1422 "PrettyName": "OBUS End Point"
1423 }
1424 }
1425 },
1426 {
1427 "inventoryPath": "/system/chassis/motherboard/dcm1/cpu1/unit14",
1428 "inherit": false,
1429 "extraInterfaces": {
1430 "xyz.openbmc_project.Inventory.Item": {
1431 "PrettyName": "Cache-Only Core"
1432 }
1433 }
1434 }
1435 ],
1436 "/sys/bus/spi/drivers/at25/spi52.0/eeprom": [
1437 {
1438 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0",
1439 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi53.0/eeprom",
1440 "offset": 196608,
1441 "powerOffOnly": true,
1442 "extraInterfaces": {
1443 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1444 "com.ibm.ipzvpd.Location": {
1445 "LocationCode": "Ufcs-P0-C19"
1446 },
1447 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001448 "PrettyName": "System processor module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001449 }
1450 }
1451 },
1452 {
1453 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit0",
1454 "inherit": false,
1455 "extraInterfaces": {
1456 "xyz.openbmc_project.Inventory.Item": {
1457 "PrettyName": "Quad"
1458 }
1459 }
1460 },
1461 {
1462 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit1",
1463 "inherit": false,
1464 "extraInterfaces": {
1465 "xyz.openbmc_project.Inventory.Item": {
1466 "PrettyName": "High speed SMP/OpenCAPI Link"
1467 }
1468 }
1469 },
1470 {
1471 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit2",
1472 "inherit": false,
1473 "extraInterfaces": {
1474 "xyz.openbmc_project.Inventory.Item": {
1475 "PrettyName": "Memory Controller"
1476 }
1477 }
1478 },
1479 {
1480 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit3",
1481 "inherit": false,
1482 "extraInterfaces": {
1483 "xyz.openbmc_project.Inventory.Item": {
1484 "PrettyName": "Memory Controller Channel"
1485 }
1486 }
1487 },
1488 {
1489 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit4",
1490 "inherit": false,
1491 "extraInterfaces": {
1492 "xyz.openbmc_project.Inventory.Item": {
1493 "PrettyName": "Processor To Memory Buffer Interface"
1494 }
1495 }
1496 },
1497 {
1498 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit5",
1499 "inherit": false,
1500 "extraInterfaces": {
1501 "xyz.openbmc_project.Inventory.Item": {
1502 "PrettyName": "Nest Memory Management Unit"
1503 }
1504 }
1505 },
1506 {
1507 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit6",
1508 "inherit": false,
1509 "extraInterfaces": {
1510 "xyz.openbmc_project.Inventory.Item": {
1511 "PrettyName": "Accelerator"
1512 }
1513 }
1514 },
1515 {
1516 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit7",
1517 "inherit": false,
1518 "extraInterfaces": {
1519 "xyz.openbmc_project.Inventory.Item": {
1520 "PrettyName": "OpenCAPI Memory Interface"
1521 }
1522 }
1523 },
1524 {
1525 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit8",
1526 "inherit": false,
1527 "extraInterfaces": {
1528 "xyz.openbmc_project.Inventory.Item": {
1529 "PrettyName": "OpenCAPI Memory Interface Controller"
1530 }
1531 }
1532 },
1533 {
1534 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit9",
1535 "inherit": false,
1536 "extraInterfaces": {
1537 "xyz.openbmc_project.Inventory.Item": {
1538 "PrettyName": "POWER Accelerator Unit"
1539 }
1540 }
1541 },
1542 {
1543 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit10",
1544 "inherit": false,
1545 "extraInterfaces": {
1546 "xyz.openbmc_project.Inventory.Item": {
1547 "PrettyName": "POWER Accelerator Unit Controller"
1548 }
1549 }
1550 },
1551 {
1552 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit11",
1553 "inherit": false,
1554 "extraInterfaces": {
1555 "xyz.openbmc_project.Inventory.Item": {
1556 "PrettyName": "PCI Express controllers"
1557 }
1558 }
1559 },
1560 {
1561 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit12",
1562 "inherit": false,
1563 "extraInterfaces": {
1564 "xyz.openbmc_project.Inventory.Item": {
1565 "PrettyName": "PCIe host bridge (PHB)"
1566 }
1567 }
1568 },
1569 {
1570 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit13",
1571 "inherit": false,
1572 "extraInterfaces": {
1573 "xyz.openbmc_project.Inventory.Item": {
1574 "PrettyName": "OBUS End Point"
1575 }
1576 }
1577 },
1578 {
1579 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu0/unit14",
1580 "inherit": false,
1581 "extraInterfaces": {
1582 "xyz.openbmc_project.Inventory.Item": {
1583 "PrettyName": "Cache-Only Core"
1584 }
1585 }
1586 }
1587 ],
1588 "/sys/bus/spi/drivers/at25/spi62.0/eeprom": [
1589 {
1590 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1",
1591 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi63.0/eeprom",
1592 "offset": 196608,
1593 "powerOffOnly": true,
1594 "extraInterfaces": {
1595 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1596 "com.ibm.ipzvpd.Location": {
1597 "LocationCode": "Ufcs-P0-C19"
1598 },
1599 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001600 "PrettyName": "System processor module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001601 }
1602 }
1603 },
1604 {
1605 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit0",
1606 "inherit": false,
1607 "extraInterfaces": {
1608 "xyz.openbmc_project.Inventory.Item": {
1609 "PrettyName": "Quad"
1610 }
1611 }
1612 },
1613 {
1614 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit1",
1615 "inherit": false,
1616 "extraInterfaces": {
1617 "xyz.openbmc_project.Inventory.Item": {
1618 "PrettyName": "High speed SMP/OpenCAPI Link"
1619 }
1620 }
1621 },
1622 {
1623 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit2",
1624 "inherit": false,
1625 "extraInterfaces": {
1626 "xyz.openbmc_project.Inventory.Item": {
1627 "PrettyName": "Memory Controller"
1628 }
1629 }
1630 },
1631 {
1632 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit3",
1633 "inherit": false,
1634 "extraInterfaces": {
1635 "xyz.openbmc_project.Inventory.Item": {
1636 "PrettyName": "Memory Controller Channel"
1637 }
1638 }
1639 },
1640 {
1641 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit4",
1642 "inherit": false,
1643 "extraInterfaces": {
1644 "xyz.openbmc_project.Inventory.Item": {
1645 "PrettyName": "Processor To Memory Buffer Interface"
1646 }
1647 }
1648 },
1649 {
1650 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit5",
1651 "inherit": false,
1652 "extraInterfaces": {
1653 "xyz.openbmc_project.Inventory.Item": {
1654 "PrettyName": "Nest Memory Management Unit"
1655 }
1656 }
1657 },
1658 {
1659 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit6",
1660 "inherit": false,
1661 "extraInterfaces": {
1662 "xyz.openbmc_project.Inventory.Item": {
1663 "PrettyName": "Accelerator"
1664 }
1665 }
1666 },
1667 {
1668 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit7",
1669 "inherit": false,
1670 "extraInterfaces": {
1671 "xyz.openbmc_project.Inventory.Item": {
1672 "PrettyName": "OpenCAPI Memory Interface"
1673 }
1674 }
1675 },
1676 {
1677 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit8",
1678 "inherit": false,
1679 "extraInterfaces": {
1680 "xyz.openbmc_project.Inventory.Item": {
1681 "PrettyName": "OpenCAPI Memory Interface Controller"
1682 }
1683 }
1684 },
1685 {
1686 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit9",
1687 "inherit": false,
1688 "extraInterfaces": {
1689 "xyz.openbmc_project.Inventory.Item": {
1690 "PrettyName": "POWER Accelerator Unit"
1691 }
1692 }
1693 },
1694 {
1695 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit10",
1696 "inherit": false,
1697 "extraInterfaces": {
1698 "xyz.openbmc_project.Inventory.Item": {
1699 "PrettyName": "POWER Accelerator Unit Controller"
1700 }
1701 }
1702 },
1703 {
1704 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit11",
1705 "inherit": false,
1706 "extraInterfaces": {
1707 "xyz.openbmc_project.Inventory.Item": {
1708 "PrettyName": "PCI Express controllers"
1709 }
1710 }
1711 },
1712 {
1713 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit12",
1714 "inherit": false,
1715 "extraInterfaces": {
1716 "xyz.openbmc_project.Inventory.Item": {
1717 "PrettyName": "PCIe host bridge (PHB)"
1718 }
1719 }
1720 },
1721 {
1722 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit13",
1723 "inherit": false,
1724 "extraInterfaces": {
1725 "xyz.openbmc_project.Inventory.Item": {
1726 "PrettyName": "OBUS End Point"
1727 }
1728 }
1729 },
1730 {
1731 "inventoryPath": "/system/chassis/motherboard/dcm2/cpu1/unit14",
1732 "inherit": false,
1733 "extraInterfaces": {
1734 "xyz.openbmc_project.Inventory.Item": {
1735 "PrettyName": "Cache-Only Core"
1736 }
1737 }
1738 }
1739 ],
1740 "/sys/bus/spi/drivers/at25/spi72.0/eeprom": [
1741 {
1742 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0",
1743 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi73.0/eeprom",
1744 "offset": 196608,
1745 "powerOffOnly": true,
1746 "extraInterfaces": {
1747 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1748 "com.ibm.ipzvpd.Location": {
1749 "LocationCode": "Ufcs-P0-C56"
1750 },
1751 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001752 "PrettyName": "System processor module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001753 }
1754 }
1755 },
1756 {
1757 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit0",
1758 "inherit": false,
1759 "extraInterfaces": {
1760 "xyz.openbmc_project.Inventory.Item": {
1761 "PrettyName": "Quad"
1762 }
1763 }
1764 },
1765 {
1766 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit1",
1767 "inherit": false,
1768 "extraInterfaces": {
1769 "xyz.openbmc_project.Inventory.Item": {
1770 "PrettyName": "High speed SMP/OpenCAPI Link"
1771 }
1772 }
1773 },
1774 {
1775 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit2",
1776 "inherit": false,
1777 "extraInterfaces": {
1778 "xyz.openbmc_project.Inventory.Item": {
1779 "PrettyName": "Memory Controller"
1780 }
1781 }
1782 },
1783 {
1784 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit3",
1785 "inherit": false,
1786 "extraInterfaces": {
1787 "xyz.openbmc_project.Inventory.Item": {
1788 "PrettyName": "Memory Controller Channel"
1789 }
1790 }
1791 },
1792 {
1793 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit4",
1794 "inherit": false,
1795 "extraInterfaces": {
1796 "xyz.openbmc_project.Inventory.Item": {
1797 "PrettyName": "Processor To Memory Buffer Interface"
1798 }
1799 }
1800 },
1801 {
1802 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit5",
1803 "inherit": false,
1804 "extraInterfaces": {
1805 "xyz.openbmc_project.Inventory.Item": {
1806 "PrettyName": "Nest Memory Management Unit"
1807 }
1808 }
1809 },
1810 {
1811 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit6",
1812 "inherit": false,
1813 "extraInterfaces": {
1814 "xyz.openbmc_project.Inventory.Item": {
1815 "PrettyName": "Accelerator"
1816 }
1817 }
1818 },
1819 {
1820 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit7",
1821 "inherit": false,
1822 "extraInterfaces": {
1823 "xyz.openbmc_project.Inventory.Item": {
1824 "PrettyName": "OpenCAPI Memory Interface"
1825 }
1826 }
1827 },
1828 {
1829 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit8",
1830 "inherit": false,
1831 "extraInterfaces": {
1832 "xyz.openbmc_project.Inventory.Item": {
1833 "PrettyName": "OpenCAPI Memory Interface Controller"
1834 }
1835 }
1836 },
1837 {
1838 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit9",
1839 "inherit": false,
1840 "extraInterfaces": {
1841 "xyz.openbmc_project.Inventory.Item": {
1842 "PrettyName": "POWER Accelerator Unit"
1843 }
1844 }
1845 },
1846 {
1847 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit10",
1848 "inherit": false,
1849 "extraInterfaces": {
1850 "xyz.openbmc_project.Inventory.Item": {
1851 "PrettyName": "POWER Accelerator Unit Controller"
1852 }
1853 }
1854 },
1855 {
1856 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit11",
1857 "inherit": false,
1858 "extraInterfaces": {
1859 "xyz.openbmc_project.Inventory.Item": {
1860 "PrettyName": "PCI Express controllers"
1861 }
1862 }
1863 },
1864 {
1865 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit12",
1866 "inherit": false,
1867 "extraInterfaces": {
1868 "xyz.openbmc_project.Inventory.Item": {
1869 "PrettyName": "PCIe host bridge (PHB)"
1870 }
1871 }
1872 },
1873 {
1874 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit13",
1875 "inherit": false,
1876 "extraInterfaces": {
1877 "xyz.openbmc_project.Inventory.Item": {
1878 "PrettyName": "OBUS End Point"
1879 }
1880 }
1881 },
1882 {
1883 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu0/unit14",
1884 "inherit": false,
1885 "extraInterfaces": {
1886 "xyz.openbmc_project.Inventory.Item": {
1887 "PrettyName": "Cache-Only Core"
1888 }
1889 }
1890 }
1891 ],
1892 "/sys/bus/spi/drivers/at25/spi82.0/eeprom": [
1893 {
1894 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1",
1895 "redundantEeprom": "/sys/bus/spi/drivers/at25/spi83.0/eeprom",
1896 "offset": 196608,
1897 "powerOffOnly": true,
1898 "extraInterfaces": {
1899 "xyz.openbmc_project.Inventory.Item.Cpu": null,
1900 "com.ibm.ipzvpd.Location": {
1901 "LocationCode": "Ufcs-P0-C56"
1902 },
1903 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06001904 "PrettyName": "System processor module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001905 }
1906 }
1907 },
1908 {
1909 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit0",
1910 "inherit": false,
1911 "extraInterfaces": {
1912 "xyz.openbmc_project.Inventory.Item": {
1913 "PrettyName": "Quad"
1914 }
1915 }
1916 },
1917 {
1918 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit1",
1919 "inherit": false,
1920 "extraInterfaces": {
1921 "xyz.openbmc_project.Inventory.Item": {
1922 "PrettyName": "High speed SMP/OpenCAPI Link"
1923 }
1924 }
1925 },
1926 {
1927 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit2",
1928 "inherit": false,
1929 "extraInterfaces": {
1930 "xyz.openbmc_project.Inventory.Item": {
1931 "PrettyName": "Memory Controller"
1932 }
1933 }
1934 },
1935 {
1936 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit3",
1937 "inherit": false,
1938 "extraInterfaces": {
1939 "xyz.openbmc_project.Inventory.Item": {
1940 "PrettyName": "Memory Controller Channel"
1941 }
1942 }
1943 },
1944 {
1945 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit4",
1946 "inherit": false,
1947 "extraInterfaces": {
1948 "xyz.openbmc_project.Inventory.Item": {
1949 "PrettyName": "Processor To Memory Buffer Interface"
1950 }
1951 }
1952 },
1953 {
1954 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit5",
1955 "inherit": false,
1956 "extraInterfaces": {
1957 "xyz.openbmc_project.Inventory.Item": {
1958 "PrettyName": "Nest Memory Management Unit"
1959 }
1960 }
1961 },
1962 {
1963 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit6",
1964 "inherit": false,
1965 "extraInterfaces": {
1966 "xyz.openbmc_project.Inventory.Item": {
1967 "PrettyName": "Accelerator"
1968 }
1969 }
1970 },
1971 {
1972 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit7",
1973 "inherit": false,
1974 "extraInterfaces": {
1975 "xyz.openbmc_project.Inventory.Item": {
1976 "PrettyName": "OpenCAPI Memory Interface"
1977 }
1978 }
1979 },
1980 {
1981 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit8",
1982 "inherit": false,
1983 "extraInterfaces": {
1984 "xyz.openbmc_project.Inventory.Item": {
1985 "PrettyName": "OpenCAPI Memory Interface Controller"
1986 }
1987 }
1988 },
1989 {
1990 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit9",
1991 "inherit": false,
1992 "extraInterfaces": {
1993 "xyz.openbmc_project.Inventory.Item": {
1994 "PrettyName": "POWER Accelerator Unit"
1995 }
1996 }
1997 },
1998 {
1999 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit10",
2000 "inherit": false,
2001 "extraInterfaces": {
2002 "xyz.openbmc_project.Inventory.Item": {
2003 "PrettyName": "POWER Accelerator Unit Controller"
2004 }
2005 }
2006 },
2007 {
2008 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit11",
2009 "inherit": false,
2010 "extraInterfaces": {
2011 "xyz.openbmc_project.Inventory.Item": {
2012 "PrettyName": "PCI Express controllers"
2013 }
2014 }
2015 },
2016 {
2017 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit12",
2018 "inherit": false,
2019 "extraInterfaces": {
2020 "xyz.openbmc_project.Inventory.Item": {
2021 "PrettyName": "PCIe host bridge (PHB)"
2022 }
2023 }
2024 },
2025 {
2026 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit13",
2027 "inherit": false,
2028 "extraInterfaces": {
2029 "xyz.openbmc_project.Inventory.Item": {
2030 "PrettyName": "OBUS End Point"
2031 }
2032 }
2033 },
2034 {
2035 "inventoryPath": "/system/chassis/motherboard/dcm3/cpu1/unit14",
2036 "inherit": false,
2037 "extraInterfaces": {
2038 "xyz.openbmc_project.Inventory.Item": {
2039 "PrettyName": "Cache-Only Core"
2040 }
2041 }
2042 }
2043 ],
2044 "/sys/bus/i2c/drivers/at24/27-0050/eeprom": [
2045 {
2046 "inventoryPath": "/system/chassis/motherboard/dasd_backplane",
2047 "extraInterfaces": {
2048 "xyz.openbmc_project.Inventory.Item.DiskBackplane": null,
2049 "com.ibm.ipzvpd.Location": {
2050 "LocationCode": "Ufcs-P1"
2051 },
2052 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002053 "PrettyName": "Drive backplane"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002054 }
2055 }
2056 },
2057 {
2058 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme0",
2059 "inherit": false,
2060 "extraInterfaces": {
2061 "com.ibm.Control.Host.PCIeLink": null,
2062 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2063 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2064 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2065 },
2066 "com.ibm.ipzvpd.Location": {
2067 "LocationCode": "Ufcs-P1-C0"
2068 },
2069 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002070 "PrettyName": "NVMe U.2 drive 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002071 }
2072 }
2073 },
2074 {
2075 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme0/drive0",
2076 "inherit": false,
2077 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302078 "devAddress": "27-0050",
2079 "busType": "i2c",
2080 "driverType": "at24",
2081 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002082 "extraInterfaces": {
2083 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2084 "com.ibm.ipzvpd.Location": {
2085 "LocationCode": "Ufcs-P1-C0"
2086 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002087 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2088 "SlotNumber": 1
2089 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002090 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002091 "PrettyName": "NVMe U.2 drive 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002092 }
2093 }
2094 },
2095 {
2096 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme1",
2097 "inherit": false,
2098 "extraInterfaces": {
2099 "com.ibm.Control.Host.PCIeLink": null,
2100 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2101 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2102 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2103 },
2104 "com.ibm.ipzvpd.Location": {
2105 "LocationCode": "Ufcs-P1-C1"
2106 },
2107 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002108 "PrettyName": "NVMe U.2 drive 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002109 }
2110 }
2111 },
2112 {
2113 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme1/drive1",
2114 "inherit": false,
2115 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302116 "devAddress": "27-0050",
2117 "busType": "i2c",
2118 "driverType": "at24",
2119 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002120 "extraInterfaces": {
2121 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2122 "com.ibm.ipzvpd.Location": {
2123 "LocationCode": "Ufcs-P1-C1"
2124 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002125 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2126 "SlotNumber": 2
2127 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002128 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002129 "PrettyName": "NVMe U.2 drive 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002130 }
2131 }
2132 },
2133 {
2134 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme2",
2135 "inherit": false,
2136 "extraInterfaces": {
2137 "com.ibm.Control.Host.PCIeLink": null,
2138 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2139 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2140 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2141 },
2142 "com.ibm.ipzvpd.Location": {
2143 "LocationCode": "Ufcs-P1-C2"
2144 },
2145 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002146 "PrettyName": "NVMe U.2 drive 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002147 }
2148 }
2149 },
2150 {
2151 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme2/drive2",
2152 "inherit": false,
2153 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302154 "devAddress": "27-0050",
2155 "busType": "i2c",
2156 "driverType": "at24",
2157 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002158 "extraInterfaces": {
2159 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2160 "com.ibm.ipzvpd.Location": {
2161 "LocationCode": "Ufcs-P1-C2"
2162 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002163 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2164 "SlotNumber": 3
2165 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002166 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002167 "PrettyName": "NVMe U.2 drive 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002168 }
2169 }
2170 },
2171 {
2172 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme3",
2173 "inherit": false,
2174 "extraInterfaces": {
2175 "com.ibm.Control.Host.PCIeLink": null,
2176 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2177 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2178 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2179 },
2180 "com.ibm.ipzvpd.Location": {
2181 "LocationCode": "Ufcs-P1-C3"
2182 },
2183 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002184 "PrettyName": "NVMe U.2 drive 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002185 }
2186 }
2187 },
2188 {
2189 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme3/drive3",
2190 "inherit": false,
2191 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302192 "devAddress": "27-0050",
2193 "busType": "i2c",
2194 "driverType": "at24",
2195 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002196 "extraInterfaces": {
2197 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2198 "com.ibm.ipzvpd.Location": {
2199 "LocationCode": "Ufcs-P1-C3"
2200 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002201 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2202 "SlotNumber": 4
2203 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002204 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002205 "PrettyName": "NVMe U.2 drive 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002206 }
2207 }
2208 },
2209 {
2210 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme4",
2211 "inherit": false,
2212 "extraInterfaces": {
2213 "com.ibm.Control.Host.PCIeLink": null,
2214 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2215 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2216 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2217 },
2218 "com.ibm.ipzvpd.Location": {
2219 "LocationCode": "Ufcs-P1-C4"
2220 },
2221 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002222 "PrettyName": "NVMe U.2 drive 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002223 }
2224 }
2225 },
2226 {
2227 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme4/drive4",
2228 "inherit": false,
2229 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302230 "devAddress": "27-0050",
2231 "busType": "i2c",
2232 "driverType": "at24",
2233 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002234 "extraInterfaces": {
2235 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2236 "com.ibm.ipzvpd.Location": {
2237 "LocationCode": "Ufcs-P1-C4"
2238 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002239 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2240 "SlotNumber": 5
2241 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002242 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002243 "PrettyName": "NVMe U.2 drive 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002244 }
2245 }
2246 },
2247 {
2248 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme5",
2249 "inherit": false,
2250 "extraInterfaces": {
2251 "com.ibm.Control.Host.PCIeLink": null,
2252 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2253 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2254 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2255 },
2256 "com.ibm.ipzvpd.Location": {
2257 "LocationCode": "Ufcs-P1-C5"
2258 },
2259 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002260 "PrettyName": "NVMe U.2 drive 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002261 }
2262 }
2263 },
2264 {
2265 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme5/drive5",
2266 "inherit": false,
2267 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302268 "devAddress": "27-0050",
2269 "busType": "i2c",
2270 "driverType": "at24",
2271 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002272 "extraInterfaces": {
2273 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2274 "com.ibm.ipzvpd.Location": {
2275 "LocationCode": "Ufcs-P1-C5"
2276 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002277 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2278 "SlotNumber": 6
2279 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002280 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002281 "PrettyName": "NVMe U.2 drive 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002282 }
2283 }
2284 },
2285 {
2286 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme6",
2287 "inherit": false,
2288 "extraInterfaces": {
2289 "com.ibm.Control.Host.PCIeLink": null,
2290 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2291 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2292 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2293 },
2294 "com.ibm.ipzvpd.Location": {
2295 "LocationCode": "Ufcs-P1-C6"
2296 },
2297 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002298 "PrettyName": "NVMe U.2 drive 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002299 }
2300 }
2301 },
2302 {
2303 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme6/drive6",
2304 "inherit": false,
2305 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302306 "devAddress": "27-0050",
2307 "busType": "i2c",
2308 "driverType": "at24",
2309 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002310 "extraInterfaces": {
2311 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2312 "com.ibm.ipzvpd.Location": {
2313 "LocationCode": "Ufcs-P1-C6"
2314 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002315 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2316 "SlotNumber": 7
2317 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002318 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002319 "PrettyName": "NVMe U.2 drive 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002320 }
2321 }
2322 },
2323 {
2324 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme7",
2325 "inherit": false,
2326 "extraInterfaces": {
2327 "com.ibm.Control.Host.PCIeLink": null,
2328 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2329 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2330 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2331 },
2332 "com.ibm.ipzvpd.Location": {
2333 "LocationCode": "Ufcs-P1-C7"
2334 },
2335 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002336 "PrettyName": "NVMe U.2 drive 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002337 }
2338 }
2339 },
2340 {
2341 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme7/drive7",
2342 "inherit": false,
2343 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302344 "devAddress": "27-0050",
2345 "busType": "i2c",
2346 "driverType": "at24",
2347 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002348 "extraInterfaces": {
2349 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2350 "com.ibm.ipzvpd.Location": {
2351 "LocationCode": "Ufcs-P1-C7"
2352 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002353 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2354 "SlotNumber": 8
2355 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002356 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002357 "PrettyName": "NVMe U.2 drive 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002358 }
2359 }
2360 },
2361 {
2362 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme8",
2363 "inherit": false,
2364 "extraInterfaces": {
2365 "com.ibm.Control.Host.PCIeLink": null,
2366 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2367 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2368 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2369 },
2370 "com.ibm.ipzvpd.Location": {
2371 "LocationCode": "Ufcs-P1-C8"
2372 },
2373 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002374 "PrettyName": "NVMe U.2 drive 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002375 }
2376 }
2377 },
2378 {
2379 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme8/drive8",
2380 "inherit": false,
2381 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302382 "devAddress": "27-0050",
2383 "busType": "i2c",
2384 "driverType": "at24",
2385 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002386 "extraInterfaces": {
2387 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2388 "com.ibm.ipzvpd.Location": {
2389 "LocationCode": "Ufcs-P1-C8"
2390 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002391 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2392 "SlotNumber": 9
2393 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002394 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002395 "PrettyName": "NVMe U.2 drive 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002396 }
2397 }
2398 },
2399 {
2400 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme9",
2401 "inherit": false,
2402 "extraInterfaces": {
2403 "com.ibm.Control.Host.PCIeLink": null,
2404 "xyz.openbmc_project.State.Decorator.PowerState": "xyz.openbmc_project.State.Decorator.PowerState.State.Unknown",
2405 "xyz.openbmc_project.Inventory.Item.PCIeSlot": {
2406 "SlotType": "xyz.openbmc_project.Inventory.Item.PCIeSlot.SlotTypes.U_2"
2407 },
2408 "com.ibm.ipzvpd.Location": {
2409 "LocationCode": "Ufcs-P1-C9"
2410 },
2411 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002412 "PrettyName": "NVMe U.2 drive 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002413 }
2414 }
2415 },
2416 {
2417 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/nvme9/drive9",
2418 "inherit": false,
2419 "embedded": false,
Kantesh Nagaradderf27cea72023-01-25 14:42:53 +05302420 "devAddress": "27-0050",
2421 "busType": "i2c",
2422 "driverType": "at24",
2423 "concurrentlyMaintainable": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002424 "extraInterfaces": {
2425 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2426 "com.ibm.ipzvpd.Location": {
2427 "LocationCode": "Ufcs-P1-C9"
2428 },
Matt Spinlere0e15492024-10-28 04:17:48 -05002429 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2430 "SlotNumber": 10
2431 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002432 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002433 "PrettyName": "NVMe U.2 drive 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002434 }
2435 }
2436 },
2437 {
2438 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/dp_connector0",
2439 "inherit": false,
2440 "extraInterfaces": {
2441 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavae28ac7f2024-07-18 02:02:28 -05002442 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002443 "com.ibm.ipzvpd.Location": {
2444 "LocationCode": "Ufcs-P1-T0"
2445 },
2446 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -05002447 "PrettyName": "USB 3.0 port 1 (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002448 }
2449 }
2450 },
2451 {
2452 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/dp_connector1",
2453 "inherit": false,
2454 "extraInterfaces": {
2455 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavae28ac7f2024-07-18 02:02:28 -05002456 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002457 "com.ibm.ipzvpd.Location": {
2458 "LocationCode": "Ufcs-P1-T1"
2459 },
2460 "xyz.openbmc_project.Inventory.Item": {
Rekha Aparnaf842bc52024-05-15 23:13:08 -05002461 "PrettyName": "USB 3.0 port 2 (front)"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002462 }
2463 }
2464 }
2465 ],
2466 "/sys/bus/i2c/drivers/at24/28-0051/eeprom": [
2467 {
2468 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/panel1",
2469 "devAddress": "28-0051",
2470 "driverType": "at24",
2471 "busType": "i2c",
2472 "concurrentlyMaintainable": true,
2473 "essentialFru": true,
2474 "extraInterfaces": {
2475 "xyz.openbmc_project.Inventory.Item.Panel": null,
2476 "com.ibm.ipzvpd.Location": {
2477 "LocationCode": "Ufcs-D1"
2478 },
2479 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002480 "PrettyName": "Control panel display"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002481 }
2482 }
2483 }
2484 ],
2485 "/sys/bus/i2c/drivers/at24/29-0050/eeprom": [
2486 {
2487 "inventoryPath": "/system/chassis/motherboard/dasd_backplane/panel0",
2488 "devAddress": "29-0050",
2489 "driverType": "at24",
2490 "busType": "i2c",
2491 "concurrentlyMaintainable": true,
2492 "essentialFru": true,
2493 "extraInterfaces": {
2494 "xyz.openbmc_project.Inventory.Item.Panel": null,
2495 "com.ibm.ipzvpd.Location": {
2496 "LocationCode": "Ufcs-D0"
2497 },
2498 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002499 "PrettyName": "Control panel"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002500 }
2501 }
2502 }
2503 ],
2504 "/sys/bus/i2c/drivers/at24/31-0050/eeprom": [
2505 {
2506 "inventoryPath": "/system/chassis/motherboard/fan0",
2507 "devAddress": "31-0050",
2508 "driverType": "at24",
2509 "busType": "i2c",
Priyanga Ramasamyaca61372023-01-24 08:02:28 -06002510 "handlePresence": false,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002511 "concurrentlyMaintainable": true,
2512 "extraInterfaces": {
2513 "xyz.openbmc_project.Inventory.Item.Fan": null,
2514 "com.ibm.ipzvpd.Location": {
2515 "LocationCode": "Ufcs-A0"
2516 }
2517 }
2518 }
2519 ],
2520 "/sys/bus/i2c/drivers/at24/32-0050/eeprom": [
2521 {
2522 "inventoryPath": "/system/chassis/motherboard/fan1",
2523 "devAddress": "32-0050",
2524 "driverType": "at24",
2525 "busType": "i2c",
Priyanga Ramasamyaca61372023-01-24 08:02:28 -06002526 "handlePresence": false,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002527 "concurrentlyMaintainable": true,
2528 "extraInterfaces": {
2529 "xyz.openbmc_project.Inventory.Item.Fan": null,
2530 "com.ibm.ipzvpd.Location": {
2531 "LocationCode": "Ufcs-A1"
2532 }
2533 }
2534 }
2535 ],
2536 "/sys/bus/i2c/drivers/at24/33-0050/eeprom": [
2537 {
2538 "inventoryPath": "/system/chassis/motherboard/fan2",
2539 "devAddress": "33-0050",
2540 "driverType": "at24",
2541 "busType": "i2c",
Priyanga Ramasamyaca61372023-01-24 08:02:28 -06002542 "handlePresence": false,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002543 "concurrentlyMaintainable": true,
2544 "extraInterfaces": {
2545 "xyz.openbmc_project.Inventory.Item.Fan": null,
2546 "com.ibm.ipzvpd.Location": {
2547 "LocationCode": "Ufcs-A2"
2548 }
2549 }
2550 }
2551 ],
2552 "/sys/bus/i2c/drivers/at24/34-0050/eeprom": [
2553 {
2554 "inventoryPath": "/system/chassis/motherboard/fan3",
2555 "devAddress": "34-0050",
2556 "driverType": "at24",
2557 "busType": "i2c",
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002558 "concurrentlyMaintainable": true,
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002559 "handlePresence": false,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002560 "extraInterfaces": {
2561 "xyz.openbmc_project.Inventory.Item.Fan": null,
2562 "com.ibm.ipzvpd.Location": {
2563 "LocationCode": "Ufcs-A3"
2564 }
2565 }
2566 }
2567 ],
2568 "/sys/bus/i2c/drivers/at24/16-0052/eeprom": [
2569 {
2570 "inventoryPath": "/system/chassis/motherboard/pcieslot1/pcie_card1",
2571 "replaceableAtStandby": true,
2572 "busType": "i2c",
2573 "driverType": "at24",
2574 "concurrentlyMaintainable": true,
2575 "devAddress": "16-0052",
2576 "pcaChipAddress": "16-0062",
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002577 "presence": {
2578 "pin": "expander-cable-card1",
2579 "value": 0,
2580 "gpioI2CAddress": "4-0065"
2581 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002582 "preAction": {
2583 "pin": "presence-cable-card1",
2584 "value": 1,
2585 "gpioI2CAddress": "4-0065"
2586 },
2587 "postActionFail": {
2588 "pin": "presence-cable-card1",
2589 "value": 0,
2590 "gpioI2CAddress": "4-0065"
2591 },
2592 "extraInterfaces": {
2593 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2594 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2595 "com.ibm.ipzvpd.Location": {
2596 "LocationCode": "Ufcs-P0-C1"
2597 },
2598 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2599 "Bus": 16,
2600 "Address": 82
2601 },
2602 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2603 "SlotNumber": 1
2604 },
2605 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002606 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002607 }
2608 }
2609 },
2610 {
2611 "inventoryPath": "/system/chassis/motherboard/pcieslot1/pcie_card1/cxp_top",
2612 "inherit": false,
2613 "noprime": true,
2614 "extraInterfaces": {
2615 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavae28ac7f2024-07-18 02:02:28 -05002616 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002617 "com.ibm.ipzvpd.Location": {
2618 "LocationCode": "Ufcs-P0-C1-T0"
2619 },
2620 "xyz.openbmc_project.Inventory.Item": {
2621 "PrettyName": "CXP Port"
2622 }
2623 }
2624 },
2625 {
2626 "inventoryPath": "/system/chassis/motherboard/pcieslot1/pcie_card1/cxp_bot",
2627 "inherit": false,
2628 "noprime": true,
2629 "extraInterfaces": {
2630 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavae28ac7f2024-07-18 02:02:28 -05002631 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002632 "com.ibm.ipzvpd.Location": {
2633 "LocationCode": "Ufcs-P0-C1-T1"
2634 },
2635 "xyz.openbmc_project.Inventory.Item": {
2636 "PrettyName": "CXP Port"
2637 }
2638 }
2639 }
2640 ],
2641 "/sys/bus/i2c/drivers/at24/17-0050/eeprom": [
2642 {
2643 "inventoryPath": "/system/chassis/motherboard/pcieslot2/pcie_card2",
2644 "devAddress": "17-0050",
2645 "pcaChipAddress": "17-0060",
2646 "replaceableAtStandby": true,
2647 "busType": "i2c",
2648 "driverType": "at24",
2649 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002650 "presence": {
2651 "pin": "expander-cable-card2",
2652 "value": 0,
2653 "gpioI2CAddress": "4-0065"
2654 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002655 "preAction": {
2656 "pin": "presence-cable-card2",
2657 "value": 1,
2658 "gpioI2CAddress": "4-0065"
2659 },
2660 "postActionFail": {
2661 "pin": "presence-cable-card2",
2662 "value": 0,
2663 "gpioI2CAddress": "4-0065"
2664 },
2665 "extraInterfaces": {
2666 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2667 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2668 "com.ibm.ipzvpd.Location": {
2669 "LocationCode": "Ufcs-P0-C2"
2670 },
2671 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2672 "Bus": 17,
2673 "Address": 80
2674 },
2675 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2676 "SlotNumber": 2
2677 },
2678 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002679 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002680 }
2681 }
2682 },
2683 {
2684 "inventoryPath": "/system/chassis/motherboard/pcieslot2/pcie_card2/cxp_top",
2685 "inherit": false,
2686 "noprime": true,
2687 "extraInterfaces": {
2688 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002689 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002690 "com.ibm.ipzvpd.Location": {
2691 "LocationCode": "Ufcs-P0-C2-T0"
2692 },
2693 "xyz.openbmc_project.Inventory.Item": {
2694 "PrettyName": "CXP Port"
2695 }
2696 }
2697 },
2698 {
2699 "inventoryPath": "/system/chassis/motherboard/pcieslot2/pcie_card2/cxp_bot",
2700 "inherit": false,
2701 "noprime": true,
2702 "extraInterfaces": {
2703 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002704 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002705 "com.ibm.ipzvpd.Location": {
2706 "LocationCode": "Ufcs-P0-C2-T1"
2707 },
2708 "xyz.openbmc_project.Inventory.Item": {
2709 "PrettyName": "CXP Port"
2710 }
2711 }
2712 }
2713 ],
2714 "/sys/bus/i2c/drivers/at24/18-0051/eeprom": [
2715 {
2716 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3",
2717 "devAddress": "18-0051",
2718 "pcaChipAddress": "18-0061",
2719 "replaceableAtStandby": true,
2720 "busType": "i2c",
2721 "driverType": "at24",
2722 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002723 "presence": {
2724 "pin": "expander-cable-card3",
2725 "value": 0,
2726 "gpioI2CAddress": "4-0065"
2727 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002728 "preAction": {
2729 "pin": "presence-cable-card3",
2730 "value": 1,
2731 "gpioI2CAddress": "4-0065"
2732 },
2733 "postActionFail": {
2734 "pin": "presence-cable-card3",
2735 "value": 0,
2736 "gpioI2CAddress": "4-0065"
2737 },
2738 "extraInterfaces": {
2739 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2740 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2741 "com.ibm.ipzvpd.Location": {
2742 "LocationCode": "Ufcs-P0-C3"
2743 },
2744 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2745 "Bus": 18,
2746 "Address": 81
2747 },
2748 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2749 "SlotNumber": 3
2750 },
2751 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002752 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002753 }
2754 }
2755 },
2756 {
2757 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3/cxp_top",
2758 "inherit": false,
2759 "noprime": true,
2760 "extraInterfaces": {
2761 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002762 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002763 "com.ibm.ipzvpd.Location": {
2764 "LocationCode": "Ufcs-P0-C3-T0"
2765 },
2766 "xyz.openbmc_project.Inventory.Item": {
2767 "PrettyName": "CXP Port"
2768 }
2769 }
2770 },
2771 {
2772 "inventoryPath": "/system/chassis/motherboard/pcieslot3/pcie_card3/cxp_bot",
2773 "inherit": false,
2774 "noprime": true,
2775 "extraInterfaces": {
2776 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002777 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002778 "com.ibm.ipzvpd.Location": {
2779 "LocationCode": "Ufcs-P0-C3-T1"
2780 },
2781 "xyz.openbmc_project.Inventory.Item": {
2782 "PrettyName": "CXP Port"
2783 }
2784 }
2785 }
2786 ],
2787 "/sys/bus/i2c/drivers/at24/19-0050/eeprom": [
2788 {
2789 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4",
2790 "devAddress": "19-0050",
2791 "pcaChipAddress": "19-0060",
2792 "replaceableAtStandby": true,
2793 "busType": "i2c",
2794 "driverType": "at24",
2795 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002796 "presence": {
2797 "pin": "expander-cable-card4",
2798 "value": 0,
2799 "gpioI2CAddress": "4-0065"
2800 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002801 "preAction": {
2802 "pin": "presence-cable-card4",
2803 "value": 1,
2804 "gpioI2CAddress": "4-0065"
2805 },
2806 "postActionFail": {
2807 "pin": "presence-cable-card4",
2808 "value": 0,
2809 "gpioI2CAddress": "4-0065"
2810 },
2811 "extraInterfaces": {
2812 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2813 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2814 "com.ibm.ipzvpd.Location": {
2815 "LocationCode": "Ufcs-P0-C4"
2816 },
2817 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2818 "Bus": 19,
2819 "Address": 80
2820 },
2821 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2822 "SlotNumber": 4
2823 },
2824 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002825 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002826 }
2827 }
2828 },
2829 {
2830 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4/cxp_top",
2831 "inherit": false,
2832 "noprime": true,
2833 "extraInterfaces": {
2834 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002835 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002836 "com.ibm.ipzvpd.Location": {
2837 "LocationCode": "Ufcs-P0-C4-T0"
2838 },
2839 "xyz.openbmc_project.Inventory.Item": {
2840 "PrettyName": "CXP Port"
2841 }
2842 }
2843 },
2844 {
2845 "inventoryPath": "/system/chassis/motherboard/pcieslot4/pcie_card4/cxp_bot",
2846 "inherit": false,
2847 "noprime": true,
2848 "extraInterfaces": {
2849 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002850 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002851 "com.ibm.ipzvpd.Location": {
2852 "LocationCode": "Ufcs-P0-C4-T1"
2853 },
2854 "xyz.openbmc_project.Inventory.Item": {
2855 "PrettyName": "CXP Port"
2856 }
2857 }
2858 }
2859 ],
2860 "/sys/bus/i2c/drivers/at24/20-0051/eeprom": [
2861 {
2862 "inventoryPath": "/system/chassis/motherboard/pcieslot5/pcie_card5",
2863 "devAddress": "20-0051",
2864 "pcaChipAddress": "20-0061",
2865 "replaceableAtStandby": true,
2866 "busType": "i2c",
2867 "driverType": "at24",
2868 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002869 "presence": {
2870 "pin": "expander-cable-card5",
2871 "value": 0,
2872 "gpioI2CAddress": "4-0065"
2873 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002874 "preAction": {
2875 "pin": "presence-cable-card5",
2876 "value": 1,
2877 "gpioI2CAddress": "4-0065"
2878 },
2879 "postActionFail": {
2880 "pin": "presence-cable-card5",
2881 "value": 0,
2882 "gpioI2CAddress": "4-0065"
2883 },
2884 "extraInterfaces": {
2885 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
2886 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
2887 "com.ibm.ipzvpd.Location": {
2888 "LocationCode": "Ufcs-P0-C5"
2889 },
2890 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2891 "Bus": 20,
2892 "Address": 81
2893 },
2894 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2895 "SlotNumber": 5
2896 },
2897 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002898 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002899 }
2900 }
2901 },
2902 {
2903 "inventoryPath": "/system/chassis/motherboard/pcieslot5/pcie_card5/cxp_top",
2904 "inherit": false,
2905 "noprime": true,
2906 "extraInterfaces": {
2907 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002908 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002909 "com.ibm.ipzvpd.Location": {
2910 "LocationCode": "Ufcs-P0-C5-T0"
2911 },
2912 "xyz.openbmc_project.Inventory.Item": {
2913 "PrettyName": "CXP Port"
2914 }
2915 }
2916 },
2917 {
2918 "inventoryPath": "/system/chassis/motherboard/pcieslot5/pcie_card5/cxp_bot",
2919 "inherit": false,
2920 "noprime": true,
2921 "extraInterfaces": {
2922 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05002923 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002924 "com.ibm.ipzvpd.Location": {
2925 "LocationCode": "Ufcs-P0-C5-T1"
2926 },
2927 "xyz.openbmc_project.Inventory.Item": {
2928 "PrettyName": "CXP Port"
2929 }
2930 }
2931 }
2932 ],
2933 "/sys/bus/i2c/drivers/at24/21-0051/eeprom": [
2934 {
2935 "inventoryPath": "/system/chassis/motherboard/pcieslot6/pcie_card6",
2936 "devAddress": "21-0051",
2937 "pcaChipAddress": "21-0061",
2938 "replaceableAtStandby": true,
2939 "busType": "i2c",
2940 "driverType": "at24",
2941 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002942 "presence": {
2943 "pin": "expander-cable-card6",
2944 "value": 0,
2945 "gpioI2CAddress": "5-0066"
2946 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002947 "preAction": {
2948 "pin": "presence-cable-card6",
2949 "value": 1,
2950 "gpioI2CAddress": "5-0066"
2951 },
2952 "postActionFail": {
2953 "pin": "presence-cable-card6",
2954 "value": 0,
2955 "gpioI2CAddress": "5-0066"
2956 },
2957 "extraInterfaces": {
2958 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002959 "com.ibm.ipzvpd.Location": {
2960 "LocationCode": "Ufcs-P0-C6"
2961 },
2962 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
2963 "Bus": 21,
2964 "Address": 81
2965 },
2966 "xyz.openbmc_project.Inventory.Decorator.Slot": {
2967 "SlotNumber": 6
2968 },
2969 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06002970 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002971 }
2972 }
2973 }
2974 ],
2975 "/sys/bus/i2c/drivers/at24/22-0053/eeprom": [
2976 {
2977 "inventoryPath": "/system/chassis/motherboard/pcieslot7/pcie_card7",
2978 "devAddress": "22-0053",
2979 "pcaChipAddress": "22-0063",
2980 "replaceableAtStandby": true,
2981 "busType": "i2c",
2982 "driverType": "at24",
2983 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05002984 "presence": {
2985 "pin": "expander-cable-card7",
2986 "value": 0,
2987 "gpioI2CAddress": "5-0066"
2988 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05002989 "preAction": {
2990 "pin": "presence-cable-card7",
2991 "value": 1,
2992 "gpioI2CAddress": "5-0066"
2993 },
2994 "postActionFail": {
2995 "pin": "presence-cable-card7",
2996 "value": 0,
2997 "gpioI2CAddress": "5-0066"
2998 },
2999 "extraInterfaces": {
3000 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3001 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
3002 "com.ibm.ipzvpd.Location": {
3003 "LocationCode": "Ufcs-P0-C7"
3004 },
3005 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
3006 "Bus": 22,
3007 "Address": 83
3008 },
3009 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3010 "SlotNumber": 7
3011 },
3012 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003013 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003014 }
3015 }
3016 },
3017 {
3018 "inventoryPath": "/system/chassis/motherboard/pcieslot7/pcie_card7/cxp_top",
3019 "inherit": false,
3020 "noprime": true,
3021 "extraInterfaces": {
3022 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003023 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003024 "com.ibm.ipzvpd.Location": {
3025 "LocationCode": "Ufcs-P0-C7-T0"
3026 },
3027 "xyz.openbmc_project.Inventory.Item": {
3028 "PrettyName": "CXP Port"
3029 }
3030 }
3031 },
3032 {
3033 "inventoryPath": "/system/chassis/motherboard/pcieslot7/pcie_card7/cxp_bot",
3034 "inherit": false,
3035 "noprime": true,
3036 "extraInterfaces": {
3037 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003038 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003039 "com.ibm.ipzvpd.Location": {
3040 "LocationCode": "Ufcs-P0-C7-T1"
3041 },
3042 "xyz.openbmc_project.Inventory.Item": {
3043 "PrettyName": "CXP Port"
3044 }
3045 }
3046 }
3047 ],
3048 "/sys/bus/i2c/drivers/at24/23-0050/eeprom": [
3049 {
3050 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8",
3051 "devAddress": "23-0050",
3052 "pcaChipAddress": "23-0060",
3053 "replaceableAtStandby": true,
3054 "busType": "i2c",
3055 "driverType": "at24",
3056 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05003057 "presence": {
3058 "pin": "expander-cable-card8",
3059 "value": 0,
3060 "gpioI2CAddress": "5-0066"
3061 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003062 "preAction": {
3063 "pin": "presence-cable-card8",
3064 "value": 1,
3065 "gpioI2CAddress": "5-0066"
3066 },
3067 "postActionFail": {
3068 "pin": "presence-cable-card8",
3069 "value": 0,
3070 "gpioI2CAddress": "5-0066"
3071 },
3072 "extraInterfaces": {
3073 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3074 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
3075 "com.ibm.ipzvpd.Location": {
3076 "LocationCode": "Ufcs-P0-C8"
3077 },
3078 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
3079 "Bus": 23,
3080 "Address": 80
3081 },
3082 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3083 "SlotNumber": 8
3084 },
3085 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003086 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003087 }
3088 }
3089 },
3090 {
3091 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/cxp_top",
3092 "inherit": false,
3093 "noprime": true,
3094 "extraInterfaces": {
3095 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003096 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003097 "com.ibm.ipzvpd.Location": {
3098 "LocationCode": "Ufcs-P0-C8-T0"
3099 },
3100 "xyz.openbmc_project.Inventory.Item": {
3101 "PrettyName": "CXP Port"
3102 }
3103 }
3104 },
3105 {
3106 "inventoryPath": "/system/chassis/motherboard/pcieslot8/pcie_card8/cxp_bot",
3107 "inherit": false,
3108 "noprime": true,
3109 "extraInterfaces": {
3110 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003111 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003112 "com.ibm.ipzvpd.Location": {
3113 "LocationCode": "Ufcs-P0-C8-T1"
3114 },
3115 "xyz.openbmc_project.Inventory.Item": {
3116 "PrettyName": "CXP Port"
3117 }
3118 }
3119 }
3120 ],
3121 "/sys/bus/i2c/drivers/at24/24-0052/eeprom": [
3122 {
3123 "inventoryPath": "/system/chassis/motherboard/pcieslot9/pcie_card9",
3124 "devAddress": "24-0052",
3125 "pcaChipAddress": "24-0062",
3126 "replaceableAtStandby": true,
3127 "busType": "i2c",
3128 "driverType": "at24",
3129 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05003130 "presence": {
3131 "pin": "expander-cable-card9",
3132 "value": 0,
3133 "gpioI2CAddress": "5-0066"
3134 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003135 "preAction": {
3136 "pin": "presence-cable-card9",
3137 "value": 1,
3138 "gpioI2CAddress": "5-0066"
3139 },
3140 "postActionFail": {
3141 "pin": "presence-cable-card9",
3142 "value": 0,
3143 "gpioI2CAddress": "5-0066"
3144 },
3145 "extraInterfaces": {
3146 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003147 "com.ibm.ipzvpd.Location": {
3148 "LocationCode": "Ufcs-P0-C9"
3149 },
3150 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
3151 "Bus": 24,
3152 "Address": 82
3153 },
3154 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3155 "SlotNumber": 9
3156 },
3157 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003158 "PrettyName": "PCIe4 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003159 }
3160 }
3161 }
3162 ],
3163 "/sys/bus/i2c/drivers/at24/25-0053/eeprom": [
3164 {
3165 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10",
3166 "devAddress": "25-0053",
3167 "pcaChipAddress": "25-0063",
3168 "replaceableAtStandby": true,
3169 "busType": "i2c",
3170 "driverType": "at24",
3171 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05003172 "presence": {
3173 "pin": "expander-cable-card10",
3174 "value": 0,
3175 "gpioI2CAddress": "5-0066"
3176 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003177 "preAction": {
3178 "pin": "presence-cable-card10",
3179 "value": 1,
3180 "gpioI2CAddress": "5-0066"
3181 },
3182 "postActionFail": {
3183 "pin": "presence-cable-card10",
3184 "value": 0,
3185 "gpioI2CAddress": "5-0066"
3186 },
3187 "extraInterfaces": {
3188 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3189 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
3190 "com.ibm.ipzvpd.Location": {
3191 "LocationCode": "Ufcs-P0-C10"
3192 },
3193 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
3194 "Bus": 25,
3195 "Address": 83
3196 },
3197 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3198 "SlotNumber": 10
3199 },
3200 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003201 "PrettyName": "PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003202 }
3203 }
3204 },
3205 {
3206 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/cxp_top",
3207 "inherit": false,
3208 "noprime": true,
3209 "extraInterfaces": {
3210 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003211 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003212 "com.ibm.ipzvpd.Location": {
3213 "LocationCode": "Ufcs-P0-C10-T0"
3214 },
3215 "xyz.openbmc_project.Inventory.Item": {
3216 "PrettyName": "CXP Port"
3217 }
3218 }
3219 },
3220 {
3221 "inventoryPath": "/system/chassis/motherboard/pcieslot10/pcie_card10/cxp_bot",
3222 "inherit": false,
3223 "noprime": true,
3224 "extraInterfaces": {
3225 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003226 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003227 "com.ibm.ipzvpd.Location": {
3228 "LocationCode": "Ufcs-P0-C10-T1"
3229 },
3230 "xyz.openbmc_project.Inventory.Item": {
3231 "PrettyName": "CXP Port"
3232 }
3233 }
3234 }
3235 ],
3236 "/sys/bus/i2c/drivers/at24/26-0051/eeprom": [
3237 {
3238 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11",
3239 "devAddress": "26-0051",
3240 "pcaChipAddress": "26-0061",
3241 "replaceableAtStandby": true,
3242 "busType": "i2c",
3243 "driverType": "at24",
3244 "concurrentlyMaintainable": true,
Priyanga Ramasamyf04c1742024-10-16 05:29:41 -05003245 "presence": {
3246 "pin": "expander-cable-card11",
3247 "value": 0,
3248 "gpioI2CAddress": "5-0066"
3249 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003250 "preAction": {
3251 "pin": "presence-cable-card11",
3252 "value": 1,
3253 "gpioI2CAddress": "5-0066"
3254 },
3255 "postActionFail": {
3256 "pin": "presence-cable-card11",
3257 "value": 0,
3258 "gpioI2CAddress": "5-0066"
3259 },
3260 "extraInterfaces": {
3261 "xyz.openbmc_project.Inventory.Item.PCIeDevice": null,
3262 "xyz.openbmc_project.Inventory.Item.FabricAdapter": null,
3263 "com.ibm.ipzvpd.Location": {
3264 "LocationCode": "Ufcs-P0-C11"
3265 },
3266 "xyz.openbmc_project.Inventory.Decorator.I2CDevice": {
3267 "Bus": 26,
3268 "Address": 81
3269 },
3270 "xyz.openbmc_project.Inventory.Decorator.Slot": {
3271 "SlotNumber": 11
3272 },
3273 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003274 "PrettyName": "PCIe4 x16 or PCIe5 x8 adapter"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003275 }
3276 }
3277 },
3278 {
3279 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/cxp_top",
3280 "inherit": false,
3281 "noprime": true,
3282 "extraInterfaces": {
3283 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003284 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003285 "com.ibm.ipzvpd.Location": {
3286 "LocationCode": "Ufcs-P0-C11-T0"
3287 },
3288 "xyz.openbmc_project.Inventory.Item": {
3289 "PrettyName": "CXP Port"
3290 }
3291 }
3292 },
3293 {
3294 "inventoryPath": "/system/chassis/motherboard/pcieslot11/pcie_card11/cxp_bot",
3295 "inherit": false,
3296 "noprime": true,
3297 "extraInterfaces": {
3298 "xyz.openbmc_project.Inventory.Item.Connector": null,
Sunny Srivastavaab3b7192024-04-17 02:39:53 -05003299 "xyz.openbmc_project.Inventory.Connector.Port": null,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003300 "com.ibm.ipzvpd.Location": {
3301 "LocationCode": "Ufcs-P0-C11-T1"
3302 },
3303 "xyz.openbmc_project.Inventory.Item": {
3304 "PrettyName": "CXP Port"
3305 }
3306 }
3307 }
3308 ],
3309 "/sys/bus/i2c/drivers/at24/300-0050/eeprom": [
3310 {
3311 "inventoryPath": "/system/chassis/motherboard/dimm0",
3312 "extraInterfaces": {
3313 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3314 "com.ibm.ipzvpd.Location": {
3315 "LocationCode": "Ufcs-P0-C22"
3316 },
3317 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003318 "PrettyName": "Memory module 0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003319 },
3320 "xyz.openbmc_project.State.Decorator.Availability": {
3321 "Available": false
3322 }
3323 }
3324 },
3325 {
3326 "inventoryPath": "/system/chassis/motherboard/dimm0/unit0",
3327 "inherit": false,
3328 "extraInterfaces": {
3329 "xyz.openbmc_project.Inventory.Item": {
3330 "PrettyName": "OpenCAPI Memory Buffer"
3331 }
3332 }
3333 },
3334 {
3335 "inventoryPath": "/system/chassis/motherboard/dimm0/unit1",
3336 "inherit": false,
3337 "extraInterfaces": {
3338 "xyz.openbmc_project.Inventory.Item": {
3339 "PrettyName": "DDR Memory Port"
3340 }
3341 }
3342 },
3343 {
3344 "inventoryPath": "/system/chassis/motherboard/dimm0/unit2",
3345 "inherit": false,
3346 "extraInterfaces": {
3347 "xyz.openbmc_project.Inventory.Item": {
3348 "PrettyName": "Onboard Memory Power Control Device"
3349 }
3350 }
3351 },
3352 {
3353 "inventoryPath": "/system/chassis/motherboard/dimm0/unit3",
3354 "inherit": false,
3355 "extraInterfaces": {
3356 "xyz.openbmc_project.Inventory.Item": {
3357 "PrettyName": "Onboard Memory Power Management IC"
3358 }
3359 }
3360 }
3361 ],
3362 "/sys/bus/i2c/drivers/at24/301-0050/eeprom": [
3363 {
3364 "inventoryPath": "/system/chassis/motherboard/dimm1",
3365 "extraInterfaces": {
3366 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3367 "com.ibm.ipzvpd.Location": {
3368 "LocationCode": "Ufcs-P0-C23"
3369 },
3370 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003371 "PrettyName": "Memory module 1"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003372 },
3373 "xyz.openbmc_project.State.Decorator.Availability": {
3374 "Available": false
3375 }
3376 }
3377 },
3378 {
3379 "inventoryPath": "/system/chassis/motherboard/dimm1/unit0",
3380 "inherit": false,
3381 "extraInterfaces": {
3382 "xyz.openbmc_project.Inventory.Item": {
3383 "PrettyName": "OpenCAPI Memory Buffer"
3384 }
3385 }
3386 },
3387 {
3388 "inventoryPath": "/system/chassis/motherboard/dimm1/unit1",
3389 "inherit": false,
3390 "extraInterfaces": {
3391 "xyz.openbmc_project.Inventory.Item": {
3392 "PrettyName": "DDR Memory Port"
3393 }
3394 }
3395 },
3396 {
3397 "inventoryPath": "/system/chassis/motherboard/dimm1/unit2",
3398 "inherit": false,
3399 "extraInterfaces": {
3400 "xyz.openbmc_project.Inventory.Item": {
3401 "PrettyName": "Onboard Memory Power Control Device"
3402 }
3403 }
3404 },
3405 {
3406 "inventoryPath": "/system/chassis/motherboard/dimm1/unit3",
3407 "inherit": false,
3408 "extraInterfaces": {
3409 "xyz.openbmc_project.Inventory.Item": {
3410 "PrettyName": "Onboard Memory Power Management IC"
3411 }
3412 }
3413 }
3414 ],
3415 "/sys/bus/i2c/drivers/at24/310-0050/eeprom": [
3416 {
3417 "inventoryPath": "/system/chassis/motherboard/dimm2",
3418 "extraInterfaces": {
3419 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3420 "com.ibm.ipzvpd.Location": {
3421 "LocationCode": "Ufcs-P0-C24"
3422 },
3423 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003424 "PrettyName": "Memory module 2"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003425 },
3426 "xyz.openbmc_project.State.Decorator.Availability": {
3427 "Available": false
3428 }
3429 }
3430 },
3431 {
3432 "inventoryPath": "/system/chassis/motherboard/dimm2/unit0",
3433 "inherit": false,
3434 "extraInterfaces": {
3435 "xyz.openbmc_project.Inventory.Item": {
3436 "PrettyName": "OpenCAPI Memory Buffer"
3437 }
3438 }
3439 },
3440 {
3441 "inventoryPath": "/system/chassis/motherboard/dimm2/unit1",
3442 "inherit": false,
3443 "extraInterfaces": {
3444 "xyz.openbmc_project.Inventory.Item": {
3445 "PrettyName": "DDR Memory Port"
3446 }
3447 }
3448 },
3449 {
3450 "inventoryPath": "/system/chassis/motherboard/dimm2/unit2",
3451 "inherit": false,
3452 "extraInterfaces": {
3453 "xyz.openbmc_project.Inventory.Item": {
3454 "PrettyName": "Onboard Memory Power Control Device"
3455 }
3456 }
3457 },
3458 {
3459 "inventoryPath": "/system/chassis/motherboard/dimm2/unit3",
3460 "inherit": false,
3461 "extraInterfaces": {
3462 "xyz.openbmc_project.Inventory.Item": {
3463 "PrettyName": "Onboard Memory Power Management IC"
3464 }
3465 }
3466 }
3467 ],
3468 "/sys/bus/i2c/drivers/at24/312-0050/eeprom": [
3469 {
3470 "inventoryPath": "/system/chassis/motherboard/dimm3",
3471 "extraInterfaces": {
3472 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3473 "com.ibm.ipzvpd.Location": {
3474 "LocationCode": "Ufcs-P0-C25"
3475 },
3476 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003477 "PrettyName": "Memory module 3"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003478 },
3479 "xyz.openbmc_project.State.Decorator.Availability": {
3480 "Available": false
3481 }
3482 }
3483 },
3484 {
3485 "inventoryPath": "/system/chassis/motherboard/dimm3/unit0",
3486 "inherit": false,
3487 "extraInterfaces": {
3488 "xyz.openbmc_project.Inventory.Item": {
3489 "PrettyName": "OpenCAPI Memory Buffer"
3490 }
3491 }
3492 },
3493 {
3494 "inventoryPath": "/system/chassis/motherboard/dimm3/unit1",
3495 "inherit": false,
3496 "extraInterfaces": {
3497 "xyz.openbmc_project.Inventory.Item": {
3498 "PrettyName": "DDR Memory Port"
3499 }
3500 }
3501 },
3502 {
3503 "inventoryPath": "/system/chassis/motherboard/dimm3/unit2",
3504 "inherit": false,
3505 "extraInterfaces": {
3506 "xyz.openbmc_project.Inventory.Item": {
3507 "PrettyName": "Onboard Memory Power Control Device"
3508 }
3509 }
3510 },
3511 {
3512 "inventoryPath": "/system/chassis/motherboard/dimm3/unit3",
3513 "inherit": false,
3514 "extraInterfaces": {
3515 "xyz.openbmc_project.Inventory.Item": {
3516 "PrettyName": "Onboard Memory Power Management IC"
3517 }
3518 }
3519 }
3520 ],
3521 "/sys/bus/i2c/drivers/at24/313-0050/eeprom": [
3522 {
3523 "inventoryPath": "/system/chassis/motherboard/dimm4",
3524 "extraInterfaces": {
3525 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3526 "com.ibm.ipzvpd.Location": {
3527 "LocationCode": "Ufcs-P0-C26"
3528 },
3529 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003530 "PrettyName": "Memory module 4"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003531 },
3532 "xyz.openbmc_project.State.Decorator.Availability": {
3533 "Available": false
3534 }
3535 }
3536 },
3537 {
3538 "inventoryPath": "/system/chassis/motherboard/dimm4/unit0",
3539 "inherit": false,
3540 "extraInterfaces": {
3541 "xyz.openbmc_project.Inventory.Item": {
3542 "PrettyName": "OpenCAPI Memory Buffer"
3543 }
3544 }
3545 },
3546 {
3547 "inventoryPath": "/system/chassis/motherboard/dimm4/unit1",
3548 "inherit": false,
3549 "extraInterfaces": {
3550 "xyz.openbmc_project.Inventory.Item": {
3551 "PrettyName": "DDR Memory Port"
3552 }
3553 }
3554 },
3555 {
3556 "inventoryPath": "/system/chassis/motherboard/dimm4/unit2",
3557 "inherit": false,
3558 "extraInterfaces": {
3559 "xyz.openbmc_project.Inventory.Item": {
3560 "PrettyName": "Onboard Memory Power Control Device"
3561 }
3562 }
3563 },
3564 {
3565 "inventoryPath": "/system/chassis/motherboard/dimm4/unit3",
3566 "inherit": false,
3567 "extraInterfaces": {
3568 "xyz.openbmc_project.Inventory.Item": {
3569 "PrettyName": "Onboard Memory Power Management IC"
3570 }
3571 }
3572 }
3573 ],
3574 "/sys/bus/i2c/drivers/at24/315-0050/eeprom": [
3575 {
3576 "inventoryPath": "/system/chassis/motherboard/dimm5",
3577 "extraInterfaces": {
3578 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3579 "com.ibm.ipzvpd.Location": {
3580 "LocationCode": "Ufcs-P0-C27"
3581 },
3582 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003583 "PrettyName": "Memory module 5"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003584 },
3585 "xyz.openbmc_project.State.Decorator.Availability": {
3586 "Available": false
3587 }
3588 }
3589 },
3590 {
3591 "inventoryPath": "/system/chassis/motherboard/dimm5/unit0",
3592 "inherit": false,
3593 "extraInterfaces": {
3594 "xyz.openbmc_project.Inventory.Item": {
3595 "PrettyName": "OpenCAPI Memory Buffer"
3596 }
3597 }
3598 },
3599 {
3600 "inventoryPath": "/system/chassis/motherboard/dimm5/unit1",
3601 "inherit": false,
3602 "extraInterfaces": {
3603 "xyz.openbmc_project.Inventory.Item": {
3604 "PrettyName": "DDR Memory Port"
3605 }
3606 }
3607 },
3608 {
3609 "inventoryPath": "/system/chassis/motherboard/dimm5/unit2",
3610 "inherit": false,
3611 "extraInterfaces": {
3612 "xyz.openbmc_project.Inventory.Item": {
3613 "PrettyName": "Onboard Memory Power Control Device"
3614 }
3615 }
3616 },
3617 {
3618 "inventoryPath": "/system/chassis/motherboard/dimm5/unit3",
3619 "inherit": false,
3620 "extraInterfaces": {
3621 "xyz.openbmc_project.Inventory.Item": {
3622 "PrettyName": "Onboard Memory Power Management IC"
3623 }
3624 }
3625 }
3626 ],
3627 "/sys/bus/i2c/drivers/at24/311-0050/eeprom": [
3628 {
3629 "inventoryPath": "/system/chassis/motherboard/dimm6",
3630 "extraInterfaces": {
3631 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3632 "com.ibm.ipzvpd.Location": {
3633 "LocationCode": "Ufcs-P0-C28"
3634 },
3635 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003636 "PrettyName": "Memory module 6"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003637 },
3638 "xyz.openbmc_project.State.Decorator.Availability": {
3639 "Available": false
3640 }
3641 }
3642 },
3643 {
3644 "inventoryPath": "/system/chassis/motherboard/dimm6/unit0",
3645 "inherit": false,
3646 "extraInterfaces": {
3647 "xyz.openbmc_project.Inventory.Item": {
3648 "PrettyName": "OpenCAPI Memory Buffer"
3649 }
3650 }
3651 },
3652 {
3653 "inventoryPath": "/system/chassis/motherboard/dimm6/unit1",
3654 "inherit": false,
3655 "extraInterfaces": {
3656 "xyz.openbmc_project.Inventory.Item": {
3657 "PrettyName": "DDR Memory Port"
3658 }
3659 }
3660 },
3661 {
3662 "inventoryPath": "/system/chassis/motherboard/dimm6/unit2",
3663 "inherit": false,
3664 "extraInterfaces": {
3665 "xyz.openbmc_project.Inventory.Item": {
3666 "PrettyName": "Onboard Memory Power Control Device"
3667 }
3668 }
3669 },
3670 {
3671 "inventoryPath": "/system/chassis/motherboard/dimm6/unit3",
3672 "inherit": false,
3673 "extraInterfaces": {
3674 "xyz.openbmc_project.Inventory.Item": {
3675 "PrettyName": "Onboard Memory Power Management IC"
3676 }
3677 }
3678 }
3679 ],
3680 "/sys/bus/i2c/drivers/at24/314-0050/eeprom": [
3681 {
3682 "inventoryPath": "/system/chassis/motherboard/dimm7",
3683 "extraInterfaces": {
3684 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3685 "com.ibm.ipzvpd.Location": {
3686 "LocationCode": "Ufcs-P0-C29"
3687 },
3688 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003689 "PrettyName": "Memory module 7"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003690 },
3691 "xyz.openbmc_project.State.Decorator.Availability": {
3692 "Available": false
3693 }
3694 }
3695 },
3696 {
3697 "inventoryPath": "/system/chassis/motherboard/dimm7/unit0",
3698 "inherit": false,
3699 "extraInterfaces": {
3700 "xyz.openbmc_project.Inventory.Item": {
3701 "PrettyName": "OpenCAPI Memory Buffer"
3702 }
3703 }
3704 },
3705 {
3706 "inventoryPath": "/system/chassis/motherboard/dimm7/unit1",
3707 "inherit": false,
3708 "extraInterfaces": {
3709 "xyz.openbmc_project.Inventory.Item": {
3710 "PrettyName": "DDR Memory Port"
3711 }
3712 }
3713 },
3714 {
3715 "inventoryPath": "/system/chassis/motherboard/dimm7/unit2",
3716 "inherit": false,
3717 "extraInterfaces": {
3718 "xyz.openbmc_project.Inventory.Item": {
3719 "PrettyName": "Onboard Memory Power Control Device"
3720 }
3721 }
3722 },
3723 {
3724 "inventoryPath": "/system/chassis/motherboard/dimm7/unit3",
3725 "inherit": false,
3726 "extraInterfaces": {
3727 "xyz.openbmc_project.Inventory.Item": {
3728 "PrettyName": "Onboard Memory Power Management IC"
3729 }
3730 }
3731 }
3732 ],
3733 "/sys/bus/i2c/drivers/at24/416-0050/eeprom": [
3734 {
3735 "inventoryPath": "/system/chassis/motherboard/dimm8",
3736 "extraInterfaces": {
3737 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3738 "com.ibm.ipzvpd.Location": {
3739 "LocationCode": "Ufcs-P0-C30"
3740 },
3741 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003742 "PrettyName": "Memory module 8"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003743 },
3744 "xyz.openbmc_project.State.Decorator.Availability": {
3745 "Available": false
3746 }
3747 }
3748 },
3749 {
3750 "inventoryPath": "/system/chassis/motherboard/dimm8/unit0",
3751 "inherit": false,
3752 "extraInterfaces": {
3753 "xyz.openbmc_project.Inventory.Item": {
3754 "PrettyName": "OpenCAPI Memory Buffer"
3755 }
3756 }
3757 },
3758 {
3759 "inventoryPath": "/system/chassis/motherboard/dimm8/unit1",
3760 "inherit": false,
3761 "extraInterfaces": {
3762 "xyz.openbmc_project.Inventory.Item": {
3763 "PrettyName": "DDR Memory Port"
3764 }
3765 }
3766 },
3767 {
3768 "inventoryPath": "/system/chassis/motherboard/dimm8/unit2",
3769 "inherit": false,
3770 "extraInterfaces": {
3771 "xyz.openbmc_project.Inventory.Item": {
3772 "PrettyName": "Onboard Memory Power Control Device"
3773 }
3774 }
3775 },
3776 {
3777 "inventoryPath": "/system/chassis/motherboard/dimm8/unit3",
3778 "inherit": false,
3779 "extraInterfaces": {
3780 "xyz.openbmc_project.Inventory.Item": {
3781 "PrettyName": "Onboard Memory Power Management IC"
3782 }
3783 }
3784 }
3785 ],
3786 "/sys/bus/i2c/drivers/at24/417-0050/eeprom": [
3787 {
3788 "inventoryPath": "/system/chassis/motherboard/dimm9",
3789 "extraInterfaces": {
3790 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3791 "com.ibm.ipzvpd.Location": {
3792 "LocationCode": "Ufcs-P0-C31"
3793 },
3794 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003795 "PrettyName": "Memory module 9"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003796 },
3797 "xyz.openbmc_project.State.Decorator.Availability": {
3798 "Available": false
3799 }
3800 }
3801 },
3802 {
3803 "inventoryPath": "/system/chassis/motherboard/dimm9/unit0",
3804 "inherit": false,
3805 "extraInterfaces": {
3806 "xyz.openbmc_project.Inventory.Item": {
3807 "PrettyName": "OpenCAPI Memory Buffer"
3808 }
3809 }
3810 },
3811 {
3812 "inventoryPath": "/system/chassis/motherboard/dimm9/unit1",
3813 "inherit": false,
3814 "extraInterfaces": {
3815 "xyz.openbmc_project.Inventory.Item": {
3816 "PrettyName": "DDR Memory Port"
3817 }
3818 }
3819 },
3820 {
3821 "inventoryPath": "/system/chassis/motherboard/dimm9/unit2",
3822 "inherit": false,
3823 "extraInterfaces": {
3824 "xyz.openbmc_project.Inventory.Item": {
3825 "PrettyName": "Onboard Memory Power Control Device"
3826 }
3827 }
3828 },
3829 {
3830 "inventoryPath": "/system/chassis/motherboard/dimm9/unit3",
3831 "inherit": false,
3832 "extraInterfaces": {
3833 "xyz.openbmc_project.Inventory.Item": {
3834 "PrettyName": "Onboard Memory Power Management IC"
3835 }
3836 }
3837 }
3838 ],
3839 "/sys/bus/i2c/drivers/at24/411-0050/eeprom": [
3840 {
3841 "inventoryPath": "/system/chassis/motherboard/dimm10",
3842 "extraInterfaces": {
3843 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3844 "com.ibm.ipzvpd.Location": {
3845 "LocationCode": "Ufcs-P0-C32"
3846 },
3847 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003848 "PrettyName": "Memory module 10"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003849 },
3850 "xyz.openbmc_project.State.Decorator.Availability": {
3851 "Available": false
3852 }
3853 }
3854 },
3855 {
3856 "inventoryPath": "/system/chassis/motherboard/dimm10/unit0",
3857 "inherit": false,
3858 "extraInterfaces": {
3859 "xyz.openbmc_project.Inventory.Item": {
3860 "PrettyName": "OpenCAPI Memory Buffer"
3861 }
3862 }
3863 },
3864 {
3865 "inventoryPath": "/system/chassis/motherboard/dimm10/unit1",
3866 "inherit": false,
3867 "extraInterfaces": {
3868 "xyz.openbmc_project.Inventory.Item": {
3869 "PrettyName": "DDR Memory Port"
3870 }
3871 }
3872 },
3873 {
3874 "inventoryPath": "/system/chassis/motherboard/dimm10/unit2",
3875 "inherit": false,
3876 "extraInterfaces": {
3877 "xyz.openbmc_project.Inventory.Item": {
3878 "PrettyName": "Onboard Memory Power Control Device"
3879 }
3880 }
3881 },
3882 {
3883 "inventoryPath": "/system/chassis/motherboard/dimm10/unit3",
3884 "inherit": false,
3885 "extraInterfaces": {
3886 "xyz.openbmc_project.Inventory.Item": {
3887 "PrettyName": "Onboard Memory Power Management IC"
3888 }
3889 }
3890 }
3891 ],
3892 "/sys/bus/i2c/drivers/at24/415-0050/eeprom": [
3893 {
3894 "inventoryPath": "/system/chassis/motherboard/dimm11",
3895 "extraInterfaces": {
3896 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3897 "com.ibm.ipzvpd.Location": {
3898 "LocationCode": "Ufcs-P0-C33"
3899 },
3900 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003901 "PrettyName": "Memory module 11"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003902 },
3903 "xyz.openbmc_project.State.Decorator.Availability": {
3904 "Available": false
3905 }
3906 }
3907 },
3908 {
3909 "inventoryPath": "/system/chassis/motherboard/dimm11/unit0",
3910 "inherit": false,
3911 "extraInterfaces": {
3912 "xyz.openbmc_project.Inventory.Item": {
3913 "PrettyName": "OpenCAPI Memory Buffer"
3914 }
3915 }
3916 },
3917 {
3918 "inventoryPath": "/system/chassis/motherboard/dimm11/unit1",
3919 "inherit": false,
3920 "extraInterfaces": {
3921 "xyz.openbmc_project.Inventory.Item": {
3922 "PrettyName": "DDR Memory Port"
3923 }
3924 }
3925 },
3926 {
3927 "inventoryPath": "/system/chassis/motherboard/dimm11/unit2",
3928 "inherit": false,
3929 "extraInterfaces": {
3930 "xyz.openbmc_project.Inventory.Item": {
3931 "PrettyName": "Onboard Memory Power Control Device"
3932 }
3933 }
3934 },
3935 {
3936 "inventoryPath": "/system/chassis/motherboard/dimm11/unit3",
3937 "inherit": false,
3938 "extraInterfaces": {
3939 "xyz.openbmc_project.Inventory.Item": {
3940 "PrettyName": "Onboard Memory Power Management IC"
3941 }
3942 }
3943 }
3944 ],
3945 "/sys/bus/i2c/drivers/at24/414-0050/eeprom": [
3946 {
3947 "inventoryPath": "/system/chassis/motherboard/dimm12",
3948 "extraInterfaces": {
3949 "xyz.openbmc_project.Inventory.Item.Dimm": null,
3950 "com.ibm.ipzvpd.Location": {
3951 "LocationCode": "Ufcs-P0-C34"
3952 },
3953 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06003954 "PrettyName": "Memory module 12"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05003955 },
3956 "xyz.openbmc_project.State.Decorator.Availability": {
3957 "Available": false
3958 }
3959 }
3960 },
3961 {
3962 "inventoryPath": "/system/chassis/motherboard/dimm12/unit0",
3963 "inherit": false,
3964 "extraInterfaces": {
3965 "xyz.openbmc_project.Inventory.Item": {
3966 "PrettyName": "OpenCAPI Memory Buffer"
3967 }
3968 }
3969 },
3970 {
3971 "inventoryPath": "/system/chassis/motherboard/dimm12/unit1",
3972 "inherit": false,
3973 "extraInterfaces": {
3974 "xyz.openbmc_project.Inventory.Item": {
3975 "PrettyName": "DDR Memory Port"
3976 }
3977 }
3978 },
3979 {
3980 "inventoryPath": "/system/chassis/motherboard/dimm12/unit2",
3981 "inherit": false,
3982 "extraInterfaces": {
3983 "xyz.openbmc_project.Inventory.Item": {
3984 "PrettyName": "Onboard Memory Power Control Device"
3985 }
3986 }
3987 },
3988 {
3989 "inventoryPath": "/system/chassis/motherboard/dimm12/unit3",
3990 "inherit": false,
3991 "extraInterfaces": {
3992 "xyz.openbmc_project.Inventory.Item": {
3993 "PrettyName": "Onboard Memory Power Management IC"
3994 }
3995 }
3996 }
3997 ],
3998 "/sys/bus/i2c/drivers/at24/410-0050/eeprom": [
3999 {
4000 "inventoryPath": "/system/chassis/motherboard/dimm13",
4001 "extraInterfaces": {
4002 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4003 "com.ibm.ipzvpd.Location": {
4004 "LocationCode": "Ufcs-P0-C35"
4005 },
4006 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004007 "PrettyName": "Memory module 13"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004008 },
4009 "xyz.openbmc_project.State.Decorator.Availability": {
4010 "Available": false
4011 }
4012 }
4013 },
4014 {
4015 "inventoryPath": "/system/chassis/motherboard/dimm13/unit0",
4016 "inherit": false,
4017 "extraInterfaces": {
4018 "xyz.openbmc_project.Inventory.Item": {
4019 "PrettyName": "OpenCAPI Memory Buffer"
4020 }
4021 }
4022 },
4023 {
4024 "inventoryPath": "/system/chassis/motherboard/dimm13/unit1",
4025 "inherit": false,
4026 "extraInterfaces": {
4027 "xyz.openbmc_project.Inventory.Item": {
4028 "PrettyName": "DDR Memory Port"
4029 }
4030 }
4031 },
4032 {
4033 "inventoryPath": "/system/chassis/motherboard/dimm13/unit2",
4034 "inherit": false,
4035 "extraInterfaces": {
4036 "xyz.openbmc_project.Inventory.Item": {
4037 "PrettyName": "Onboard Memory Power Control Device"
4038 }
4039 }
4040 },
4041 {
4042 "inventoryPath": "/system/chassis/motherboard/dimm13/unit3",
4043 "inherit": false,
4044 "extraInterfaces": {
4045 "xyz.openbmc_project.Inventory.Item": {
4046 "PrettyName": "Onboard Memory Power Management IC"
4047 }
4048 }
4049 }
4050 ],
4051 "/sys/bus/i2c/drivers/at24/403-0050/eeprom": [
4052 {
4053 "inventoryPath": "/system/chassis/motherboard/dimm14",
4054 "extraInterfaces": {
4055 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4056 "com.ibm.ipzvpd.Location": {
4057 "LocationCode": "Ufcs-P0-C36"
4058 },
4059 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004060 "PrettyName": "Memory module 14"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004061 },
4062 "xyz.openbmc_project.State.Decorator.Availability": {
4063 "Available": false
4064 }
4065 }
4066 },
4067 {
4068 "inventoryPath": "/system/chassis/motherboard/dimm14/unit0",
4069 "inherit": false,
4070 "extraInterfaces": {
4071 "xyz.openbmc_project.Inventory.Item": {
4072 "PrettyName": "OpenCAPI Memory Buffer"
4073 }
4074 }
4075 },
4076 {
4077 "inventoryPath": "/system/chassis/motherboard/dimm14/unit1",
4078 "inherit": false,
4079 "extraInterfaces": {
4080 "xyz.openbmc_project.Inventory.Item": {
4081 "PrettyName": "DDR Memory Port"
4082 }
4083 }
4084 },
4085 {
4086 "inventoryPath": "/system/chassis/motherboard/dimm14/unit2",
4087 "inherit": false,
4088 "extraInterfaces": {
4089 "xyz.openbmc_project.Inventory.Item": {
4090 "PrettyName": "Onboard Memory Power Control Device"
4091 }
4092 }
4093 },
4094 {
4095 "inventoryPath": "/system/chassis/motherboard/dimm14/unit3",
4096 "inherit": false,
4097 "extraInterfaces": {
4098 "xyz.openbmc_project.Inventory.Item": {
4099 "PrettyName": "Onboard Memory Power Management IC"
4100 }
4101 }
4102 }
4103 ],
4104 "/sys/bus/i2c/drivers/at24/402-0050/eeprom": [
4105 {
4106 "inventoryPath": "/system/chassis/motherboard/dimm15",
4107 "extraInterfaces": {
4108 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4109 "com.ibm.ipzvpd.Location": {
4110 "LocationCode": "Ufcs-P0-C37"
4111 },
4112 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004113 "PrettyName": "Memory module 15"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004114 },
4115 "xyz.openbmc_project.State.Decorator.Availability": {
4116 "Available": false
4117 }
4118 }
4119 },
4120 {
4121 "inventoryPath": "/system/chassis/motherboard/dimm15/unit0",
4122 "inherit": false,
4123 "extraInterfaces": {
4124 "xyz.openbmc_project.Inventory.Item": {
4125 "PrettyName": "OpenCAPI Memory Buffer"
4126 }
4127 }
4128 },
4129 {
4130 "inventoryPath": "/system/chassis/motherboard/dimm15/unit1",
4131 "inherit": false,
4132 "extraInterfaces": {
4133 "xyz.openbmc_project.Inventory.Item": {
4134 "PrettyName": "DDR Memory Port"
4135 }
4136 }
4137 },
4138 {
4139 "inventoryPath": "/system/chassis/motherboard/dimm15/unit2",
4140 "inherit": false,
4141 "extraInterfaces": {
4142 "xyz.openbmc_project.Inventory.Item": {
4143 "PrettyName": "Onboard Memory Power Control Device"
4144 }
4145 }
4146 },
4147 {
4148 "inventoryPath": "/system/chassis/motherboard/dimm15/unit3",
4149 "inherit": false,
4150 "extraInterfaces": {
4151 "xyz.openbmc_project.Inventory.Item": {
4152 "PrettyName": "Onboard Memory Power Management IC"
4153 }
4154 }
4155 }
4156 ],
4157 "/sys/bus/i2c/drivers/at24/500-0050/eeprom": [
4158 {
4159 "inventoryPath": "/system/chassis/motherboard/dimm16",
4160 "extraInterfaces": {
4161 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4162 "com.ibm.ipzvpd.Location": {
4163 "LocationCode": "Ufcs-P0-C38"
4164 },
4165 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004166 "PrettyName": "Memory module 16"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004167 },
4168 "xyz.openbmc_project.State.Decorator.Availability": {
4169 "Available": false
4170 }
4171 }
4172 },
4173 {
4174 "inventoryPath": "/system/chassis/motherboard/dimm16/unit0",
4175 "inherit": false,
4176 "extraInterfaces": {
4177 "xyz.openbmc_project.Inventory.Item": {
4178 "PrettyName": "OpenCAPI Memory Buffer"
4179 }
4180 }
4181 },
4182 {
4183 "inventoryPath": "/system/chassis/motherboard/dimm16/unit1",
4184 "inherit": false,
4185 "extraInterfaces": {
4186 "xyz.openbmc_project.Inventory.Item": {
4187 "PrettyName": "DDR Memory Port"
4188 }
4189 }
4190 },
4191 {
4192 "inventoryPath": "/system/chassis/motherboard/dimm16/unit2",
4193 "inherit": false,
4194 "extraInterfaces": {
4195 "xyz.openbmc_project.Inventory.Item": {
4196 "PrettyName": "Onboard Memory Power Control Device"
4197 }
4198 }
4199 },
4200 {
4201 "inventoryPath": "/system/chassis/motherboard/dimm16/unit3",
4202 "inherit": false,
4203 "extraInterfaces": {
4204 "xyz.openbmc_project.Inventory.Item": {
4205 "PrettyName": "Onboard Memory Power Management IC"
4206 }
4207 }
4208 }
4209 ],
4210 "/sys/bus/i2c/drivers/at24/501-0050/eeprom": [
4211 {
4212 "inventoryPath": "/system/chassis/motherboard/dimm17",
4213 "extraInterfaces": {
4214 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4215 "com.ibm.ipzvpd.Location": {
4216 "LocationCode": "Ufcs-P0-C39"
4217 },
4218 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004219 "PrettyName": "Memory module 17"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004220 },
4221 "xyz.openbmc_project.State.Decorator.Availability": {
4222 "Available": false
4223 }
4224 }
4225 },
4226 {
4227 "inventoryPath": "/system/chassis/motherboard/dimm17/unit0",
4228 "inherit": false,
4229 "extraInterfaces": {
4230 "xyz.openbmc_project.Inventory.Item": {
4231 "PrettyName": "OpenCAPI Memory Buffer"
4232 }
4233 }
4234 },
4235 {
4236 "inventoryPath": "/system/chassis/motherboard/dimm17/unit1",
4237 "inherit": false,
4238 "extraInterfaces": {
4239 "xyz.openbmc_project.Inventory.Item": {
4240 "PrettyName": "DDR Memory Port"
4241 }
4242 }
4243 },
4244 {
4245 "inventoryPath": "/system/chassis/motherboard/dimm17/unit2",
4246 "inherit": false,
4247 "extraInterfaces": {
4248 "xyz.openbmc_project.Inventory.Item": {
4249 "PrettyName": "Onboard Memory Power Control Device"
4250 }
4251 }
4252 },
4253 {
4254 "inventoryPath": "/system/chassis/motherboard/dimm17/unit3",
4255 "inherit": false,
4256 "extraInterfaces": {
4257 "xyz.openbmc_project.Inventory.Item": {
4258 "PrettyName": "Onboard Memory Power Management IC"
4259 }
4260 }
4261 }
4262 ],
4263 "/sys/bus/i2c/drivers/at24/510-0050/eeprom": [
4264 {
4265 "inventoryPath": "/system/chassis/motherboard/dimm18",
4266 "extraInterfaces": {
4267 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4268 "com.ibm.ipzvpd.Location": {
4269 "LocationCode": "Ufcs-P0-C40"
4270 },
4271 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004272 "PrettyName": "Memory module 18"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004273 },
4274 "xyz.openbmc_project.State.Decorator.Availability": {
4275 "Available": false
4276 }
4277 }
4278 },
4279 {
4280 "inventoryPath": "/system/chassis/motherboard/dimm18/unit0",
4281 "inherit": false,
4282 "extraInterfaces": {
4283 "xyz.openbmc_project.Inventory.Item": {
4284 "PrettyName": "OpenCAPI Memory Buffer"
4285 }
4286 }
4287 },
4288 {
4289 "inventoryPath": "/system/chassis/motherboard/dimm18/unit1",
4290 "inherit": false,
4291 "extraInterfaces": {
4292 "xyz.openbmc_project.Inventory.Item": {
4293 "PrettyName": "DDR Memory Port"
4294 }
4295 }
4296 },
4297 {
4298 "inventoryPath": "/system/chassis/motherboard/dimm18/unit2",
4299 "inherit": false,
4300 "extraInterfaces": {
4301 "xyz.openbmc_project.Inventory.Item": {
4302 "PrettyName": "Onboard Memory Power Control Device"
4303 }
4304 }
4305 },
4306 {
4307 "inventoryPath": "/system/chassis/motherboard/dimm18/unit3",
4308 "inherit": false,
4309 "extraInterfaces": {
4310 "xyz.openbmc_project.Inventory.Item": {
4311 "PrettyName": "Onboard Memory Power Management IC"
4312 }
4313 }
4314 }
4315 ],
4316 "/sys/bus/i2c/drivers/at24/512-0050/eeprom": [
4317 {
4318 "inventoryPath": "/system/chassis/motherboard/dimm19",
4319 "extraInterfaces": {
4320 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4321 "com.ibm.ipzvpd.Location": {
4322 "LocationCode": "Ufcs-P0-C41"
4323 },
4324 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004325 "PrettyName": "Memory module 19"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004326 },
4327 "xyz.openbmc_project.State.Decorator.Availability": {
4328 "Available": false
4329 }
4330 }
4331 },
4332 {
4333 "inventoryPath": "/system/chassis/motherboard/dimm19/unit0",
4334 "inherit": false,
4335 "extraInterfaces": {
4336 "xyz.openbmc_project.Inventory.Item": {
4337 "PrettyName": "OpenCAPI Memory Buffer"
4338 }
4339 }
4340 },
4341 {
4342 "inventoryPath": "/system/chassis/motherboard/dimm19/unit1",
4343 "inherit": false,
4344 "extraInterfaces": {
4345 "xyz.openbmc_project.Inventory.Item": {
4346 "PrettyName": "DDR Memory Port"
4347 }
4348 }
4349 },
4350 {
4351 "inventoryPath": "/system/chassis/motherboard/dimm19/unit2",
4352 "inherit": false,
4353 "extraInterfaces": {
4354 "xyz.openbmc_project.Inventory.Item": {
4355 "PrettyName": "Onboard Memory Power Control Device"
4356 }
4357 }
4358 },
4359 {
4360 "inventoryPath": "/system/chassis/motherboard/dimm19/unit3",
4361 "inherit": false,
4362 "extraInterfaces": {
4363 "xyz.openbmc_project.Inventory.Item": {
4364 "PrettyName": "Onboard Memory Power Management IC"
4365 }
4366 }
4367 }
4368 ],
4369 "/sys/bus/i2c/drivers/at24/515-0050/eeprom": [
4370 {
4371 "inventoryPath": "/system/chassis/motherboard/dimm20",
4372 "extraInterfaces": {
4373 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4374 "com.ibm.ipzvpd.Location": {
4375 "LocationCode": "Ufcs-P0-C42"
4376 },
4377 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004378 "PrettyName": "Memory module 20"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004379 },
4380 "xyz.openbmc_project.State.Decorator.Availability": {
4381 "Available": false
4382 }
4383 }
4384 },
4385 {
4386 "inventoryPath": "/system/chassis/motherboard/dimm20/unit0",
4387 "inherit": false,
4388 "extraInterfaces": {
4389 "xyz.openbmc_project.Inventory.Item": {
4390 "PrettyName": "OpenCAPI Memory Buffer"
4391 }
4392 }
4393 },
4394 {
4395 "inventoryPath": "/system/chassis/motherboard/dimm20/unit1",
4396 "inherit": false,
4397 "extraInterfaces": {
4398 "xyz.openbmc_project.Inventory.Item": {
4399 "PrettyName": "DDR Memory Port"
4400 }
4401 }
4402 },
4403 {
4404 "inventoryPath": "/system/chassis/motherboard/dimm20/unit2",
4405 "inherit": false,
4406 "extraInterfaces": {
4407 "xyz.openbmc_project.Inventory.Item": {
4408 "PrettyName": "Onboard Memory Power Control Device"
4409 }
4410 }
4411 },
4412 {
4413 "inventoryPath": "/system/chassis/motherboard/dimm20/unit3",
4414 "inherit": false,
4415 "extraInterfaces": {
4416 "xyz.openbmc_project.Inventory.Item": {
4417 "PrettyName": "Onboard Memory Power Management IC"
4418 }
4419 }
4420 }
4421 ],
4422 "/sys/bus/i2c/drivers/at24/513-0050/eeprom": [
4423 {
4424 "inventoryPath": "/system/chassis/motherboard/dimm21",
4425 "extraInterfaces": {
4426 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4427 "com.ibm.ipzvpd.Location": {
4428 "LocationCode": "Ufcs-P0-C43"
4429 },
4430 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004431 "PrettyName": "Memory module 21"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004432 },
4433 "xyz.openbmc_project.State.Decorator.Availability": {
4434 "Available": false
4435 }
4436 }
4437 },
4438 {
4439 "inventoryPath": "/system/chassis/motherboard/dimm21/unit0",
4440 "inherit": false,
4441 "extraInterfaces": {
4442 "xyz.openbmc_project.Inventory.Item": {
4443 "PrettyName": "OpenCAPI Memory Buffer"
4444 }
4445 }
4446 },
4447 {
4448 "inventoryPath": "/system/chassis/motherboard/dimm21/unit1",
4449 "inherit": false,
4450 "extraInterfaces": {
4451 "xyz.openbmc_project.Inventory.Item": {
4452 "PrettyName": "DDR Memory Port"
4453 }
4454 }
4455 },
4456 {
4457 "inventoryPath": "/system/chassis/motherboard/dimm21/unit2",
4458 "inherit": false,
4459 "extraInterfaces": {
4460 "xyz.openbmc_project.Inventory.Item": {
4461 "PrettyName": "Onboard Memory Power Control Device"
4462 }
4463 }
4464 },
4465 {
4466 "inventoryPath": "/system/chassis/motherboard/dimm21/unit3",
4467 "inherit": false,
4468 "extraInterfaces": {
4469 "xyz.openbmc_project.Inventory.Item": {
4470 "PrettyName": "Onboard Memory Power Management IC"
4471 }
4472 }
4473 }
4474 ],
4475 "/sys/bus/i2c/drivers/at24/511-0050/eeprom": [
4476 {
4477 "inventoryPath": "/system/chassis/motherboard/dimm22",
4478 "extraInterfaces": {
4479 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4480 "com.ibm.ipzvpd.Location": {
4481 "LocationCode": "Ufcs-P0-C44"
4482 },
4483 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004484 "PrettyName": "Memory module 22"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004485 },
4486 "xyz.openbmc_project.State.Decorator.Availability": {
4487 "Available": false
4488 }
4489 }
4490 },
4491 {
4492 "inventoryPath": "/system/chassis/motherboard/dimm22/unit0",
4493 "inherit": false,
4494 "extraInterfaces": {
4495 "xyz.openbmc_project.Inventory.Item": {
4496 "PrettyName": "OpenCAPI Memory Buffer"
4497 }
4498 }
4499 },
4500 {
4501 "inventoryPath": "/system/chassis/motherboard/dimm22/unit1",
4502 "inherit": false,
4503 "extraInterfaces": {
4504 "xyz.openbmc_project.Inventory.Item": {
4505 "PrettyName": "DDR Memory Port"
4506 }
4507 }
4508 },
4509 {
4510 "inventoryPath": "/system/chassis/motherboard/dimm22/unit2",
4511 "inherit": false,
4512 "extraInterfaces": {
4513 "xyz.openbmc_project.Inventory.Item": {
4514 "PrettyName": "Onboard Memory Power Control Device"
4515 }
4516 }
4517 },
4518 {
4519 "inventoryPath": "/system/chassis/motherboard/dimm22/unit3",
4520 "inherit": false,
4521 "extraInterfaces": {
4522 "xyz.openbmc_project.Inventory.Item": {
4523 "PrettyName": "Onboard Memory Power Management IC"
4524 }
4525 }
4526 }
4527 ],
4528 "/sys/bus/i2c/drivers/at24/514-0050/eeprom": [
4529 {
4530 "inventoryPath": "/system/chassis/motherboard/dimm23",
4531 "extraInterfaces": {
4532 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4533 "com.ibm.ipzvpd.Location": {
4534 "LocationCode": "Ufcs-P0-C45"
4535 },
4536 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004537 "PrettyName": "Memory module 23"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004538 },
4539 "xyz.openbmc_project.State.Decorator.Availability": {
4540 "Available": false
4541 }
4542 }
4543 },
4544 {
4545 "inventoryPath": "/system/chassis/motherboard/dimm23/unit0",
4546 "inherit": false,
4547 "extraInterfaces": {
4548 "xyz.openbmc_project.Inventory.Item": {
4549 "PrettyName": "OpenCAPI Memory Buffer"
4550 }
4551 }
4552 },
4553 {
4554 "inventoryPath": "/system/chassis/motherboard/dimm23/unit1",
4555 "inherit": false,
4556 "extraInterfaces": {
4557 "xyz.openbmc_project.Inventory.Item": {
4558 "PrettyName": "DDR Memory Port"
4559 }
4560 }
4561 },
4562 {
4563 "inventoryPath": "/system/chassis/motherboard/dimm23/unit2",
4564 "inherit": false,
4565 "extraInterfaces": {
4566 "xyz.openbmc_project.Inventory.Item": {
4567 "PrettyName": "Onboard Memory Power Control Device"
4568 }
4569 }
4570 },
4571 {
4572 "inventoryPath": "/system/chassis/motherboard/dimm23/unit3",
4573 "inherit": false,
4574 "extraInterfaces": {
4575 "xyz.openbmc_project.Inventory.Item": {
4576 "PrettyName": "Onboard Memory Power Management IC"
4577 }
4578 }
4579 }
4580 ],
4581 "/sys/bus/i2c/drivers/at24/616-0050/eeprom": [
4582 {
4583 "inventoryPath": "/system/chassis/motherboard/dimm24",
4584 "extraInterfaces": {
4585 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4586 "com.ibm.ipzvpd.Location": {
4587 "LocationCode": "Ufcs-P0-C46"
4588 },
4589 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004590 "PrettyName": "Memory module 24"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004591 },
4592 "xyz.openbmc_project.State.Decorator.Availability": {
4593 "Available": false
4594 }
4595 }
4596 },
4597 {
4598 "inventoryPath": "/system/chassis/motherboard/dimm24/unit0",
4599 "inherit": false,
4600 "extraInterfaces": {
4601 "xyz.openbmc_project.Inventory.Item": {
4602 "PrettyName": "OpenCAPI Memory Buffer"
4603 }
4604 }
4605 },
4606 {
4607 "inventoryPath": "/system/chassis/motherboard/dimm24/unit1",
4608 "inherit": false,
4609 "extraInterfaces": {
4610 "xyz.openbmc_project.Inventory.Item": {
4611 "PrettyName": "DDR Memory Port"
4612 }
4613 }
4614 },
4615 {
4616 "inventoryPath": "/system/chassis/motherboard/dimm24/unit2",
4617 "inherit": false,
4618 "extraInterfaces": {
4619 "xyz.openbmc_project.Inventory.Item": {
4620 "PrettyName": "Onboard Memory Power Control Device"
4621 }
4622 }
4623 },
4624 {
4625 "inventoryPath": "/system/chassis/motherboard/dimm24/unit3",
4626 "inherit": false,
4627 "extraInterfaces": {
4628 "xyz.openbmc_project.Inventory.Item": {
4629 "PrettyName": "Onboard Memory Power Management IC"
4630 }
4631 }
4632 }
4633 ],
4634 "/sys/bus/i2c/drivers/at24/611-0050/eeprom": [
4635 {
4636 "inventoryPath": "/system/chassis/motherboard/dimm25",
4637 "extraInterfaces": {
4638 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4639 "com.ibm.ipzvpd.Location": {
4640 "LocationCode": "Ufcs-P0-C47"
4641 },
4642 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004643 "PrettyName": "Memory module 25"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004644 },
4645 "xyz.openbmc_project.State.Decorator.Availability": {
4646 "Available": false
4647 }
4648 }
4649 },
4650 {
4651 "inventoryPath": "/system/chassis/motherboard/dimm25/unit0",
4652 "inherit": false,
4653 "extraInterfaces": {
4654 "xyz.openbmc_project.Inventory.Item": {
4655 "PrettyName": "OpenCAPI Memory Buffer"
4656 }
4657 }
4658 },
4659 {
4660 "inventoryPath": "/system/chassis/motherboard/dimm25/unit1",
4661 "inherit": false,
4662 "extraInterfaces": {
4663 "xyz.openbmc_project.Inventory.Item": {
4664 "PrettyName": "DDR Memory Port"
4665 }
4666 }
4667 },
4668 {
4669 "inventoryPath": "/system/chassis/motherboard/dimm25/unit2",
4670 "inherit": false,
4671 "extraInterfaces": {
4672 "xyz.openbmc_project.Inventory.Item": {
4673 "PrettyName": "Onboard Memory Power Control Device"
4674 }
4675 }
4676 },
4677 {
4678 "inventoryPath": "/system/chassis/motherboard/dimm25/unit3",
4679 "inherit": false,
4680 "extraInterfaces": {
4681 "xyz.openbmc_project.Inventory.Item": {
4682 "PrettyName": "Onboard Memory Power Management IC"
4683 }
4684 }
4685 }
4686 ],
4687 "/sys/bus/i2c/drivers/at24/615-0050/eeprom": [
4688 {
4689 "inventoryPath": "/system/chassis/motherboard/dimm26",
4690 "extraInterfaces": {
4691 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4692 "com.ibm.ipzvpd.Location": {
4693 "LocationCode": "Ufcs-P0-C48"
4694 },
4695 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004696 "PrettyName": "Memory module 26"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004697 },
4698 "xyz.openbmc_project.State.Decorator.Availability": {
4699 "Available": false
4700 }
4701 }
4702 },
4703 {
4704 "inventoryPath": "/system/chassis/motherboard/dimm26/unit0",
4705 "inherit": false,
4706 "extraInterfaces": {
4707 "xyz.openbmc_project.Inventory.Item": {
4708 "PrettyName": "OpenCAPI Memory Buffer"
4709 }
4710 }
4711 },
4712 {
4713 "inventoryPath": "/system/chassis/motherboard/dimm26/unit1",
4714 "inherit": false,
4715 "extraInterfaces": {
4716 "xyz.openbmc_project.Inventory.Item": {
4717 "PrettyName": "DDR Memory Port"
4718 }
4719 }
4720 },
4721 {
4722 "inventoryPath": "/system/chassis/motherboard/dimm26/unit2",
4723 "inherit": false,
4724 "extraInterfaces": {
4725 "xyz.openbmc_project.Inventory.Item": {
4726 "PrettyName": "Onboard Memory Power Control Device"
4727 }
4728 }
4729 },
4730 {
4731 "inventoryPath": "/system/chassis/motherboard/dimm26/unit3",
4732 "inherit": false,
4733 "extraInterfaces": {
4734 "xyz.openbmc_project.Inventory.Item": {
4735 "PrettyName": "Onboard Memory Power Management IC"
4736 }
4737 }
4738 }
4739 ],
4740 "/sys/bus/i2c/drivers/at24/617-0050/eeprom": [
4741 {
4742 "inventoryPath": "/system/chassis/motherboard/dimm27",
4743 "extraInterfaces": {
4744 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4745 "com.ibm.ipzvpd.Location": {
4746 "LocationCode": "Ufcs-P0-C49"
4747 },
4748 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004749 "PrettyName": "Memory module 27"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004750 },
4751 "xyz.openbmc_project.State.Decorator.Availability": {
4752 "Available": false
4753 }
4754 }
4755 },
4756 {
4757 "inventoryPath": "/system/chassis/motherboard/dimm27/unit0",
4758 "inherit": false,
4759 "extraInterfaces": {
4760 "xyz.openbmc_project.Inventory.Item": {
4761 "PrettyName": "OpenCAPI Memory Buffer"
4762 }
4763 }
4764 },
4765 {
4766 "inventoryPath": "/system/chassis/motherboard/dimm27/unit1",
4767 "inherit": false,
4768 "extraInterfaces": {
4769 "xyz.openbmc_project.Inventory.Item": {
4770 "PrettyName": "DDR Memory Port"
4771 }
4772 }
4773 },
4774 {
4775 "inventoryPath": "/system/chassis/motherboard/dimm27/unit2",
4776 "inherit": false,
4777 "extraInterfaces": {
4778 "xyz.openbmc_project.Inventory.Item": {
4779 "PrettyName": "Onboard Memory Power Control Device"
4780 }
4781 }
4782 },
4783 {
4784 "inventoryPath": "/system/chassis/motherboard/dimm27/unit3",
4785 "inherit": false,
4786 "extraInterfaces": {
4787 "xyz.openbmc_project.Inventory.Item": {
4788 "PrettyName": "Onboard Memory Power Management IC"
4789 }
4790 }
4791 }
4792 ],
4793 "/sys/bus/i2c/drivers/at24/614-0050/eeprom": [
4794 {
4795 "inventoryPath": "/system/chassis/motherboard/dimm28",
4796 "extraInterfaces": {
4797 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4798 "com.ibm.ipzvpd.Location": {
4799 "LocationCode": "Ufcs-P0-C50"
4800 },
4801 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004802 "PrettyName": "Memory module 28"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004803 },
4804 "xyz.openbmc_project.State.Decorator.Availability": {
4805 "Available": false
4806 }
4807 }
4808 },
4809 {
4810 "inventoryPath": "/system/chassis/motherboard/dimm28/unit0",
4811 "inherit": false,
4812 "extraInterfaces": {
4813 "xyz.openbmc_project.Inventory.Item": {
4814 "PrettyName": "OpenCAPI Memory Buffer"
4815 }
4816 }
4817 },
4818 {
4819 "inventoryPath": "/system/chassis/motherboard/dimm28/unit1",
4820 "inherit": false,
4821 "extraInterfaces": {
4822 "xyz.openbmc_project.Inventory.Item": {
4823 "PrettyName": "DDR Memory Port"
4824 }
4825 }
4826 },
4827 {
4828 "inventoryPath": "/system/chassis/motherboard/dimm28/unit2",
4829 "inherit": false,
4830 "extraInterfaces": {
4831 "xyz.openbmc_project.Inventory.Item": {
4832 "PrettyName": "Onboard Memory Power Control Device"
4833 }
4834 }
4835 },
4836 {
4837 "inventoryPath": "/system/chassis/motherboard/dimm28/unit3",
4838 "inherit": false,
4839 "extraInterfaces": {
4840 "xyz.openbmc_project.Inventory.Item": {
4841 "PrettyName": "Onboard Memory Power Management IC"
4842 }
4843 }
4844 }
4845 ],
4846 "/sys/bus/i2c/drivers/at24/610-0050/eeprom": [
4847 {
4848 "inventoryPath": "/system/chassis/motherboard/dimm29",
4849 "extraInterfaces": {
4850 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4851 "com.ibm.ipzvpd.Location": {
4852 "LocationCode": "Ufcs-P0-C51"
4853 },
4854 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004855 "PrettyName": "Memory module 29"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004856 },
4857 "xyz.openbmc_project.State.Decorator.Availability": {
4858 "Available": false
4859 }
4860 }
4861 },
4862 {
4863 "inventoryPath": "/system/chassis/motherboard/dimm29/unit0",
4864 "inherit": false,
4865 "extraInterfaces": {
4866 "xyz.openbmc_project.Inventory.Item": {
4867 "PrettyName": "OpenCAPI Memory Buffer"
4868 }
4869 }
4870 },
4871 {
4872 "inventoryPath": "/system/chassis/motherboard/dimm29/unit1",
4873 "inherit": false,
4874 "extraInterfaces": {
4875 "xyz.openbmc_project.Inventory.Item": {
4876 "PrettyName": "DDR Memory Port"
4877 }
4878 }
4879 },
4880 {
4881 "inventoryPath": "/system/chassis/motherboard/dimm29/unit2",
4882 "inherit": false,
4883 "extraInterfaces": {
4884 "xyz.openbmc_project.Inventory.Item": {
4885 "PrettyName": "Onboard Memory Power Control Device"
4886 }
4887 }
4888 },
4889 {
4890 "inventoryPath": "/system/chassis/motherboard/dimm29/unit3",
4891 "inherit": false,
4892 "extraInterfaces": {
4893 "xyz.openbmc_project.Inventory.Item": {
4894 "PrettyName": "Onboard Memory Power Management IC"
4895 }
4896 }
4897 }
4898 ],
4899 "/sys/bus/i2c/drivers/at24/602-0050/eeprom": [
4900 {
4901 "inventoryPath": "/system/chassis/motherboard/dimm30",
4902 "extraInterfaces": {
4903 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4904 "com.ibm.ipzvpd.Location": {
4905 "LocationCode": "Ufcs-P0-C52"
4906 },
4907 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004908 "PrettyName": "Memory module 30"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004909 },
4910 "xyz.openbmc_project.State.Decorator.Availability": {
4911 "Available": false
4912 }
4913 }
4914 },
4915 {
4916 "inventoryPath": "/system/chassis/motherboard/dimm30/unit0",
4917 "inherit": false,
4918 "extraInterfaces": {
4919 "xyz.openbmc_project.Inventory.Item": {
4920 "PrettyName": "OpenCAPI Memory Buffer"
4921 }
4922 }
4923 },
4924 {
4925 "inventoryPath": "/system/chassis/motherboard/dimm30/unit1",
4926 "inherit": false,
4927 "extraInterfaces": {
4928 "xyz.openbmc_project.Inventory.Item": {
4929 "PrettyName": "DDR Memory Port"
4930 }
4931 }
4932 },
4933 {
4934 "inventoryPath": "/system/chassis/motherboard/dimm30/unit2",
4935 "inherit": false,
4936 "extraInterfaces": {
4937 "xyz.openbmc_project.Inventory.Item": {
4938 "PrettyName": "Onboard Memory Power Control Device"
4939 }
4940 }
4941 },
4942 {
4943 "inventoryPath": "/system/chassis/motherboard/dimm30/unit3",
4944 "inherit": false,
4945 "extraInterfaces": {
4946 "xyz.openbmc_project.Inventory.Item": {
4947 "PrettyName": "Onboard Memory Power Management IC"
4948 }
4949 }
4950 }
4951 ],
4952 "/sys/bus/i2c/drivers/at24/603-0050/eeprom": [
4953 {
4954 "inventoryPath": "/system/chassis/motherboard/dimm31",
4955 "extraInterfaces": {
4956 "xyz.openbmc_project.Inventory.Item.Dimm": null,
4957 "com.ibm.ipzvpd.Location": {
4958 "LocationCode": "Ufcs-P0-C53"
4959 },
4960 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06004961 "PrettyName": "Memory module 31"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05004962 },
4963 "xyz.openbmc_project.State.Decorator.Availability": {
4964 "Available": false
4965 }
4966 }
4967 },
4968 {
4969 "inventoryPath": "/system/chassis/motherboard/dimm31/unit0",
4970 "inherit": false,
4971 "extraInterfaces": {
4972 "xyz.openbmc_project.Inventory.Item": {
4973 "PrettyName": "OpenCAPI Memory Buffer"
4974 }
4975 }
4976 },
4977 {
4978 "inventoryPath": "/system/chassis/motherboard/dimm31/unit1",
4979 "inherit": false,
4980 "extraInterfaces": {
4981 "xyz.openbmc_project.Inventory.Item": {
4982 "PrettyName": "DDR Memory Port"
4983 }
4984 }
4985 },
4986 {
4987 "inventoryPath": "/system/chassis/motherboard/dimm31/unit2",
4988 "inherit": false,
4989 "extraInterfaces": {
4990 "xyz.openbmc_project.Inventory.Item": {
4991 "PrettyName": "Onboard Memory Power Control Device"
4992 }
4993 }
4994 },
4995 {
4996 "inventoryPath": "/system/chassis/motherboard/dimm31/unit3",
4997 "inherit": false,
4998 "extraInterfaces": {
4999 "xyz.openbmc_project.Inventory.Item": {
5000 "PrettyName": "Onboard Memory Power Management IC"
5001 }
5002 }
5003 }
5004 ],
5005 "/sys/bus/i2c/drivers/at24/816-0050/eeprom": [
5006 {
5007 "inventoryPath": "/system/chassis/motherboard/dimm32",
5008 "extraInterfaces": {
5009 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5010 "com.ibm.ipzvpd.Location": {
5011 "LocationCode": "Ufcs-P0-C64"
5012 },
5013 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005014 "PrettyName": "Memory module 32"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005015 },
5016 "xyz.openbmc_project.State.Decorator.Availability": {
5017 "Available": false
5018 }
5019 }
5020 },
5021 {
5022 "inventoryPath": "/system/chassis/motherboard/dimm32/unit0",
5023 "inherit": false,
5024 "extraInterfaces": {
5025 "xyz.openbmc_project.Inventory.Item": {
5026 "PrettyName": "OpenCAPI Memory Buffer"
5027 }
5028 }
5029 },
5030 {
5031 "inventoryPath": "/system/chassis/motherboard/dimm32/unit1",
5032 "inherit": false,
5033 "extraInterfaces": {
5034 "xyz.openbmc_project.Inventory.Item": {
5035 "PrettyName": "DDR Memory Port"
5036 }
5037 }
5038 },
5039 {
5040 "inventoryPath": "/system/chassis/motherboard/dimm32/unit2",
5041 "inherit": false,
5042 "extraInterfaces": {
5043 "xyz.openbmc_project.Inventory.Item": {
5044 "PrettyName": "Onboard Memory Power Control Device"
5045 }
5046 }
5047 },
5048 {
5049 "inventoryPath": "/system/chassis/motherboard/dimm32/unit3",
5050 "inherit": false,
5051 "extraInterfaces": {
5052 "xyz.openbmc_project.Inventory.Item": {
5053 "PrettyName": "Onboard Memory Power Management IC"
5054 }
5055 }
5056 }
5057 ],
5058 "/sys/bus/i2c/drivers/at24/811-0050/eeprom": [
5059 {
5060 "inventoryPath": "/system/chassis/motherboard/dimm33",
5061 "extraInterfaces": {
5062 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5063 "com.ibm.ipzvpd.Location": {
5064 "LocationCode": "Ufcs-P0-C65"
5065 },
5066 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna015881d4f2024-04-23 00:31:07 -05005067 "PrettyName": "Memory module 33"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005068 },
5069 "xyz.openbmc_project.State.Decorator.Availability": {
5070 "Available": false
5071 }
5072 }
5073 },
5074 {
5075 "inventoryPath": "/system/chassis/motherboard/dimm33/unit0",
5076 "inherit": false,
5077 "extraInterfaces": {
5078 "xyz.openbmc_project.Inventory.Item": {
5079 "PrettyName": "OpenCAPI Memory Buffer"
5080 }
5081 }
5082 },
5083 {
5084 "inventoryPath": "/system/chassis/motherboard/dimm33/unit1",
5085 "inherit": false,
5086 "extraInterfaces": {
5087 "xyz.openbmc_project.Inventory.Item": {
5088 "PrettyName": "DDR Memory Port"
5089 }
5090 }
5091 },
5092 {
5093 "inventoryPath": "/system/chassis/motherboard/dimm33/unit2",
5094 "inherit": false,
5095 "extraInterfaces": {
5096 "xyz.openbmc_project.Inventory.Item": {
5097 "PrettyName": "Onboard Memory Power Control Device"
5098 }
5099 }
5100 },
5101 {
5102 "inventoryPath": "/system/chassis/motherboard/dimm33/unit3",
5103 "inherit": false,
5104 "extraInterfaces": {
5105 "xyz.openbmc_project.Inventory.Item": {
5106 "PrettyName": "Onboard Memory Power Management IC"
5107 }
5108 }
5109 }
5110 ],
5111 "/sys/bus/i2c/drivers/at24/815-0050/eeprom": [
5112 {
5113 "inventoryPath": "/system/chassis/motherboard/dimm34",
5114 "extraInterfaces": {
5115 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5116 "com.ibm.ipzvpd.Location": {
5117 "LocationCode": "Ufcs-P0-C66"
5118 },
5119 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005120 "PrettyName": "Memory module 34"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005121 },
5122 "xyz.openbmc_project.State.Decorator.Availability": {
5123 "Available": false
5124 }
5125 }
5126 },
5127 {
5128 "inventoryPath": "/system/chassis/motherboard/dimm34/unit0",
5129 "inherit": false,
5130 "extraInterfaces": {
5131 "xyz.openbmc_project.Inventory.Item": {
5132 "PrettyName": "OpenCAPI Memory Buffer"
5133 }
5134 }
5135 },
5136 {
5137 "inventoryPath": "/system/chassis/motherboard/dimm34/unit1",
5138 "inherit": false,
5139 "extraInterfaces": {
5140 "xyz.openbmc_project.Inventory.Item": {
5141 "PrettyName": "DDR Memory Port"
5142 }
5143 }
5144 },
5145 {
5146 "inventoryPath": "/system/chassis/motherboard/dimm34/unit2",
5147 "inherit": false,
5148 "extraInterfaces": {
5149 "xyz.openbmc_project.Inventory.Item": {
5150 "PrettyName": "Onboard Memory Power Control Device"
5151 }
5152 }
5153 },
5154 {
5155 "inventoryPath": "/system/chassis/motherboard/dimm34/unit3",
5156 "inherit": false,
5157 "extraInterfaces": {
5158 "xyz.openbmc_project.Inventory.Item": {
5159 "PrettyName": "Onboard Memory Power Management IC"
5160 }
5161 }
5162 }
5163 ],
5164 "/sys/bus/i2c/drivers/at24/817-0050/eeprom": [
5165 {
5166 "inventoryPath": "/system/chassis/motherboard/dimm35",
5167 "extraInterfaces": {
5168 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5169 "com.ibm.ipzvpd.Location": {
5170 "LocationCode": "Ufcs-P0-C67"
5171 },
5172 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005173 "PrettyName": "Memory module 35"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005174 },
5175 "xyz.openbmc_project.State.Decorator.Availability": {
5176 "Available": false
5177 }
5178 }
5179 },
5180 {
5181 "inventoryPath": "/system/chassis/motherboard/dimm35/unit0",
5182 "inherit": false,
5183 "extraInterfaces": {
5184 "xyz.openbmc_project.Inventory.Item": {
5185 "PrettyName": "OpenCAPI Memory Buffer"
5186 }
5187 }
5188 },
5189 {
5190 "inventoryPath": "/system/chassis/motherboard/dimm35/unit1",
5191 "inherit": false,
5192 "extraInterfaces": {
5193 "xyz.openbmc_project.Inventory.Item": {
5194 "PrettyName": "DDR Memory Port"
5195 }
5196 }
5197 },
5198 {
5199 "inventoryPath": "/system/chassis/motherboard/dimm35/unit2",
5200 "inherit": false,
5201 "extraInterfaces": {
5202 "xyz.openbmc_project.Inventory.Item": {
5203 "PrettyName": "Onboard Memory Power Control Device"
5204 }
5205 }
5206 },
5207 {
5208 "inventoryPath": "/system/chassis/motherboard/dimm35/unit3",
5209 "inherit": false,
5210 "extraInterfaces": {
5211 "xyz.openbmc_project.Inventory.Item": {
5212 "PrettyName": "Onboard Memory Power Management IC"
5213 }
5214 }
5215 }
5216 ],
5217 "/sys/bus/i2c/drivers/at24/814-0050/eeprom": [
5218 {
5219 "inventoryPath": "/system/chassis/motherboard/dimm36",
5220 "extraInterfaces": {
5221 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5222 "com.ibm.ipzvpd.Location": {
5223 "LocationCode": "Ufcs-P0-C68"
5224 },
5225 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005226 "PrettyName": "Memory module 36"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005227 },
5228 "xyz.openbmc_project.State.Decorator.Availability": {
5229 "Available": false
5230 }
5231 }
5232 },
5233 {
5234 "inventoryPath": "/system/chassis/motherboard/dimm36/unit0",
5235 "inherit": false,
5236 "extraInterfaces": {
5237 "xyz.openbmc_project.Inventory.Item": {
5238 "PrettyName": "OpenCAPI Memory Buffer"
5239 }
5240 }
5241 },
5242 {
5243 "inventoryPath": "/system/chassis/motherboard/dimm36/unit1",
5244 "inherit": false,
5245 "extraInterfaces": {
5246 "xyz.openbmc_project.Inventory.Item": {
5247 "PrettyName": "DDR Memory Port"
5248 }
5249 }
5250 },
5251 {
5252 "inventoryPath": "/system/chassis/motherboard/dimm36/unit2",
5253 "inherit": false,
5254 "extraInterfaces": {
5255 "xyz.openbmc_project.Inventory.Item": {
5256 "PrettyName": "Onboard Memory Power Control Device"
5257 }
5258 }
5259 },
5260 {
5261 "inventoryPath": "/system/chassis/motherboard/dimm36/unit3",
5262 "inherit": false,
5263 "extraInterfaces": {
5264 "xyz.openbmc_project.Inventory.Item": {
5265 "PrettyName": "Onboard Memory Power Management IC"
5266 }
5267 }
5268 }
5269 ],
5270 "/sys/bus/i2c/drivers/at24/810-0050/eeprom": [
5271 {
5272 "inventoryPath": "/system/chassis/motherboard/dimm37",
5273 "extraInterfaces": {
5274 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5275 "com.ibm.ipzvpd.Location": {
5276 "LocationCode": "Ufcs-P0-C69"
5277 },
5278 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005279 "PrettyName": "Memory module 37"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005280 },
5281 "xyz.openbmc_project.State.Decorator.Availability": {
5282 "Available": false
5283 }
5284 }
5285 },
5286 {
5287 "inventoryPath": "/system/chassis/motherboard/dimm37/unit0",
5288 "inherit": false,
5289 "extraInterfaces": {
5290 "xyz.openbmc_project.Inventory.Item": {
5291 "PrettyName": "OpenCAPI Memory Buffer"
5292 }
5293 }
5294 },
5295 {
5296 "inventoryPath": "/system/chassis/motherboard/dimm37/unit1",
5297 "inherit": false,
5298 "extraInterfaces": {
5299 "xyz.openbmc_project.Inventory.Item": {
5300 "PrettyName": "DDR Memory Port"
5301 }
5302 }
5303 },
5304 {
5305 "inventoryPath": "/system/chassis/motherboard/dimm37/unit2",
5306 "inherit": false,
5307 "extraInterfaces": {
5308 "xyz.openbmc_project.Inventory.Item": {
5309 "PrettyName": "Onboard Memory Power Control Device"
5310 }
5311 }
5312 },
5313 {
5314 "inventoryPath": "/system/chassis/motherboard/dimm37/unit3",
5315 "inherit": false,
5316 "extraInterfaces": {
5317 "xyz.openbmc_project.Inventory.Item": {
5318 "PrettyName": "Onboard Memory Power Management IC"
5319 }
5320 }
5321 }
5322 ],
5323 "/sys/bus/i2c/drivers/at24/802-0050/eeprom": [
5324 {
5325 "inventoryPath": "/system/chassis/motherboard/dimm38",
5326 "extraInterfaces": {
5327 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5328 "com.ibm.ipzvpd.Location": {
5329 "LocationCode": "Ufcs-P0-C70"
5330 },
5331 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005332 "PrettyName": "Memory module 38"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005333 },
5334 "xyz.openbmc_project.State.Decorator.Availability": {
5335 "Available": false
5336 }
5337 }
5338 },
5339 {
5340 "inventoryPath": "/system/chassis/motherboard/dimm38/unit0",
5341 "inherit": false,
5342 "extraInterfaces": {
5343 "xyz.openbmc_project.Inventory.Item": {
5344 "PrettyName": "OpenCAPI Memory Buffer"
5345 }
5346 }
5347 },
5348 {
5349 "inventoryPath": "/system/chassis/motherboard/dimm38/unit1",
5350 "inherit": false,
5351 "extraInterfaces": {
5352 "xyz.openbmc_project.Inventory.Item": {
5353 "PrettyName": "DDR Memory Port"
5354 }
5355 }
5356 },
5357 {
5358 "inventoryPath": "/system/chassis/motherboard/dimm38/unit2",
5359 "inherit": false,
5360 "extraInterfaces": {
5361 "xyz.openbmc_project.Inventory.Item": {
5362 "PrettyName": "Onboard Memory Power Control Device"
5363 }
5364 }
5365 },
5366 {
5367 "inventoryPath": "/system/chassis/motherboard/dimm38/unit3",
5368 "inherit": false,
5369 "extraInterfaces": {
5370 "xyz.openbmc_project.Inventory.Item": {
5371 "PrettyName": "Onboard Memory Power Management IC"
5372 }
5373 }
5374 }
5375 ],
5376 "/sys/bus/i2c/drivers/at24/803-0050/eeprom": [
5377 {
5378 "inventoryPath": "/system/chassis/motherboard/dimm39",
5379 "extraInterfaces": {
5380 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5381 "com.ibm.ipzvpd.Location": {
5382 "LocationCode": "Ufcs-P0-C71"
5383 },
5384 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna015881d4f2024-04-23 00:31:07 -05005385 "PrettyName": "Memory Module 39"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005386 },
5387 "xyz.openbmc_project.State.Decorator.Availability": {
5388 "Available": false
5389 }
5390 }
5391 },
5392 {
5393 "inventoryPath": "/system/chassis/motherboard/dimm39/unit0",
5394 "inherit": false,
5395 "extraInterfaces": {
5396 "xyz.openbmc_project.Inventory.Item": {
5397 "PrettyName": "OpenCAPI Memory Buffer"
5398 }
5399 }
5400 },
5401 {
5402 "inventoryPath": "/system/chassis/motherboard/dimm39/unit1",
5403 "inherit": false,
5404 "extraInterfaces": {
5405 "xyz.openbmc_project.Inventory.Item": {
5406 "PrettyName": "DDR Memory Port"
5407 }
5408 }
5409 },
5410 {
5411 "inventoryPath": "/system/chassis/motherboard/dimm39/unit2",
5412 "inherit": false,
5413 "extraInterfaces": {
5414 "xyz.openbmc_project.Inventory.Item": {
5415 "PrettyName": "Onboard Memory Power Control Device"
5416 }
5417 }
5418 },
5419 {
5420 "inventoryPath": "/system/chassis/motherboard/dimm39/unit3",
5421 "inherit": false,
5422 "extraInterfaces": {
5423 "xyz.openbmc_project.Inventory.Item": {
5424 "PrettyName": "Onboard Memory Power Management IC"
5425 }
5426 }
5427 }
5428 ],
5429 "/sys/bus/i2c/drivers/at24/701-0050/eeprom": [
5430 {
5431 "inventoryPath": "/system/chassis/motherboard/dimm40",
5432 "extraInterfaces": {
5433 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5434 "com.ibm.ipzvpd.Location": {
5435 "LocationCode": "Ufcs-P0-C72"
5436 },
5437 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005438 "PrettyName": "Memory module 40"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005439 },
5440 "xyz.openbmc_project.State.Decorator.Availability": {
5441 "Available": false
5442 }
5443 }
5444 },
5445 {
5446 "inventoryPath": "/system/chassis/motherboard/dimm40/unit0",
5447 "inherit": false,
5448 "extraInterfaces": {
5449 "xyz.openbmc_project.Inventory.Item": {
5450 "PrettyName": "OpenCAPI Memory Buffer"
5451 }
5452 }
5453 },
5454 {
5455 "inventoryPath": "/system/chassis/motherboard/dimm40/unit1",
5456 "inherit": false,
5457 "extraInterfaces": {
5458 "xyz.openbmc_project.Inventory.Item": {
5459 "PrettyName": "DDR Memory Port"
5460 }
5461 }
5462 },
5463 {
5464 "inventoryPath": "/system/chassis/motherboard/dimm40/unit2",
5465 "inherit": false,
5466 "extraInterfaces": {
5467 "xyz.openbmc_project.Inventory.Item": {
5468 "PrettyName": "Onboard Memory Power Control Device"
5469 }
5470 }
5471 },
5472 {
5473 "inventoryPath": "/system/chassis/motherboard/dimm40/unit3",
5474 "inherit": false,
5475 "extraInterfaces": {
5476 "xyz.openbmc_project.Inventory.Item": {
5477 "PrettyName": "Onboard Memory Power Management IC"
5478 }
5479 }
5480 }
5481 ],
5482 "/sys/bus/i2c/drivers/at24/700-0050/eeprom": [
5483 {
5484 "inventoryPath": "/system/chassis/motherboard/dimm41",
5485 "extraInterfaces": {
5486 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5487 "com.ibm.ipzvpd.Location": {
5488 "LocationCode": "Ufcs-P0-C73"
5489 },
5490 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005491 "PrettyName": "Memory module 41"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005492 },
5493 "xyz.openbmc_project.State.Decorator.Availability": {
5494 "Available": false
5495 }
5496 }
5497 },
5498 {
5499 "inventoryPath": "/system/chassis/motherboard/dimm41/unit0",
5500 "inherit": false,
5501 "extraInterfaces": {
5502 "xyz.openbmc_project.Inventory.Item": {
5503 "PrettyName": "OpenCAPI Memory Buffer"
5504 }
5505 }
5506 },
5507 {
5508 "inventoryPath": "/system/chassis/motherboard/dimm41/unit1",
5509 "inherit": false,
5510 "extraInterfaces": {
5511 "xyz.openbmc_project.Inventory.Item": {
5512 "PrettyName": "DDR Memory Port"
5513 }
5514 }
5515 },
5516 {
5517 "inventoryPath": "/system/chassis/motherboard/dimm41/unit2",
5518 "inherit": false,
5519 "extraInterfaces": {
5520 "xyz.openbmc_project.Inventory.Item": {
5521 "PrettyName": "Onboard Memory Power Control Device"
5522 }
5523 }
5524 },
5525 {
5526 "inventoryPath": "/system/chassis/motherboard/dimm41/unit3",
5527 "inherit": false,
5528 "extraInterfaces": {
5529 "xyz.openbmc_project.Inventory.Item": {
5530 "PrettyName": "Onboard Memory Power Management IC"
5531 }
5532 }
5533 }
5534 ],
5535 "/sys/bus/i2c/drivers/at24/710-0050/eeprom": [
5536 {
5537 "inventoryPath": "/system/chassis/motherboard/dimm42",
5538 "extraInterfaces": {
5539 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5540 "com.ibm.ipzvpd.Location": {
5541 "LocationCode": "Ufcs-P0-C74"
5542 },
5543 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna015881d4f2024-04-23 00:31:07 -05005544 "PrettyName": "Memory module 42"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005545 },
5546 "xyz.openbmc_project.State.Decorator.Availability": {
5547 "Available": false
5548 }
5549 }
5550 },
5551 {
5552 "inventoryPath": "/system/chassis/motherboard/dimm42/unit0",
5553 "inherit": false,
5554 "extraInterfaces": {
5555 "xyz.openbmc_project.Inventory.Item": {
5556 "PrettyName": "OpenCAPI Memory Buffer"
5557 }
5558 }
5559 },
5560 {
5561 "inventoryPath": "/system/chassis/motherboard/dimm42/unit1",
5562 "inherit": false,
5563 "extraInterfaces": {
5564 "xyz.openbmc_project.Inventory.Item": {
5565 "PrettyName": "DDR Memory Port"
5566 }
5567 }
5568 },
5569 {
5570 "inventoryPath": "/system/chassis/motherboard/dimm42/unit2",
5571 "inherit": false,
5572 "extraInterfaces": {
5573 "xyz.openbmc_project.Inventory.Item": {
5574 "PrettyName": "Onboard Memory Power Control Device"
5575 }
5576 }
5577 },
5578 {
5579 "inventoryPath": "/system/chassis/motherboard/dimm42/unit3",
5580 "inherit": false,
5581 "extraInterfaces": {
5582 "xyz.openbmc_project.Inventory.Item": {
5583 "PrettyName": "Onboard Memory Power Management IC"
5584 }
5585 }
5586 }
5587 ],
5588 "/sys/bus/i2c/drivers/at24/712-0050/eeprom": [
5589 {
5590 "inventoryPath": "/system/chassis/motherboard/dimm43",
5591 "extraInterfaces": {
5592 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5593 "com.ibm.ipzvpd.Location": {
5594 "LocationCode": "Ufcs-P0-C75"
5595 },
5596 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005597 "PrettyName": "Memory module 43"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005598 },
5599 "xyz.openbmc_project.State.Decorator.Availability": {
5600 "Available": false
5601 }
5602 }
5603 },
5604 {
5605 "inventoryPath": "/system/chassis/motherboard/dimm43/unit0",
5606 "inherit": false,
5607 "extraInterfaces": {
5608 "xyz.openbmc_project.Inventory.Item": {
5609 "PrettyName": "OpenCAPI Memory Buffer"
5610 }
5611 }
5612 },
5613 {
5614 "inventoryPath": "/system/chassis/motherboard/dimm43/unit1",
5615 "inherit": false,
5616 "extraInterfaces": {
5617 "xyz.openbmc_project.Inventory.Item": {
5618 "PrettyName": "DDR Memory Port"
5619 }
5620 }
5621 },
5622 {
5623 "inventoryPath": "/system/chassis/motherboard/dimm43/unit2",
5624 "inherit": false,
5625 "extraInterfaces": {
5626 "xyz.openbmc_project.Inventory.Item": {
5627 "PrettyName": "Onboard Memory Power Control Device"
5628 }
5629 }
5630 },
5631 {
5632 "inventoryPath": "/system/chassis/motherboard/dimm43/unit3",
5633 "inherit": false,
5634 "extraInterfaces": {
5635 "xyz.openbmc_project.Inventory.Item": {
5636 "PrettyName": "Onboard Memory Power Management IC"
5637 }
5638 }
5639 }
5640 ],
5641 "/sys/bus/i2c/drivers/at24/715-0050/eeprom": [
5642 {
5643 "inventoryPath": "/system/chassis/motherboard/dimm44",
5644 "extraInterfaces": {
5645 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5646 "com.ibm.ipzvpd.Location": {
5647 "LocationCode": "Ufcs-P0-C76"
5648 },
5649 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005650 "PrettyName": "Memory module 44"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005651 },
5652 "xyz.openbmc_project.State.Decorator.Availability": {
5653 "Available": false
5654 }
5655 }
5656 },
5657 {
5658 "inventoryPath": "/system/chassis/motherboard/dimm44/unit0",
5659 "inherit": false,
5660 "extraInterfaces": {
5661 "xyz.openbmc_project.Inventory.Item": {
5662 "PrettyName": "OpenCAPI Memory Buffer"
5663 }
5664 }
5665 },
5666 {
5667 "inventoryPath": "/system/chassis/motherboard/dimm44/unit1",
5668 "inherit": false,
5669 "extraInterfaces": {
5670 "xyz.openbmc_project.Inventory.Item": {
5671 "PrettyName": "DDR Memory Port"
5672 }
5673 }
5674 },
5675 {
5676 "inventoryPath": "/system/chassis/motherboard/dimm44/unit2",
5677 "inherit": false,
5678 "extraInterfaces": {
5679 "xyz.openbmc_project.Inventory.Item": {
5680 "PrettyName": "Onboard Memory Power Control Device"
5681 }
5682 }
5683 },
5684 {
5685 "inventoryPath": "/system/chassis/motherboard/dimm44/unit3",
5686 "inherit": false,
5687 "extraInterfaces": {
5688 "xyz.openbmc_project.Inventory.Item": {
5689 "PrettyName": "Onboard Memory Power Management IC"
5690 }
5691 }
5692 }
5693 ],
5694 "/sys/bus/i2c/drivers/at24/713-0050/eeprom": [
5695 {
5696 "inventoryPath": "/system/chassis/motherboard/dimm45",
5697 "extraInterfaces": {
5698 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5699 "com.ibm.ipzvpd.Location": {
5700 "LocationCode": "Ufcs-P0-C77"
5701 },
5702 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005703 "PrettyName": "Memory module 45"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005704 },
5705 "xyz.openbmc_project.State.Decorator.Availability": {
5706 "Available": false
5707 }
5708 }
5709 },
5710 {
5711 "inventoryPath": "/system/chassis/motherboard/dimm45/unit0",
5712 "inherit": false,
5713 "extraInterfaces": {
5714 "xyz.openbmc_project.Inventory.Item": {
5715 "PrettyName": "OpenCAPI Memory Buffer"
5716 }
5717 }
5718 },
5719 {
5720 "inventoryPath": "/system/chassis/motherboard/dimm45/unit1",
5721 "inherit": false,
5722 "extraInterfaces": {
5723 "xyz.openbmc_project.Inventory.Item": {
5724 "PrettyName": "DDR Memory Port"
5725 }
5726 }
5727 },
5728 {
5729 "inventoryPath": "/system/chassis/motherboard/dimm45/unit2",
5730 "inherit": false,
5731 "extraInterfaces": {
5732 "xyz.openbmc_project.Inventory.Item": {
5733 "PrettyName": "Onboard Memory Power Control Device"
5734 }
5735 }
5736 },
5737 {
5738 "inventoryPath": "/system/chassis/motherboard/dimm45/unit3",
5739 "inherit": false,
5740 "extraInterfaces": {
5741 "xyz.openbmc_project.Inventory.Item": {
5742 "PrettyName": "Onboard Memory Power Management IC"
5743 }
5744 }
5745 }
5746 ],
5747 "/sys/bus/i2c/drivers/at24/711-0050/eeprom": [
5748 {
5749 "inventoryPath": "/system/chassis/motherboard/dimm46",
5750 "extraInterfaces": {
5751 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5752 "com.ibm.ipzvpd.Location": {
5753 "LocationCode": "Ufcs-P0-C78"
5754 },
5755 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005756 "PrettyName": "Memory module 46"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005757 },
5758 "xyz.openbmc_project.State.Decorator.Availability": {
5759 "Available": false
5760 }
5761 }
5762 },
5763 {
5764 "inventoryPath": "/system/chassis/motherboard/dimm46/unit0",
5765 "inherit": false,
5766 "extraInterfaces": {
5767 "xyz.openbmc_project.Inventory.Item": {
5768 "PrettyName": "OpenCAPI Memory Buffer"
5769 }
5770 }
5771 },
5772 {
5773 "inventoryPath": "/system/chassis/motherboard/dimm46/unit1",
5774 "inherit": false,
5775 "extraInterfaces": {
5776 "xyz.openbmc_project.Inventory.Item": {
5777 "PrettyName": "DDR Memory Port"
5778 }
5779 }
5780 },
5781 {
5782 "inventoryPath": "/system/chassis/motherboard/dimm46/unit2",
5783 "inherit": false,
5784 "extraInterfaces": {
5785 "xyz.openbmc_project.Inventory.Item": {
5786 "PrettyName": "Onboard Memory Power Control Device"
5787 }
5788 }
5789 },
5790 {
5791 "inventoryPath": "/system/chassis/motherboard/dimm46/unit3",
5792 "inherit": false,
5793 "extraInterfaces": {
5794 "xyz.openbmc_project.Inventory.Item": {
5795 "PrettyName": "Onboard Memory Power Management IC"
5796 }
5797 }
5798 }
5799 ],
5800 "/sys/bus/i2c/drivers/at24/714-0050/eeprom": [
5801 {
5802 "inventoryPath": "/system/chassis/motherboard/dimm47",
5803 "extraInterfaces": {
5804 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5805 "com.ibm.ipzvpd.Location": {
5806 "LocationCode": "Ufcs-P0-C79"
5807 },
5808 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005809 "PrettyName": "Memory module 47"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005810 },
5811 "xyz.openbmc_project.State.Decorator.Availability": {
5812 "Available": false
5813 }
5814 }
5815 },
5816 {
5817 "inventoryPath": "/system/chassis/motherboard/dimm47/unit0",
5818 "inherit": false,
5819 "extraInterfaces": {
5820 "xyz.openbmc_project.Inventory.Item": {
5821 "PrettyName": "OpenCAPI Memory Buffer"
5822 }
5823 }
5824 },
5825 {
5826 "inventoryPath": "/system/chassis/motherboard/dimm47/unit1",
5827 "inherit": false,
5828 "extraInterfaces": {
5829 "xyz.openbmc_project.Inventory.Item": {
5830 "PrettyName": "DDR Memory Port"
5831 }
5832 }
5833 },
5834 {
5835 "inventoryPath": "/system/chassis/motherboard/dimm47/unit2",
5836 "inherit": false,
5837 "extraInterfaces": {
5838 "xyz.openbmc_project.Inventory.Item": {
5839 "PrettyName": "Onboard Memory Power Control Device"
5840 }
5841 }
5842 },
5843 {
5844 "inventoryPath": "/system/chassis/motherboard/dimm47/unit3",
5845 "inherit": false,
5846 "extraInterfaces": {
5847 "xyz.openbmc_project.Inventory.Item": {
5848 "PrettyName": "Onboard Memory Power Management IC"
5849 }
5850 }
5851 }
5852 ],
5853 "/sys/bus/i2c/drivers/at24/216-0050/eeprom": [
5854 {
5855 "inventoryPath": "/system/chassis/motherboard/dimm48",
5856 "extraInterfaces": {
5857 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5858 "com.ibm.ipzvpd.Location": {
5859 "LocationCode": "Ufcs-P0-C80"
5860 },
5861 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005862 "PrettyName": "Memory module 48"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005863 },
5864 "xyz.openbmc_project.State.Decorator.Availability": {
5865 "Available": false
5866 }
5867 }
5868 },
5869 {
5870 "inventoryPath": "/system/chassis/motherboard/dimm48/unit0",
5871 "inherit": false,
5872 "extraInterfaces": {
5873 "xyz.openbmc_project.Inventory.Item": {
5874 "PrettyName": "OpenCAPI Memory Buffer"
5875 }
5876 }
5877 },
5878 {
5879 "inventoryPath": "/system/chassis/motherboard/dimm48/unit1",
5880 "inherit": false,
5881 "extraInterfaces": {
5882 "xyz.openbmc_project.Inventory.Item": {
5883 "PrettyName": "DDR Memory Port"
5884 }
5885 }
5886 },
5887 {
5888 "inventoryPath": "/system/chassis/motherboard/dimm48/unit2",
5889 "inherit": false,
5890 "extraInterfaces": {
5891 "xyz.openbmc_project.Inventory.Item": {
5892 "PrettyName": "Onboard Memory Power Control Device"
5893 }
5894 }
5895 },
5896 {
5897 "inventoryPath": "/system/chassis/motherboard/dimm48/unit3",
5898 "inherit": false,
5899 "extraInterfaces": {
5900 "xyz.openbmc_project.Inventory.Item": {
5901 "PrettyName": "Onboard Memory Power Management IC"
5902 }
5903 }
5904 }
5905 ],
5906 "/sys/bus/i2c/drivers/at24/217-0050/eeprom": [
5907 {
5908 "inventoryPath": "/system/chassis/motherboard/dimm49",
5909 "extraInterfaces": {
5910 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5911 "com.ibm.ipzvpd.Location": {
5912 "LocationCode": "Ufcs-P0-C81"
5913 },
5914 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005915 "PrettyName": "Memory module 49"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005916 },
5917 "xyz.openbmc_project.State.Decorator.Availability": {
5918 "Available": false
5919 }
5920 }
5921 },
5922 {
5923 "inventoryPath": "/system/chassis/motherboard/dimm49/unit0",
5924 "inherit": false,
5925 "extraInterfaces": {
5926 "xyz.openbmc_project.Inventory.Item": {
5927 "PrettyName": "OpenCAPI Memory Buffer"
5928 }
5929 }
5930 },
5931 {
5932 "inventoryPath": "/system/chassis/motherboard/dimm49/unit1",
5933 "inherit": false,
5934 "extraInterfaces": {
5935 "xyz.openbmc_project.Inventory.Item": {
5936 "PrettyName": "DDR Memory Port"
5937 }
5938 }
5939 },
5940 {
5941 "inventoryPath": "/system/chassis/motherboard/dimm49/unit2",
5942 "inherit": false,
5943 "extraInterfaces": {
5944 "xyz.openbmc_project.Inventory.Item": {
5945 "PrettyName": "Onboard Memory Power Control Device"
5946 }
5947 }
5948 },
5949 {
5950 "inventoryPath": "/system/chassis/motherboard/dimm49/unit3",
5951 "inherit": false,
5952 "extraInterfaces": {
5953 "xyz.openbmc_project.Inventory.Item": {
5954 "PrettyName": "Onboard Memory Power Management IC"
5955 }
5956 }
5957 }
5958 ],
5959 "/sys/bus/i2c/drivers/at24/211-0050/eeprom": [
5960 {
5961 "inventoryPath": "/system/chassis/motherboard/dimm50",
5962 "extraInterfaces": {
5963 "xyz.openbmc_project.Inventory.Item.Dimm": null,
5964 "com.ibm.ipzvpd.Location": {
5965 "LocationCode": "Ufcs-P0-C82"
5966 },
5967 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06005968 "PrettyName": "Memory module 50"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05005969 },
5970 "xyz.openbmc_project.State.Decorator.Availability": {
5971 "Available": false
5972 }
5973 }
5974 },
5975 {
5976 "inventoryPath": "/system/chassis/motherboard/dimm50/unit0",
5977 "inherit": false,
5978 "extraInterfaces": {
5979 "xyz.openbmc_project.Inventory.Item": {
5980 "PrettyName": "OpenCAPI Memory Buffer"
5981 }
5982 }
5983 },
5984 {
5985 "inventoryPath": "/system/chassis/motherboard/dimm50/unit1",
5986 "inherit": false,
5987 "extraInterfaces": {
5988 "xyz.openbmc_project.Inventory.Item": {
5989 "PrettyName": "DDR Memory Port"
5990 }
5991 }
5992 },
5993 {
5994 "inventoryPath": "/system/chassis/motherboard/dimm50/unit2",
5995 "inherit": false,
5996 "extraInterfaces": {
5997 "xyz.openbmc_project.Inventory.Item": {
5998 "PrettyName": "Onboard Memory Power Control Device"
5999 }
6000 }
6001 },
6002 {
6003 "inventoryPath": "/system/chassis/motherboard/dimm50/unit3",
6004 "inherit": false,
6005 "extraInterfaces": {
6006 "xyz.openbmc_project.Inventory.Item": {
6007 "PrettyName": "Onboard Memory Power Management IC"
6008 }
6009 }
6010 }
6011 ],
6012 "/sys/bus/i2c/drivers/at24/215-0050/eeprom": [
6013 {
6014 "inventoryPath": "/system/chassis/motherboard/dimm51",
6015 "extraInterfaces": {
6016 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6017 "com.ibm.ipzvpd.Location": {
6018 "LocationCode": "Ufcs-P0-C83"
6019 },
6020 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006021 "PrettyName": "Memory module 51"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006022 },
6023 "xyz.openbmc_project.State.Decorator.Availability": {
6024 "Available": false
6025 }
6026 }
6027 },
6028 {
6029 "inventoryPath": "/system/chassis/motherboard/dimm51/unit0",
6030 "inherit": false,
6031 "extraInterfaces": {
6032 "xyz.openbmc_project.Inventory.Item": {
6033 "PrettyName": "OpenCAPI Memory Buffer"
6034 }
6035 }
6036 },
6037 {
6038 "inventoryPath": "/system/chassis/motherboard/dimm51/unit1",
6039 "inherit": false,
6040 "extraInterfaces": {
6041 "xyz.openbmc_project.Inventory.Item": {
6042 "PrettyName": "DDR Memory Port"
6043 }
6044 }
6045 },
6046 {
6047 "inventoryPath": "/system/chassis/motherboard/dimm51/unit2",
6048 "inherit": false,
6049 "extraInterfaces": {
6050 "xyz.openbmc_project.Inventory.Item": {
6051 "PrettyName": "Onboard Memory Power Control Device"
6052 }
6053 }
6054 },
6055 {
6056 "inventoryPath": "/system/chassis/motherboard/dimm51/unit3",
6057 "inherit": false,
6058 "extraInterfaces": {
6059 "xyz.openbmc_project.Inventory.Item": {
6060 "PrettyName": "Onboard Memory Power Management IC"
6061 }
6062 }
6063 }
6064 ],
6065 "/sys/bus/i2c/drivers/at24/214-0050/eeprom": [
6066 {
6067 "inventoryPath": "/system/chassis/motherboard/dimm52",
6068 "extraInterfaces": {
6069 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6070 "com.ibm.ipzvpd.Location": {
6071 "LocationCode": "Ufcs-P0-C84"
6072 },
6073 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006074 "PrettyName": "Memory module 52"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006075 },
6076 "xyz.openbmc_project.State.Decorator.Availability": {
6077 "Available": false
6078 }
6079 }
6080 },
6081 {
6082 "inventoryPath": "/system/chassis/motherboard/dimm52/unit0",
6083 "inherit": false,
6084 "extraInterfaces": {
6085 "xyz.openbmc_project.Inventory.Item": {
6086 "PrettyName": "OpenCAPI Memory Buffer"
6087 }
6088 }
6089 },
6090 {
6091 "inventoryPath": "/system/chassis/motherboard/dimm52/unit1",
6092 "inherit": false,
6093 "extraInterfaces": {
6094 "xyz.openbmc_project.Inventory.Item": {
6095 "PrettyName": "DDR Memory Port"
6096 }
6097 }
6098 },
6099 {
6100 "inventoryPath": "/system/chassis/motherboard/dimm52/unit2",
6101 "inherit": false,
6102 "extraInterfaces": {
6103 "xyz.openbmc_project.Inventory.Item": {
6104 "PrettyName": "Onboard Memory Power Control Device"
6105 }
6106 }
6107 },
6108 {
6109 "inventoryPath": "/system/chassis/motherboard/dimm52/unit3",
6110 "inherit": false,
6111 "extraInterfaces": {
6112 "xyz.openbmc_project.Inventory.Item": {
6113 "PrettyName": "Onboard Memory Power Management IC"
6114 }
6115 }
6116 }
6117 ],
6118 "/sys/bus/i2c/drivers/at24/210-0050/eeprom": [
6119 {
6120 "inventoryPath": "/system/chassis/motherboard/dimm53",
6121 "extraInterfaces": {
6122 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6123 "com.ibm.ipzvpd.Location": {
6124 "LocationCode": "Ufcs-P0-C85"
6125 },
6126 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006127 "PrettyName": "Memory module 53"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006128 },
6129 "xyz.openbmc_project.State.Decorator.Availability": {
6130 "Available": false
6131 }
6132 }
6133 },
6134 {
6135 "inventoryPath": "/system/chassis/motherboard/dimm53/unit0",
6136 "inherit": false,
6137 "extraInterfaces": {
6138 "xyz.openbmc_project.Inventory.Item": {
6139 "PrettyName": "OpenCAPI Memory Buffer"
6140 }
6141 }
6142 },
6143 {
6144 "inventoryPath": "/system/chassis/motherboard/dimm53/unit1",
6145 "inherit": false,
6146 "extraInterfaces": {
6147 "xyz.openbmc_project.Inventory.Item": {
6148 "PrettyName": "DDR Memory Port"
6149 }
6150 }
6151 },
6152 {
6153 "inventoryPath": "/system/chassis/motherboard/dimm53/unit2",
6154 "inherit": false,
6155 "extraInterfaces": {
6156 "xyz.openbmc_project.Inventory.Item": {
6157 "PrettyName": "Onboard Memory Power Control Device"
6158 }
6159 }
6160 },
6161 {
6162 "inventoryPath": "/system/chassis/motherboard/dimm53/unit3",
6163 "inherit": false,
6164 "extraInterfaces": {
6165 "xyz.openbmc_project.Inventory.Item": {
6166 "PrettyName": "Onboard Memory Power Management IC"
6167 }
6168 }
6169 }
6170 ],
6171 "/sys/bus/i2c/drivers/at24/203-0050/eeprom": [
6172 {
6173 "inventoryPath": "/system/chassis/motherboard/dimm54",
6174 "extraInterfaces": {
6175 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6176 "com.ibm.ipzvpd.Location": {
6177 "LocationCode": "Ufcs-P0-C86"
6178 },
6179 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006180 "PrettyName": "Memory module 54"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006181 },
6182 "xyz.openbmc_project.State.Decorator.Availability": {
6183 "Available": false
6184 }
6185 }
6186 },
6187 {
6188 "inventoryPath": "/system/chassis/motherboard/dimm54/unit0",
6189 "inherit": false,
6190 "extraInterfaces": {
6191 "xyz.openbmc_project.Inventory.Item": {
6192 "PrettyName": "OpenCAPI Memory Buffer"
6193 }
6194 }
6195 },
6196 {
6197 "inventoryPath": "/system/chassis/motherboard/dimm54/unit1",
6198 "inherit": false,
6199 "extraInterfaces": {
6200 "xyz.openbmc_project.Inventory.Item": {
6201 "PrettyName": "DDR Memory Port"
6202 }
6203 }
6204 },
6205 {
6206 "inventoryPath": "/system/chassis/motherboard/dimm54/unit2",
6207 "inherit": false,
6208 "extraInterfaces": {
6209 "xyz.openbmc_project.Inventory.Item": {
6210 "PrettyName": "Onboard Memory Power Control Device"
6211 }
6212 }
6213 },
6214 {
6215 "inventoryPath": "/system/chassis/motherboard/dimm54/unit3",
6216 "inherit": false,
6217 "extraInterfaces": {
6218 "xyz.openbmc_project.Inventory.Item": {
6219 "PrettyName": "Onboard Memory Power Management IC"
6220 }
6221 }
6222 }
6223 ],
6224 "/sys/bus/i2c/drivers/at24/202-0050/eeprom": [
6225 {
6226 "inventoryPath": "/system/chassis/motherboard/dimm55",
6227 "extraInterfaces": {
6228 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6229 "com.ibm.ipzvpd.Location": {
6230 "LocationCode": "Ufcs-P0-C87"
6231 },
6232 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006233 "PrettyName": "Memory module 55"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006234 },
6235 "xyz.openbmc_project.State.Decorator.Availability": {
6236 "Available": false
6237 }
6238 }
6239 },
6240 {
6241 "inventoryPath": "/system/chassis/motherboard/dimm55/unit0",
6242 "inherit": false,
6243 "extraInterfaces": {
6244 "xyz.openbmc_project.Inventory.Item": {
6245 "PrettyName": "OpenCAPI Memory Buffer"
6246 }
6247 }
6248 },
6249 {
6250 "inventoryPath": "/system/chassis/motherboard/dimm55/unit1",
6251 "inherit": false,
6252 "extraInterfaces": {
6253 "xyz.openbmc_project.Inventory.Item": {
6254 "PrettyName": "DDR Memory Port"
6255 }
6256 }
6257 },
6258 {
6259 "inventoryPath": "/system/chassis/motherboard/dimm55/unit2",
6260 "inherit": false,
6261 "extraInterfaces": {
6262 "xyz.openbmc_project.Inventory.Item": {
6263 "PrettyName": "Onboard Memory Power Control Device"
6264 }
6265 }
6266 },
6267 {
6268 "inventoryPath": "/system/chassis/motherboard/dimm55/unit3",
6269 "inherit": false,
6270 "extraInterfaces": {
6271 "xyz.openbmc_project.Inventory.Item": {
6272 "PrettyName": "Onboard Memory Power Management IC"
6273 }
6274 }
6275 }
6276 ],
6277 "/sys/bus/i2c/drivers/at24/100-0050/eeprom": [
6278 {
6279 "inventoryPath": "/system/chassis/motherboard/dimm56",
6280 "extraInterfaces": {
6281 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6282 "com.ibm.ipzvpd.Location": {
6283 "LocationCode": "Ufcs-P0-C88"
6284 },
6285 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006286 "PrettyName": "Memory module 56"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006287 },
6288 "xyz.openbmc_project.State.Decorator.Availability": {
6289 "Available": false
6290 }
6291 }
6292 },
6293 {
6294 "inventoryPath": "/system/chassis/motherboard/dimm56/unit0",
6295 "inherit": false,
6296 "extraInterfaces": {
6297 "xyz.openbmc_project.Inventory.Item": {
6298 "PrettyName": "OpenCAPI Memory Buffer"
6299 }
6300 }
6301 },
6302 {
6303 "inventoryPath": "/system/chassis/motherboard/dimm56/unit1",
6304 "inherit": false,
6305 "extraInterfaces": {
6306 "xyz.openbmc_project.Inventory.Item": {
6307 "PrettyName": "DDR Memory Port"
6308 }
6309 }
6310 },
6311 {
6312 "inventoryPath": "/system/chassis/motherboard/dimm56/unit2",
6313 "inherit": false,
6314 "extraInterfaces": {
6315 "xyz.openbmc_project.Inventory.Item": {
6316 "PrettyName": "Onboard Memory Power Control Device"
6317 }
6318 }
6319 },
6320 {
6321 "inventoryPath": "/system/chassis/motherboard/dimm56/unit3",
6322 "inherit": false,
6323 "extraInterfaces": {
6324 "xyz.openbmc_project.Inventory.Item": {
6325 "PrettyName": "Onboard Memory Power Management IC"
6326 }
6327 }
6328 }
6329 ],
6330 "/sys/bus/i2c/drivers/at24/101-0050/eeprom": [
6331 {
6332 "inventoryPath": "/system/chassis/motherboard/dimm57",
6333 "extraInterfaces": {
6334 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6335 "com.ibm.ipzvpd.Location": {
6336 "LocationCode": "Ufcs-P0-C89"
6337 },
6338 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006339 "PrettyName": "Memory module 57"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006340 },
6341 "xyz.openbmc_project.State.Decorator.Availability": {
6342 "Available": false
6343 }
6344 }
6345 },
6346 {
6347 "inventoryPath": "/system/chassis/motherboard/dimm57/unit0",
6348 "inherit": false,
6349 "extraInterfaces": {
6350 "xyz.openbmc_project.Inventory.Item": {
6351 "PrettyName": "OpenCAPI Memory Buffer"
6352 }
6353 }
6354 },
6355 {
6356 "inventoryPath": "/system/chassis/motherboard/dimm57/unit1",
6357 "inherit": false,
6358 "extraInterfaces": {
6359 "xyz.openbmc_project.Inventory.Item": {
6360 "PrettyName": "DDR Memory Port"
6361 }
6362 }
6363 },
6364 {
6365 "inventoryPath": "/system/chassis/motherboard/dimm57/unit2",
6366 "inherit": false,
6367 "extraInterfaces": {
6368 "xyz.openbmc_project.Inventory.Item": {
6369 "PrettyName": "Onboard Memory Power Control Device"
6370 }
6371 }
6372 },
6373 {
6374 "inventoryPath": "/system/chassis/motherboard/dimm57/unit3",
6375 "inherit": false,
6376 "extraInterfaces": {
6377 "xyz.openbmc_project.Inventory.Item": {
6378 "PrettyName": "Onboard Memory Power Management IC"
6379 }
6380 }
6381 }
6382 ],
6383 "/sys/bus/i2c/drivers/at24/110-0050/eeprom": [
6384 {
6385 "inventoryPath": "/system/chassis/motherboard/dimm58",
6386 "extraInterfaces": {
6387 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6388 "com.ibm.ipzvpd.Location": {
6389 "LocationCode": "Ufcs-P0-C90"
6390 },
6391 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006392 "PrettyName": "Memory module 58"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006393 },
6394 "xyz.openbmc_project.State.Decorator.Availability": {
6395 "Available": false
6396 }
6397 }
6398 },
6399 {
6400 "inventoryPath": "/system/chassis/motherboard/dimm58/unit0",
6401 "inherit": false,
6402 "extraInterfaces": {
6403 "xyz.openbmc_project.Inventory.Item": {
6404 "PrettyName": "OpenCAPI Memory Buffer"
6405 }
6406 }
6407 },
6408 {
6409 "inventoryPath": "/system/chassis/motherboard/dimm58/unit1",
6410 "inherit": false,
6411 "extraInterfaces": {
6412 "xyz.openbmc_project.Inventory.Item": {
6413 "PrettyName": "DDR Memory Port"
6414 }
6415 }
6416 },
6417 {
6418 "inventoryPath": "/system/chassis/motherboard/dimm58/unit2",
6419 "inherit": false,
6420 "extraInterfaces": {
6421 "xyz.openbmc_project.Inventory.Item": {
6422 "PrettyName": "Onboard Memory Power Control Device"
6423 }
6424 }
6425 },
6426 {
6427 "inventoryPath": "/system/chassis/motherboard/dimm58/unit3",
6428 "inherit": false,
6429 "extraInterfaces": {
6430 "xyz.openbmc_project.Inventory.Item": {
6431 "PrettyName": "Onboard Memory Power Management IC"
6432 }
6433 }
6434 }
6435 ],
6436 "/sys/bus/i2c/drivers/at24/112-0050/eeprom": [
6437 {
6438 "inventoryPath": "/system/chassis/motherboard/dimm59",
6439 "extraInterfaces": {
6440 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6441 "com.ibm.ipzvpd.Location": {
6442 "LocationCode": "Ufcs-P0-C91"
6443 },
6444 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006445 "PrettyName": "Memory module 59"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006446 },
6447 "xyz.openbmc_project.State.Decorator.Availability": {
6448 "Available": false
6449 }
6450 }
6451 },
6452 {
6453 "inventoryPath": "/system/chassis/motherboard/dimm59/unit0",
6454 "inherit": false,
6455 "extraInterfaces": {
6456 "xyz.openbmc_project.Inventory.Item": {
6457 "PrettyName": "OpenCAPI Memory Buffer"
6458 }
6459 }
6460 },
6461 {
6462 "inventoryPath": "/system/chassis/motherboard/dimm59/unit1",
6463 "inherit": false,
6464 "extraInterfaces": {
6465 "xyz.openbmc_project.Inventory.Item": {
6466 "PrettyName": "DDR Memory Port"
6467 }
6468 }
6469 },
6470 {
6471 "inventoryPath": "/system/chassis/motherboard/dimm59/unit2",
6472 "inherit": false,
6473 "extraInterfaces": {
6474 "xyz.openbmc_project.Inventory.Item": {
6475 "PrettyName": "Onboard Memory Power Control Device"
6476 }
6477 }
6478 },
6479 {
6480 "inventoryPath": "/system/chassis/motherboard/dimm59/unit3",
6481 "inherit": false,
6482 "extraInterfaces": {
6483 "xyz.openbmc_project.Inventory.Item": {
6484 "PrettyName": "Onboard Memory Power Management IC"
6485 }
6486 }
6487 }
6488 ],
6489 "/sys/bus/i2c/drivers/at24/113-0050/eeprom": [
6490 {
6491 "inventoryPath": "/system/chassis/motherboard/dimm60",
6492 "extraInterfaces": {
6493 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6494 "com.ibm.ipzvpd.Location": {
6495 "LocationCode": "Ufcs-P0-C92"
6496 },
6497 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006498 "PrettyName": "Memory module 60"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006499 },
6500 "xyz.openbmc_project.State.Decorator.Availability": {
6501 "Available": false
6502 }
6503 }
6504 },
6505 {
6506 "inventoryPath": "/system/chassis/motherboard/dimm60/unit0",
6507 "inherit": false,
6508 "extraInterfaces": {
6509 "xyz.openbmc_project.Inventory.Item": {
6510 "PrettyName": "OpenCAPI Memory Buffer"
6511 }
6512 }
6513 },
6514 {
6515 "inventoryPath": "/system/chassis/motherboard/dimm60/unit1",
6516 "inherit": false,
6517 "extraInterfaces": {
6518 "xyz.openbmc_project.Inventory.Item": {
6519 "PrettyName": "DDR Memory Port"
6520 }
6521 }
6522 },
6523 {
6524 "inventoryPath": "/system/chassis/motherboard/dimm60/unit2",
6525 "inherit": false,
6526 "extraInterfaces": {
6527 "xyz.openbmc_project.Inventory.Item": {
6528 "PrettyName": "Onboard Memory Power Control Device"
6529 }
6530 }
6531 },
6532 {
6533 "inventoryPath": "/system/chassis/motherboard/dimm60/unit3",
6534 "inherit": false,
6535 "extraInterfaces": {
6536 "xyz.openbmc_project.Inventory.Item": {
6537 "PrettyName": "Onboard Memory Power Management IC"
6538 }
6539 }
6540 }
6541 ],
6542 "/sys/bus/i2c/drivers/at24/115-0050/eeprom": [
6543 {
6544 "inventoryPath": "/system/chassis/motherboard/dimm61",
6545 "extraInterfaces": {
6546 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6547 "com.ibm.ipzvpd.Location": {
6548 "LocationCode": "Ufcs-P0-C93"
6549 },
6550 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006551 "PrettyName": "Memory module 61"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006552 },
6553 "xyz.openbmc_project.State.Decorator.Availability": {
6554 "Available": false
6555 }
6556 }
6557 },
6558 {
6559 "inventoryPath": "/system/chassis/motherboard/dimm61/unit0",
6560 "inherit": false,
6561 "extraInterfaces": {
6562 "xyz.openbmc_project.Inventory.Item": {
6563 "PrettyName": "OpenCAPI Memory Buffer"
6564 }
6565 }
6566 },
6567 {
6568 "inventoryPath": "/system/chassis/motherboard/dimm61/unit1",
6569 "inherit": false,
6570 "extraInterfaces": {
6571 "xyz.openbmc_project.Inventory.Item": {
6572 "PrettyName": "DDR Memory Port"
6573 }
6574 }
6575 },
6576 {
6577 "inventoryPath": "/system/chassis/motherboard/dimm61/unit2",
6578 "inherit": false,
6579 "extraInterfaces": {
6580 "xyz.openbmc_project.Inventory.Item": {
6581 "PrettyName": "Onboard Memory Power Control Device"
6582 }
6583 }
6584 },
6585 {
6586 "inventoryPath": "/system/chassis/motherboard/dimm61/unit3",
6587 "inherit": false,
6588 "extraInterfaces": {
6589 "xyz.openbmc_project.Inventory.Item": {
6590 "PrettyName": "Onboard Memory Power Management IC"
6591 }
6592 }
6593 }
6594 ],
6595 "/sys/bus/i2c/drivers/at24/111-0050/eeprom": [
6596 {
6597 "inventoryPath": "/system/chassis/motherboard/dimm62",
6598 "extraInterfaces": {
6599 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6600 "com.ibm.ipzvpd.Location": {
6601 "LocationCode": "Ufcs-P0-C94"
6602 },
6603 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006604 "PrettyName": "Memory module 62"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006605 },
6606 "xyz.openbmc_project.State.Decorator.Availability": {
6607 "Available": false
6608 }
6609 }
6610 },
6611 {
6612 "inventoryPath": "/system/chassis/motherboard/dimm62/unit0",
6613 "inherit": false,
6614 "extraInterfaces": {
6615 "xyz.openbmc_project.Inventory.Item": {
6616 "PrettyName": "OpenCAPI Memory Buffer"
6617 }
6618 }
6619 },
6620 {
6621 "inventoryPath": "/system/chassis/motherboard/dimm62/unit1",
6622 "inherit": false,
6623 "extraInterfaces": {
6624 "xyz.openbmc_project.Inventory.Item": {
6625 "PrettyName": "DDR Memory Port"
6626 }
6627 }
6628 },
6629 {
6630 "inventoryPath": "/system/chassis/motherboard/dimm62/unit2",
6631 "inherit": false,
6632 "extraInterfaces": {
6633 "xyz.openbmc_project.Inventory.Item": {
6634 "PrettyName": "Onboard Memory Power Control Device"
6635 }
6636 }
6637 },
6638 {
6639 "inventoryPath": "/system/chassis/motherboard/dimm62/unit3",
6640 "inherit": false,
6641 "extraInterfaces": {
6642 "xyz.openbmc_project.Inventory.Item": {
6643 "PrettyName": "Onboard Memory Power Management IC"
6644 }
6645 }
6646 }
6647 ],
6648 "/sys/bus/i2c/drivers/at24/114-0050/eeprom": [
6649 {
6650 "inventoryPath": "/system/chassis/motherboard/dimm63",
6651 "extraInterfaces": {
6652 "xyz.openbmc_project.Inventory.Item.Dimm": null,
6653 "com.ibm.ipzvpd.Location": {
6654 "LocationCode": "Ufcs-P0-C95"
6655 },
6656 "xyz.openbmc_project.Inventory.Item": {
RekhaAparna01ad91cf92024-01-31 03:40:19 -06006657 "PrettyName": "Memory module 63"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05006658 },
6659 "xyz.openbmc_project.State.Decorator.Availability": {
6660 "Available": false
6661 }
6662 }
6663 },
6664 {
6665 "inventoryPath": "/system/chassis/motherboard/dimm63/unit0",
6666 "inherit": false,
6667 "extraInterfaces": {
6668 "xyz.openbmc_project.Inventory.Item": {
6669 "PrettyName": "OpenCAPI Memory Buffer"
6670 }
6671 }
6672 },
6673 {
6674 "inventoryPath": "/system/chassis/motherboard/dimm63/unit1",
6675 "inherit": false,
6676 "extraInterfaces": {
6677 "xyz.openbmc_project.Inventory.Item": {
6678 "PrettyName": "DDR Memory Port"
6679 }
6680 }
6681 },
6682 {
6683 "inventoryPath": "/system/chassis/motherboard/dimm63/unit2",
6684 "inherit": false,
6685 "extraInterfaces": {
6686 "xyz.openbmc_project.Inventory.Item": {
6687 "PrettyName": "Onboard Memory Power Control Device"
6688 }
6689 }
6690 },
6691 {
6692 "inventoryPath": "/system/chassis/motherboard/dimm63/unit3",
6693 "inherit": false,
6694 "extraInterfaces": {
6695 "xyz.openbmc_project.Inventory.Item": {
6696 "PrettyName": "Onboard Memory Power Management IC"
6697 }
6698 }
6699 }
6700 ]
6701 }
6702}