xref: /openbmc/entity-manager/configurations/meta/yosemite4_floatingfalls.json (revision 1642b65a55de6779c3adf1a8df5d25689c5b9475)
1*1642b65aSPatrick Williams{
2*1642b65aSPatrick Williams    "Exposes": [],
3*1642b65aSPatrick Williams    "Name": "Yosemite 4 Floating Falls Slot $bus % 15",
4*1642b65aSPatrick Williams    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Floating Falls', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
5*1642b65aSPatrick Williams    "Type": "Board",
6*1642b65aSPatrick Williams    "xyz.openbmc_project.Inventory.Decorator.Asset": {
7*1642b65aSPatrick Williams        "BuildDate": "$BOARD_MANUFACTURE_DATE",
8*1642b65aSPatrick Williams        "Manufacturer": "$BOARD_MANUFACTURER",
9*1642b65aSPatrick Williams        "Model": "$BOARD_PRODUCT_NAME",
10*1642b65aSPatrick Williams        "PartNumber": "$BOARD_PART_NUMBER",
11*1642b65aSPatrick Williams        "SerialNumber": "$BOARD_SERIAL_NUMBER",
12*1642b65aSPatrick Williams        "SparePartNumber": "$BOARD_INFO_AM1"
13*1642b65aSPatrick Williams    },
14*1642b65aSPatrick Williams    "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
15*1642b65aSPatrick Williams        "AssetTag": "$PRODUCT_ASSET_TAG"
16*1642b65aSPatrick Williams    },
17*1642b65aSPatrick Williams    "xyz.openbmc_project.Inventory.Decorator.Revision": {
18*1642b65aSPatrick Williams        "Version": "$PRODUCT_VERSION"
19*1642b65aSPatrick Williams    },
20*1642b65aSPatrick Williams    "xyz.openbmc_project.Inventory.Decorator.Slot": {
21*1642b65aSPatrick Williams        "SlotNumber": "$bus % 15"
22*1642b65aSPatrick Williams    }
23*1642b65aSPatrick Williams}
24