blob: 383a2845117f8e885392baf5399a080a2e18c051 [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",
7 "Name": "BIC",
8 "Type": "MCTPEndpoint"
9 }
10 ],
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080011 "Name": "Yosemite 4 Sentinel Dome Slot $bus % 15",
12 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Sentinel Dome', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
13 "Type": "Board",
14 "xyz.openbmc_project.Inventory.Decorator.Asset": {
15 "Manufacturer": "$PRODUCT_MANUFACTURER",
16 "Model": "$PRODUCT_PRODUCT_NAME",
17 "PartNumber": "$PRODUCT_PART_NUMBER",
18 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
Delphine CC Chiuec458a82024-02-16 10:17:49 +080019 },
20 "xyz.openbmc_project.Inventory.Decorator.Slot": {
21 "SlotNumber": "$bus % 15"
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080022 }
23}