-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mellanox] Add sensors config for MSN2740 (#1432)
Signed-off-by: Andriy Moroz <[email protected]>
- Loading branch information
1 parent
4cac329
commit 4f3a356
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
bus "i2c-7" "i2c-1-mux (chan_id 5)" | ||
chip "lm75-i2c-7-4a" | ||
label temp1 "Ambient Port Temp" | ||
|
||
bus "i2c-5" "i2c-1-mux (chan_id 3)" | ||
chip "ucd9200-i2c-5-27" | ||
label in1 "UCD1 vin" | ||
label in2 "ASIC 3.3 vout" | ||
label in3 "ASIC 1.2 vout" | ||
label temp1 "UCD1 Temp" | ||
label temp2 "UCD1 Temp2" | ||
|
||
chip "ucd9200-i2c-5-41" | ||
label in1 "UCD2 vin" | ||
label in2 "ASIC Vcore vout" | ||
label temp1 "UCD2 Temp1" | ||
label temp2 "UCD2 Temp2" | ||
|
||
bus "i2c-17" "i2c-1-mux (chan_id 7)" | ||
chip "lm75-i2c-17-49" | ||
label temp1 "Ambient Board Temp" |