blob: d3cb95568f8291cc4a4c2b20f79cb7233cf777c2 [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 {
Daniel Hsu0a78b902024-06-17 14:12:02 +080019 "Direction": "less than",
20 "Index": 2,
21 "Name": "lower critical",
22 "Severity": 1,
23 "Value": 5
24 },
25 {
Potin Lai6a504652024-04-23 15:34:51 +080026 "Direction": "greater than",
27 "Index": 2,
28 "Name": "upper critical",
29 "Severity": 1,
30 "Value": 105
31 }
32 ],
33 "Type": "TMP421"
34 }
35 ],
36 "Name": "BRCM OCP NIC FRU $bus",
37 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BRCM 100G 1P.*57504 OCP Mezz'})",
38 "Type": "Board",
39 "xyz.openbmc_project.Inventory.Decorator.Asset": {
40 "Manufacturer": "$BOARD_MANUFACTURER",
41 "Model": "$BOARD_PRODUCT_NAME",
42 "PartNumber": "$BOARD_PART_NUMBER",
Peter Yin141718c2024-07-15 23:27:01 +080043 "SerialNumber": "$BOARD_SERIAL_NUMBER",
44 "SparePartNumber": "$BOARD_INFO_AM1"
45 },
46 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
47 "AssetTag": "$PRODUCT_ASSET_TAG"
Potin Lai6a504652024-04-23 15:34:51 +080048 }
49}