configs: Move a sensor from Nisqually to Blyth
One of the TMP275 temp sensors I had originally put on the Nisqually
planar is actually on the Blyth operator panel FRU. Create the Blyth
JSON file and move the sensor definition into it.
Tested: I see the proper D-Bus objects on the Rainier system:
/xyz/openbmc_project/inventory/system/board/Blyth_Panel
/xyz/openbmc_project/inventory/system/board/Blyth_Panel/Ambient_0_Temp
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I873a16c8ba97e15770c628de07d8495c5af08876
diff --git a/configurations/Blyth.json b/configurations/Blyth.json
new file mode 100644
index 0000000..10fb097
--- /dev/null
+++ b/configurations/Blyth.json
@@ -0,0 +1,13 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x48",
+ "Bus": 7,
+ "Name": "Ambient 0 Temp",
+ "Type": "TMP75"
+ }
+ ],
+ "Name": "Blyth Panel",
+ "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 56, 53]})",
+ "Type": "Board"
+}