blob: 42be150d2c0e5d9ef8fb49df1936724e682e7c88 [file] [log] [blame]
James Feistcd69ffc2018-06-08 15:08:44 -07001[
2 {
3 "exposes": [
4 {
5 "address": "0x59",
6 "bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -07007 "Name": "SOLUM CO IS162F22 PSU Device",
8 "Type": "pmbus"
James Feistcd69ffc2018-06-08 15:08:44 -07009 },
10 {
11 "address": "$address",
12 "bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -070013 "Name": "SOLUM CO IS162F22 PSU FRU",
14 "Type": "IntelFruDevice"
James Feistcd69ffc2018-06-08 15:08:44 -070015 }
16 ],
James Feistd63d18a2018-07-19 15:23:45 -070017 "Name": "SOLUM CO IS162F22 PSU 2",
James Feistcd69ffc2018-06-08 15:08:44 -070018 "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'IS162F22', 'ADDRESS': 81})",
James Feistd63d18a2018-07-19 15:23:45 -070019 "Type": "PowerSupply",
James Feistcd69ffc2018-06-08 15:08:44 -070020 "xyz.openbmc_project.Inventory.Decorator.Asset": {
21 "Manufacturer": "$BOARD_MANUFACTURER",
22 "Model": "$BOARD_PRODUCT_NAME",
23 "PartNumber": "$BOARD_PART_NUMBER",
24 "SerialNumber": "$BOARD_SERIAL_NUMBER"
25 }
26 },
27 {
28 "exposes": [
29 {
30 "address": "0x58",
31 "bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -070032 "Name": "SOLUM CO IS162F22 PSU Device",
33 "Type": "pmbus"
James Feistcd69ffc2018-06-08 15:08:44 -070034 },
35 {
36 "address": "$address",
37 "bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -070038 "Name": "SOLUM CO IS162F22 PSU FRU",
39 "Type": "IntelFruDevice"
James Feistcd69ffc2018-06-08 15:08:44 -070040 }
41 ],
James Feistd63d18a2018-07-19 15:23:45 -070042 "Name": "SOLUM CO IS162F22 PSU 1",
James Feistcd69ffc2018-06-08 15:08:44 -070043 "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'IS162F22*', 'ADDRESS': 80})",
James Feistd63d18a2018-07-19 15:23:45 -070044 "Type": "PowerSupply",
James Feistcd69ffc2018-06-08 15:08:44 -070045 "xyz.openbmc_project.Inventory.Decorator.Asset": {
46 "Manufacturer": "$BOARD_MANUFACTURER",
47 "Model": "$BOARD_PRODUCT_NAME",
48 "PartNumber": "$BOARD_PART_NUMBER",
49 "SerialNumber": "$BOARD_SERIAL_NUMBER"
50 }
51 }
52]