blob: 4d71cb963972cf8f2627f27608e4cbf3ac1cc8f3 [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",
Delphine CC Chiu3c0af082024-05-15 16:33:03 +080018 "SerialNumber": "$PRODUCT_SERIAL_NUMBER",
19 "SparePartNumber": "$BOARD_INFO_AM1"
Delphine CC Chiuec458a82024-02-16 10:17:49 +080020 },
Delphine CC Chiud827cca2024-03-27 17:02:24 +080021 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
22 "AssetTag": "$PRODUCT_ASSET_TAG"
23 },
Delphine CC Chiubaedb722024-04-01 16:21:03 +080024 "xyz.openbmc_project.Inventory.Decorator.Revision": {
25 "Version": "$PRODUCT_VERSION"
26 },
Delphine CC Chiuec458a82024-02-16 10:17:49 +080027 "xyz.openbmc_project.Inventory.Decorator.Slot": {
28 "SlotNumber": "$bus % 15"
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080029 }
30}