xref: /openbmc/entity-manager/configurations/intel/f1u4x25_hsbp.json (revision f479da0ad7f4dd4b029a3474fc572953dcb84012)
1*f479da0aSEd Tanous{
2*f479da0aSEd Tanous    "Exposes": [
3*f479da0aSEd Tanous        {
4*f479da0aSEd Tanous            "Address": "$address",
5*f479da0aSEd Tanous            "Bus": "$bus",
6*f479da0aSEd Tanous            "Name": "F1U4X25 HSBP FRU",
7*f479da0aSEd Tanous            "Type": "EEPROM"
8*f479da0aSEd Tanous        },
9*f479da0aSEd Tanous        {
10*f479da0aSEd Tanous            "Address": "0x48",
11*f479da0aSEd Tanous            "Bus": "$bus",
12*f479da0aSEd Tanous            "Name": "HSBP Temp",
13*f479da0aSEd Tanous            "Thresholds": [
14*f479da0aSEd Tanous                {
15*f479da0aSEd Tanous                    "Direction": "greater than",
16*f479da0aSEd Tanous                    "Name": "upper critical",
17*f479da0aSEd Tanous                    "Severity": 1,
18*f479da0aSEd Tanous                    "Value": 57
19*f479da0aSEd Tanous                },
20*f479da0aSEd Tanous                {
21*f479da0aSEd Tanous                    "Direction": "greater than",
22*f479da0aSEd Tanous                    "Name": "upper non critical",
23*f479da0aSEd Tanous                    "Severity": 0,
24*f479da0aSEd Tanous                    "Value": 52
25*f479da0aSEd Tanous                },
26*f479da0aSEd Tanous                {
27*f479da0aSEd Tanous                    "Direction": "less than",
28*f479da0aSEd Tanous                    "Name": "lower non critical",
29*f479da0aSEd Tanous                    "Severity": 0,
30*f479da0aSEd Tanous                    "Value": 12
31*f479da0aSEd Tanous                },
32*f479da0aSEd Tanous                {
33*f479da0aSEd Tanous                    "Direction": "less than",
34*f479da0aSEd Tanous                    "Name": "lower critical",
35*f479da0aSEd Tanous                    "Severity": 1,
36*f479da0aSEd Tanous                    "Value": 7
37*f479da0aSEd Tanous                }
38*f479da0aSEd Tanous            ],
39*f479da0aSEd Tanous            "Type": "TMP75"
40*f479da0aSEd Tanous        }
41*f479da0aSEd Tanous    ],
42*f479da0aSEd Tanous    "Name": "F1U4X25 HSBP",
43*f479da0aSEd Tanous    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F1U4X25PCIHSBP'})",
44*f479da0aSEd Tanous    "Type": "Board",
45*f479da0aSEd Tanous    "xyz.openbmc_project.Inventory.Decorator.Asset": {
46*f479da0aSEd Tanous        "Manufacturer": "$BOARD_MANUFACTURER",
47*f479da0aSEd Tanous        "Model": "$BOARD_PRODUCT_NAME",
48*f479da0aSEd Tanous        "PartNumber": "$BOARD_PART_NUMBER",
49*f479da0aSEd Tanous        "SerialNumber": "$BOARD_SERIAL_NUMBER"
50*f479da0aSEd Tanous    }
51*f479da0aSEd Tanous}
52