configurations: mudflap: add new IBM op-panel
Mudflap is a new op-panel being utilized on IBM systems that contains a
variety of devices. It has an seeprom chip, DPS310, TMP275, and HDC1080,
along with a PCA9551 for LED control.
Add in just the DPS310 and TMP275 until simulation support catches up
with the rest of the devices.
Tested:
- Confirmed Ambient 0 and 1 both appeared under
xyz.openbmc_project.HwmonTempSensor and were readable.
Change-Id: I9733dfdc41ace3d22b00b69004df020fbf9d8032
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/configurations/mudflap.json b/configurations/mudflap.json
new file mode 100644
index 0000000..c37c9ef
--- /dev/null
+++ b/configurations/mudflap.json
@@ -0,0 +1,20 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x76",
+ "Bus": "$bus",
+ "Name": "Ambient 1 Temp",
+ "Name1": "Station Pressure",
+ "Type": "DPS310"
+ },
+ {
+ "Address": "0x48",
+ "Bus": "$bus",
+ "Name": "Ambient 0 Temp",
+ "Type": "TMP75"
+ }
+ ],
+ "Name": "Mudflap Panel",
+ "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*Mudflap'})",
+ "Type": "Board"
+}