1fce3ebda3
- Why I did it Add support for SN2201 platform - How I did it Add required content for SN2201 platform Note: still missing kernel driver support for this system. Once all is upstream will be updated as well. - How to verify it Install and basic sanity tests including traffic. Signed-off-by: liora liora@nvidia.com
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
################################################################################
|
|
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
#
|
|
# Platform specific sensors config for SN2201
|
|
################################################################################
|
|
|
|
# Fan Controller emc2305.
|
|
bus "i2c-7" "i2c-1-mux (chan_id 5)"
|
|
chip "emc2305-i2c-7-4d"
|
|
ignore fan5
|
|
|
|
# Temperature sensors
|
|
chip "coretemp-isa-0000"
|
|
label temp8 "Core 0"
|
|
label temp14 "Core 1"
|
|
|
|
bus "i2c-2" "i2c-1-mux (chan_id 0)"
|
|
chip "lm75-i2c-*-4a"
|
|
label temp1 "Ambient Switch Board Temp"
|
|
|
|
bus "i2c-2" "i2c-1-mux (chan_id 0)"
|
|
chip "lm75-i2c-*-4b"
|
|
label temp1 "Ambient Port side Temp"
|
|
|
|
bus "i2c-7" "i2c-1-mux (chan_id 5)"
|
|
chip "lm75-i2c-*-49"
|
|
label temp1 "Ambient Fan side Temp"
|
|
|
|
bus "i2c-8" "i2c-1-mux (chan_id 6)"
|
|
chip "lm75-i2c-*-4f"
|
|
label temp1 "Ambient CPU Board Temp"
|
|
|
|
# Power controllers
|
|
bus "i2c-9" "i2c-1-mux (chan_id 7)"
|
|
chip "pmbus-i2c-*-40"
|
|
ignore curr3
|
|
ignore in3
|
|
ignore power3
|
|
|
|
bus "i2c-2" "i2c-1-mux (chan_id 0)"
|
|
chip "ads1015-i2c-*-49"
|
|
ignore in1
|
|
ignore in2
|
|
ignore in4
|
|
ignore in5
|
|
ignore in6
|
|
ignore in7
|