blob: 335a32379339aae9b59eb14fb8297ab97d215807 [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 },
Delphine CC Chiud827cca2024-03-27 17:02:24 +080020 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
21 "AssetTag": "$PRODUCT_ASSET_TAG"
22 },
Delphine CC Chiubaedb722024-04-01 16:21:03 +080023 "xyz.openbmc_project.Inventory.Decorator.Revision": {
24 "Version": "$PRODUCT_VERSION"
25 },
Delphine CC Chiuec458a82024-02-16 10:17:49 +080026 "xyz.openbmc_project.Inventory.Decorator.Slot": {
27 "SlotNumber": "$bus % 15"
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080028 }
29}