| { |
| "Exposes": [ |
| { |
| "Address": "0x20", |
| "Bus": "$bus % 16", |
| "EndpointId": "$bus % 15 * 10 + 2", |
| "Name": "BIC", |
| "Type": "MCTPEndpoint" |
| }, |
| { |
| "Address": "0x20", |
| "Bus": "$bus % 16", |
| "EndpointId": "$bus % 15 * 10 + 4", |
| "Name": "CXL1", |
| "Type": "MCTPEndpoint" |
| }, |
| { |
| "Address": "0x20", |
| "Bus": "$bus % 16", |
| "EndpointId": "$bus % 15 * 10 + 5", |
| "Name": "CXL2", |
| "Type": "MCTPEndpoint" |
| } |
| ], |
| "Name": "Yosemite 4 Wailua Falls Slot $bus % 15", |
| "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Wailua Falls', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})", |
| "Type": "Board", |
| "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| "Manufacturer": "$PRODUCT_MANUFACTURER", |
| "Model": "$PRODUCT_PRODUCT_NAME", |
| "PartNumber": "$PRODUCT_PART_NUMBER", |
| "SerialNumber": "$PRODUCT_SERIAL_NUMBER" |
| }, |
| "xyz.openbmc_project.Inventory.Decorator.AssetTag": { |
| "AssetTag": "$PRODUCT_ASSET_TAG" |
| }, |
| "xyz.openbmc_project.Inventory.Decorator.Revision": { |
| "Version": "$PRODUCT_VERSION" |
| }, |
| "xyz.openbmc_project.Inventory.Decorator.Slot": { |
| "SlotNumber": "$bus % 15" |
| } |
| } |