Alpana Kumari | 26a74af | 2019-09-10 23:53:58 -0500 | [diff] [blame] | 1 | { |
Patrick Williams | cce0e65 | 2022-12-08 06:13:06 -0600 | [diff] [blame] | 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 | } |
Alpana Kumari | 26a74af | 2019-09-10 23:53:58 -0500 | [diff] [blame] | 19 | }, |
Patrick Williams | cce0e65 | 2022-12-08 06:13:06 -0600 | [diff] [blame] | 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", |
| 29 | "isReplacable": true, |
| 30 | "driverType": "at24", |
| 31 | "devAddress": "8-0051", |
| 32 | "busType": "i2c", |
| 33 | "extraInterfaces": { |
| 34 | "xyz.openbmc_project.Inventory.Item.Bmc": null |
| 35 | } |
| 36 | } |
Alpana Kumari | 26a74af | 2019-09-10 23:53:58 -0500 | [diff] [blame] | 37 | } |
Alpana Kumari | 26a74af | 2019-09-10 23:53:58 -0500 | [diff] [blame] | 38 | } |