blob: 0101f21a103d264e3ec0a03b4cb95af3d4a00c6b [file] [log] [blame]
{
"commonInterfaces": {
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"PartNumber": {
"recordName": "VINI",
"keywordName": "PN"
},
"SerialNumber": {
"recordName": "VINI",
"keywordName": "SN"
}
},
"xyz.openbmc_project.Inventory.Item": {
"PrettyName": {
"recordName": "VINI",
"keywordName": "DR"
}
}
},
"frus": {
"/sys/devices/path/to/motherboard/eeeprom": {
"inventoryPath": "/bus/path/for/motherboardfru",
"extraInterfaces": {
"xyz.openbmc_project.Inventory.Item.Board.Motherboard": null
}
},
"/sys/devices/path/to/bmc/eeprom": {
"inventoryPath": "/bus/path/for/bmcfru",
"isReplacable": true,
"driverType": "at24",
"devAddress": "8-0051",
"busType": "i2c",
"extraInterfaces": {
"xyz.openbmc_project.Inventory.Item.Bmc": null
}
}
}
}