1*f4b2e5a8SBrad Bishop{
2*f4b2e5a8SBrad Bishop    "Exposes": [
3*f4b2e5a8SBrad Bishop        {
4*f4b2e5a8SBrad Bishop            "Address": "$address",
5*f4b2e5a8SBrad Bishop            "Bus": "$bus",
6*f4b2e5a8SBrad Bishop            "Name": "PCIE SSD Retimer FRU",
7*f4b2e5a8SBrad Bishop            "Type": "EEPROM"
8*f4b2e5a8SBrad Bishop        },
9*f4b2e5a8SBrad Bishop        {
10*f4b2e5a8SBrad Bishop            "Address": "0x4F",
11*f4b2e5a8SBrad Bishop            "Bus": "$bus",
12*f4b2e5a8SBrad Bishop            "Name": "PCIE SSD Retimer Temp",
13*f4b2e5a8SBrad Bishop            "Type": "TMP75"
14*f4b2e5a8SBrad Bishop        }
15*f4b2e5a8SBrad Bishop    ],
16*f4b2e5a8SBrad Bishop    "Name": "PCIE SSD Retimer",
17*f4b2e5a8SBrad Bishop    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'SP3RT040X16'})",
18*f4b2e5a8SBrad Bishop    "Type": "Board",
19*f4b2e5a8SBrad Bishop    "xyz.openbmc_project.Inventory.Decorator.Asset": {
20*f4b2e5a8SBrad Bishop        "Manufacturer": "$BOARD_MANUFACTURER",
21*f4b2e5a8SBrad Bishop        "Model": "$BOARD_PRODUCT_NAME",
22*f4b2e5a8SBrad Bishop        "PartNumber": "$BOARD_PART_NUMBER",
23*f4b2e5a8SBrad Bishop        "SerialNumber": "$BOARD_SERIAL_NUMBER"
24*f4b2e5a8SBrad Bishop    }
25*f4b2e5a8SBrad Bishop}
26