blob: 0e8196551f81c9eef62ed92f76f73ff3efa795b9 [file] [log] [blame]
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +08001{
Delphine CC Chiu6fa06022023-09-25 11:10:46 +08002 "Exposes": [
3 {
4 "Address": "0x20",
5 "Bus": "$bus % 16",
6 "EndpointId": "$bus % 15 * 10 + 1",
7 "Name": "BIC",
8 "Type": "MCTPEndpoint"
9 },
10 {
11 "Address": "0x20",
12 "Bus": "$bus % 16",
13 "EndpointId": "$bus % 15 * 10 + 3",
14 "Name": "CXL",
15 "Type": "MCTPEndpoint"
16 }
17 ],
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080018 "Name": "Yosemite 4 Floating Falls Slot $bus % 15",
19 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Floating Falls', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
20 "Type": "Board",
21 "xyz.openbmc_project.Inventory.Decorator.Asset": {
22 "Manufacturer": "$PRODUCT_MANUFACTURER",
23 "Model": "$PRODUCT_PRODUCT_NAME",
24 "PartNumber": "$PRODUCT_PART_NUMBER",
25 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
Delphine CC Chiuec458a82024-02-16 10:17:49 +080026 },
Delphine CC Chiud827cca2024-03-27 17:02:24 +080027 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
28 "AssetTag": "$PRODUCT_ASSET_TAG"
29 },
Delphine CC Chiubaedb722024-04-01 16:21:03 +080030 "xyz.openbmc_project.Inventory.Decorator.Revision": {
31 "Version": "$PRODUCT_VERSION"
32 },
Delphine CC Chiuec458a82024-02-16 10:17:49 +080033 "xyz.openbmc_project.Inventory.Decorator.Slot": {
34 "SlotNumber": "$bus % 15"
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080035 }
36}