Add json file for NIC sensor in fbyv35 platform.
Added new json file for Mellanox NIC card in Facebook Yosemite V3.5
platform.
Added support for TMP421 NIC sensor configuration for Mellanox NIC
card.
Tested : Tested and verified the D-Bus path and Interface for
NIC sensor.
Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com>
Change-Id: I133bf5dc986cff012c7a8e57e0fc70310b80fe31
diff --git a/configurations/fbyv35_nic_mellanox.json b/configurations/fbyv35_nic_mellanox.json
new file mode 100644
index 0000000..e9f93fd
--- /dev/null
+++ b/configurations/fbyv35_nic_mellanox.json
@@ -0,0 +1,21 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x1f",
+ "Bus": 8,
+ "Name": "NIC_SENSOR_TEMP",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 105
+ }
+ ],
+ "Type": "TMP421"
+ }
+ ],
+ "Name": "Yosemite V3P5 NIC Mellanox",
+ "Probe": "FOUND('Yosemite V3P5 Baseboard')",
+ "Type": "Board"
+}