blob: cd69ea76bcd1a87f01b8f8ed06ca2a95c5bb9f43 [file] [log] [blame]
Daniel Hsu0249bbd2024-03-22 16:22:26 +08001{
2 "Exposes": [
3 {
4 "Address": "$address",
5 "Bus": "$bus",
6 "Name": "BRCM OCP NIC FRU $bus",
7 "Type": "EEPROM"
8 },
9 {
10 "Address": "0x1f",
11 "Bus": "$bus",
12 "Labels": [
13 "temp2"
14 ],
15 "Name": "NIC Temp $bus",
16 "Name1": "NIC Temp $bus",
17 "Thresholds": [
18 {
19 "Direction": "greater than",
20 "Index": 2,
21 "Name": "upper critical",
22 "Severity": 1,
23 "Value": 105
24 }
25 ],
26 "Type": "TMP421"
27 }
28 ],
29 "Name": "BRCM OCP NIC FRU $bus",
30 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BRCM 200G 1P.*57508 OCP Mezz'})",
31 "Type": "Board",
32 "xyz.openbmc_project.Inventory.Decorator.Asset": {
33 "Manufacturer": "$BOARD_MANUFACTURER",
34 "Model": "$BOARD_PRODUCT_NAME",
35 "PartNumber": "$BOARD_PART_NUMBER",
36 "SerialNumber": "$BOARD_SERIAL_NUMBER"
37 }
38}