blob: 97dfae11b507c136c1aabf177c41915dbb6dfb73 [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 + 2",
7 "Name": "BIC",
8 "Type": "MCTPEndpoint"
9 },
10 {
11 "Address": "0x20",
12 "Bus": "$bus % 16",
13 "EndpointId": "$bus % 15 * 10 + 4",
14 "Name": "CXL1",
15 "Type": "MCTPEndpoint"
16 },
17 {
18 "Address": "0x20",
19 "Bus": "$bus % 16",
20 "EndpointId": "$bus % 15 * 10 + 5",
21 "Name": "CXL2",
22 "Type": "MCTPEndpoint"
23 }
24 ],
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080025 "Name": "Yosemite 4 Wailua Falls Slot $bus % 15",
26 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Wailua Falls', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
27 "Type": "Board",
28 "xyz.openbmc_project.Inventory.Decorator.Asset": {
29 "Manufacturer": "$PRODUCT_MANUFACTURER",
30 "Model": "$PRODUCT_PRODUCT_NAME",
31 "PartNumber": "$PRODUCT_PART_NUMBER",
32 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
33 }
34}