blob: 0101f21a103d264e3ec0a03b4cb95af3d4a00c6b [file] [log] [blame]
Alpana Kumari26a74af2019-09-10 23:53:58 -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 },
13 "xyz.openbmc_project.Inventory.Item": {
14 "PrettyName": {
15 "recordName": "VINI",
16 "keywordName": "DR"
17 }
18 }
19 },
20 "frus": {
21 "/sys/devices/path/to/motherboard/eeeprom": {
22 "inventoryPath": "/bus/path/for/motherboardfru",
23 "extraInterfaces": {
24 "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null
25 }
26 },
27 "/sys/devices/path/to/bmc/eeprom": {
28 "inventoryPath": "/bus/path/for/bmcfru",
SunnySrivastava19849a195542020-09-07 06:04:50 -050029 "isReplacable": true,
30 "driverType": "at24",
31 "devAddress": "8-0051",
32 "busType": "i2c",
Alpana Kumari26a74af2019-09-10 23:53:58 -050033 "extraInterfaces": {
34 "xyz.openbmc_project.Inventory.Item.Bmc": null
35 }
36 }
37 }
38}