blob: 52a695a4c991d202019f47430aec509f5949c9db [file] [log] [blame]
Potin Lai6a504652024-04-23 15:34:51 +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 100G 1P.*57504 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}