1e41b5cbcSDelphine CC Chiu{
2*6fa0602dSDelphine CC Chiu    "Exposes": [
3*6fa0602dSDelphine CC Chiu        {
4*6fa0602dSDelphine CC Chiu            "Address": "0x20",
5*6fa0602dSDelphine CC Chiu            "Bus": "$bus % 16",
6*6fa0602dSDelphine CC Chiu            "EndpointId": "$bus % 15 * 10 + 1",
7*6fa0602dSDelphine CC Chiu            "Name": "BIC",
8*6fa0602dSDelphine CC Chiu            "Type": "MCTPEndpoint"
9*6fa0602dSDelphine CC Chiu        },
10*6fa0602dSDelphine CC Chiu        {
11*6fa0602dSDelphine CC Chiu            "Address": "0x20",
12*6fa0602dSDelphine CC Chiu            "Bus": "$bus % 16",
13*6fa0602dSDelphine CC Chiu            "EndpointId": "$bus % 15 * 10 + 3",
14*6fa0602dSDelphine CC Chiu            "Name": "CXL",
15*6fa0602dSDelphine CC Chiu            "Type": "MCTPEndpoint"
16*6fa0602dSDelphine CC Chiu        }
17*6fa0602dSDelphine 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",
25e41b5cbcSDelphine CC Chiu        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
26e41b5cbcSDelphine CC Chiu    }
27e41b5cbcSDelphine CC Chiu}
28