xref: /openbmc/entity-manager/configurations/intel/8x25_hsbp.json (revision f479da0ad7f4dd4b029a3474fc572953dcb84012)
1*f479da0aSEd Tanous{
2*f479da0aSEd Tanous    "Exposes": [
3*f479da0aSEd Tanous        {
4*f479da0aSEd Tanous            "Address": "0xEB",
5*f479da0aSEd Tanous            "Name": "HSBP $index Drive Mux",
6*f479da0aSEd Tanous            "Type": "GenericSMBusMux"
7*f479da0aSEd Tanous        },
8*f479da0aSEd Tanous        {
9*f479da0aSEd Tanous            "Name": "HSBP $index FRU",
10*f479da0aSEd Tanous            "Type": "IntelHsbpFruDevice"
11*f479da0aSEd Tanous        },
12*f479da0aSEd Tanous        {
13*f479da0aSEd Tanous            "Name": "HSBP $index Temperature",
14*f479da0aSEd Tanous            "Type": "IntelHsbpTempSensor"
15*f479da0aSEd Tanous        }
16*f479da0aSEd Tanous    ],
17*f479da0aSEd Tanous    "Name": "1U_HSBP",
18*f479da0aSEd Tanous    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME':'F1U8X25S3PHSBP'})",
19*f479da0aSEd Tanous    "Type": "Board"
20*f479da0aSEd Tanous}
21