xref: /openbmc/entity-manager/configurations/intel/intel_front_panel.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": "Front Panel FRU",
7*f479da0aSEd Tanous            "Type": "EEPROM"
8*f479da0aSEd Tanous        },
9*f479da0aSEd Tanous        {
10*f479da0aSEd Tanous            "Address": "0x4D",
11*f479da0aSEd Tanous            "Bus": "$bus",
12*f479da0aSEd Tanous            "Name": "Front Panel 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": 55
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": 50
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": 5
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": 0
37*f479da0aSEd Tanous                }
38*f479da0aSEd Tanous            ],
39*f479da0aSEd Tanous            "Type": "TMP75"
40*f479da0aSEd Tanous        }
41*f479da0aSEd Tanous    ],
42*f479da0aSEd Tanous    "Name": "Intel Front Panel",
43*f479da0aSEd Tanous    "Probe": [
44*f479da0aSEd Tanous        "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'FFPANEL'})",
45*f479da0aSEd Tanous        "OR",
46*f479da0aSEd Tanous        "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F2USTOPANEL'})"
47*f479da0aSEd Tanous    ],
48*f479da0aSEd Tanous    "Type": "Board",
49*f479da0aSEd Tanous    "xyz.openbmc_project.Inventory.Decorator.Asset": {
50*f479da0aSEd Tanous        "Manufacturer": "$BOARD_MANUFACTURER",
51*f479da0aSEd Tanous        "Model": "$BOARD_PRODUCT_NAME",
52*f479da0aSEd Tanous        "PartNumber": "$BOARD_PART_NUMBER",
53*f479da0aSEd Tanous        "SerialNumber": "$BOARD_SERIAL_NUMBER"
54*f479da0aSEd Tanous    },
55*f479da0aSEd Tanous    "xyz.openbmc_project.Inventory.Item.Panel": {}
56*f479da0aSEd Tanous}
57