configs: Add temp sensors to Nisqually

This adds 3 TMP275 temp sensors to the Rainer Nisqually board.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ic3244a51dd672afa2d24e7cb95182689529ff708
diff --git a/configurations/Nisqually.json b/configurations/Nisqually.json
index 8006d90..0a96c1e 100644
--- a/configurations/Nisqually.json
+++ b/configurations/Nisqually.json
@@ -27,6 +27,24 @@
             "I2CAddress": 107,
             "I2CBus": 3,
             "NamedPresenceGpio": "PS3_PRES_N"
+        },
+        {
+            "Address": "0x48",
+            "Bus": 7,
+            "Name": "Ambient 0 Temp",
+            "Type": "TMP75"
+        },
+        {
+            "Address": "0x48",
+            "Bus": 8,
+            "Name": "PCIE 0 Temp",
+            "Type": "TMP75"
+        },
+        {
+            "Address": "0x4A",
+            "Bus": 8,
+            "Name": "PCIE 1 Temp",
+            "Type": "TMP75"
         }
     ],
     "Name": "Nisqually Backplane",