configurations: add sensors configurations for greatlakes

Provide sensors configurations for greatlakes.
-ADC sensors
-HSC sensors
-Temperature sensors

Tested: Tested and verified the dbus path names for sensors.

Change-Id: I27690ed134f4594b122b5c8c4aecb8beda0c9e25
Signed-off-by: DelphineCCChiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/configurations/greatlakes_nic_mellanox.json b/configurations/greatlakes_nic_mellanox.json
new file mode 100644
index 0000000..8353a70
--- /dev/null
+++ b/configurations/greatlakes_nic_mellanox.json
@@ -0,0 +1,30 @@
+{
+    "Exposes": [
+        {
+            "Address": "0x1f",
+            "Bus": 8,
+            "Name": "NIC_REMOTE_TEMP_C",
+            "Name1": "NIC_TEMP_C",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Index": 2,
+                    "Name": "upper non recoverable",
+                    "Severity": 4,
+                    "Value": 120
+                },
+                {
+                    "Direction": "greater than",
+                    "Index": 2,
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 105
+                }
+            ],
+            "Type": "TMP421"
+        }
+    ],
+    "Name": "Great Lakes NIC",
+    "Probe": "FOUND('Great Lakes Baseboard')",
+    "Type": "Board"
+}