blob: 006650bb2236fc56e0aa5b19356d1cf4dedb3d82 [file] [log] [blame]
Andrew Geissler4139c3a2023-10-12 04:34:33 -06001{
2 "Exposes": [
3 {
4 "Address": "0x76",
5 "Bus": "$bus",
6 "Name": "Ambient 1 Temp",
7 "Name1": "Station Pressure",
8 "Type": "DPS310"
9 },
10 {
Andrew Geissler1e19c032023-11-08 13:45:37 -060011 "Address": "0x40",
12 "Bus": "$bus",
13 "Name": "Ambient 2 Temp",
14 "Name1": "Humidity",
15 "Type": "HDC1080"
16 },
17 {
Andrew Geissler4139c3a2023-10-12 04:34:33 -060018 "Address": "0x48",
19 "Bus": "$bus",
20 "Name": "Ambient 0 Temp",
21 "Type": "TMP75"
22 }
23 ],
24 "Name": "Mudflap Panel",
25 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*Mudflap'})",
26 "Type": "Board"
27}