1e41b5cbcSDelphine CC Chiu{
26fa0602dSDelphine CC Chiu    "Exposes": [
36fa0602dSDelphine CC Chiu        {
46fa0602dSDelphine CC Chiu            "Address": "0x20",
56fa0602dSDelphine CC Chiu            "Bus": "$bus % 16",
66fa0602dSDelphine CC Chiu            "EndpointId": "$bus % 15 * 10 + 1",
76fa0602dSDelphine CC Chiu            "Name": "BIC",
86fa0602dSDelphine CC Chiu            "Type": "MCTPEndpoint"
96fa0602dSDelphine CC Chiu        },
106fa0602dSDelphine CC Chiu        {
116fa0602dSDelphine CC Chiu            "Address": "0x20",
126fa0602dSDelphine CC Chiu            "Bus": "$bus % 16",
136fa0602dSDelphine CC Chiu            "EndpointId": "$bus % 15 * 10 + 3",
146fa0602dSDelphine CC Chiu            "Name": "CXL",
156fa0602dSDelphine CC Chiu            "Type": "MCTPEndpoint"
166fa0602dSDelphine CC Chiu        }
176fa0602dSDelphine CC Chiu    ],
18e41b5cbcSDelphine CC Chiu    "Name": "Yosemite 4 Floating Falls Slot $bus % 15",
19e41b5cbcSDelphine CC Chiu    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Floating Falls', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
20e41b5cbcSDelphine CC Chiu    "Type": "Board",
21e41b5cbcSDelphine CC Chiu    "xyz.openbmc_project.Inventory.Decorator.Asset": {
22e41b5cbcSDelphine CC Chiu        "Manufacturer": "$PRODUCT_MANUFACTURER",
23e41b5cbcSDelphine CC Chiu        "Model": "$PRODUCT_PRODUCT_NAME",
24e41b5cbcSDelphine CC Chiu        "PartNumber": "$PRODUCT_PART_NUMBER",
25*3c0af08cSDelphine CC Chiu        "SerialNumber": "$PRODUCT_SERIAL_NUMBER",
26*3c0af08cSDelphine CC Chiu        "SparePartNumber": "$BOARD_INFO_AM1"
27ec458a80SDelphine CC Chiu    },
28d827cca1SDelphine CC Chiu    "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
29d827cca1SDelphine CC Chiu        "AssetTag": "$PRODUCT_ASSET_TAG"
30d827cca1SDelphine CC Chiu    },
31baedb72fSDelphine CC Chiu    "xyz.openbmc_project.Inventory.Decorator.Revision": {
32baedb72fSDelphine CC Chiu        "Version": "$PRODUCT_VERSION"
33baedb72fSDelphine CC Chiu    },
34ec458a80SDelphine CC Chiu    "xyz.openbmc_project.Inventory.Decorator.Slot": {
35ec458a80SDelphine CC Chiu        "SlotNumber": "$bus % 15"
36e41b5cbcSDelphine CC Chiu    }
37e41b5cbcSDelphine CC Chiu}
38