blob: 35dbf6f5cab79ae28cc958089cd815957b27e459 [file] [log] [blame]
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +08001{
2 "Exposes": [
3 {
4 "Address": "$address",
5 "Bus": "$bus",
Patrick Williams209d4182024-07-31 21:32:34 -05006 "Name": "Terminus NIC FRU $bus",
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +08007 "Type": "EEPROM"
8 },
9 {
10 "Address": "0x3c",
11 "Bus": "$bus",
12 "Labels": [
13 "temp1"
14 ],
15 "Name": "NIC TEMP $bus",
16 "Thresholds": [
17 {
18 "Direction": "greater than",
19 "Index": 2,
20 "Name": "upper critical",
21 "Severity": 1,
22 "Value": 105
23 }
24 ],
25 "Type": "EMC1403"
26 }
27 ],
Patrick Williams209d4182024-07-31 21:32:34 -050028 "Name": "Terminus NIC FRU $bus",
Delphine CC Chiu4a2b2872024-06-07 18:18:12 +080029 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Terminus 2x100G NIC TSFF'})",
30 "Type": "Board",
31 "xyz.openbmc_project.Inventory.Decorator.Asset": {
32 "Manufacturer": "$BOARD_MANUFACTURER",
33 "Model": "$BOARD_PRODUCT_NAME",
34 "PartNumber": "$BOARD_PART_NUMBER",
35 "SerialNumber": "$BOARD_SERIAL_NUMBER"
36 }
37}