blob: 646cdbe16b6e57445c4d805a8a332301367db52b [file] [log] [blame] [edit]
{
"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/eeprom": {
"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
}
}
}
}