blob: c709e5b31e2975c50087d7be29f702426e3dda1a [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",
Delphine CC Chiu3c0af082024-05-15 16:33:03 +080025 "SerialNumber": "$PRODUCT_SERIAL_NUMBER",
26 "SparePartNumber": "$BOARD_INFO_AM1"
Delphine CC Chiuec458a82024-02-16 10:17:49 +080027 },
Delphine CC Chiud827cca2024-03-27 17:02:24 +080028 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
29 "AssetTag": "$PRODUCT_ASSET_TAG"
30 },
Delphine CC Chiubaedb722024-04-01 16:21:03 +080031 "xyz.openbmc_project.Inventory.Decorator.Revision": {
32 "Version": "$PRODUCT_VERSION"
33 },
Delphine CC Chiuec458a82024-02-16 10:17:49 +080034 "xyz.openbmc_project.Inventory.Decorator.Slot": {
35 "SlotNumber": "$bus % 15"
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080036 }
37}