blob: 1bcbe8ec9a9dfcddaec2660113e8796e500974f7 [file] [log] [blame]
Ed Tanous33832732018-03-14 16:09:14 -07001[
2 {
3 "exposes": [
4 {
5 "address": "0x59",
6 "bus": "$bus",
7 "name": "Solum 1300W PSU 2 Device",
8 "type": "pmbus"
9 },
10 {
11 "address": "$address",
12 "bus": "$bus",
13 "name": "Solum 1300W PSU 2 FRU",
14 "type": "IntelFruDevice"
15 }
16 ],
Ed Tanous33832732018-03-14 16:09:14 -070017 "name": "Solum 1300W PSU 2",
James Feist11be6672018-04-06 14:05:32 -070018 "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF132202A', 'ADDRESS': '0x51'})",
19 "type": "PowerSupply",
20 "xyz.openbmc_project.Inventory.Decorator.Asset": {
21 "Manufacturer": "$PRODUCT_MANUFACTURER",
22 "Model": "$PRODUCT_PRODUCT_NAME",
23 "PartNumber": "$PRODUCT_PART_NUMBER",
24 "SerialNumber": "$PRODUCT_PRODUCT_SERIAL_NUMBER"
25 }
Ed Tanous33832732018-03-14 16:09:14 -070026 },
27 {
28 "exposes": [
29 {
30 "address": "0x58",
31 "bus": "$bus",
32 "name": "Solum 1300W PSU 1 Device",
33 "type": "pmbus"
34 },
35 {
36 "address": "$address",
37 "bus": "$bus",
38 "name": "Solum 1300W PSU 1 FRU",
39 "type": "IntelFruDevice"
40 }
41 ],
Ed Tanous33832732018-03-14 16:09:14 -070042 "name": "Solum 1300W PSU 1",
James Feist11be6672018-04-06 14:05:32 -070043 "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF132202A', 'ADDRESS': '0x50'})",
44 "type": "PowerSupply",
45 "xyz.openbmc_project.Inventory.Decorator.Asset": {
46 "Manufacturer": "$PRODUCT_MANUFACTURER",
47 "Model": "$PRODUCT_PRODUCT_NAME",
48 "PartNumber": "$PRODUCT_PART_NUMBER",
49 "SerialNumber": "$PRODUCT_PRODUCT_SERIAL_NUMBER"
50 }
Ed Tanous33832732018-03-14 16:09:14 -070051 }
52]