configurations: sbp1: Add NIC temperature sensors
Add I2C temperature sensors for the two onboard NICs.
The temperature sensor is compatible to ADM1021.
Add both sensors to the fan PID loop.
Tested: Both temperature sensors are working and the
temperature is visible on the webui.
Change-Id: Ib1c4614b49969148b4610f689507ea418d04f9b8
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index 9dc22f5..50efc38 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -373,6 +373,28 @@
"Type": "ADC"
},
{
+ "Address": "0x1f",
+ "Bus": 41,
+ "Labels": [
+ "temp2"
+ ],
+ "Name": "NIC1_0",
+ "Name1": "NIC1",
+ "PowerState": "On",
+ "Type": "ADM1021"
+ },
+ {
+ "Address": "0x1f",
+ "Bus": 44,
+ "Labels": [
+ "temp2"
+ ],
+ "Name": "NIC2_0",
+ "Name1": "NIC2",
+ "PowerState": "On",
+ "Type": "ADM1021"
+ },
+ {
"Address": "0x40",
"Bus": "58",
"Labels": [