63de341dd6
* Add switch ASIC vendor and platforms for Nephos - What I did Add switch ASIC vendor: Nephos Add Nephos platforms: Ingrasys S9130-32X, Ingrasys S9230-64X - How I did it Add platform/nephos files Add platform/nephos/sonic-platform-modules-ingrasys submodule Add device/ingrasys/x86_64-ingrasys_s9130_32x-r0 files Add device/ingrasys/x86_64-ingrasys_s9230_64x-r0 files Add SONiC to support Nephos platform - How to verify it To build SONiC installer image and docker images, run the following commands: make configure PLATFORM=nephos make target/sonic-nephos.bin Check system and network feature is worked as well - Description for the changelog Add switch ASIC vendor and platforms for Nephos - A picture of a cute animal (not mandatory but encouraged) Signed-off-by: Sam Yang <yang.kaiyu@gmail.com> * Advance sonic-sairedis submodule to include #271 (Add Nephos ASIC)
91 lines
1.9 KiB
Plaintext
91 lines
1.9 KiB
Plaintext
# libsensors configuration file
|
|
chip "i350bb-*"
|
|
ignore loc1
|
|
|
|
chip "jc42-*"
|
|
|
|
bus "i2c-16" "i2c-mux-1 (chan_id 7)"
|
|
chip "w83795adg-*"
|
|
ignore in0
|
|
label in1 "VDD_CORE"
|
|
set in1_min 0.90 * 0.98
|
|
set in1_max 0.90 * 1.02
|
|
ignore in2
|
|
label in3 "1.8V"
|
|
set in3_min 1.8 * 0.97
|
|
set in3_max 1.8 * 1.03
|
|
label in4 "3.3V"
|
|
compute in4 @/(0.3052), (0.3052)*@
|
|
set in4_min 3.3 * 0.95
|
|
set in4_max 3.3 * 1.05
|
|
label in5 "0.9V"
|
|
set in5_min 0.90 * 0.98
|
|
set in5_max 0.90 * 1.02
|
|
ignore in6
|
|
ignore in7
|
|
ignore in8
|
|
ignore in9
|
|
ignore in10
|
|
ignore in11
|
|
ignore in12
|
|
ignore in13
|
|
ignore in14
|
|
ignore in15
|
|
ignore in16
|
|
ignore in17
|
|
ignore in18
|
|
ignore in19
|
|
label fan1 "FANTRAY 1"
|
|
#label fan2 "FANTRAY 1-B"
|
|
ignore fan2
|
|
label fan3 "FANTRAY 2"
|
|
#label fan4 "FANTRAY 2-B"
|
|
ignore fan4
|
|
label fan5 "FANTRAY 3"
|
|
#label fan6 "FANTRAY 3-B"
|
|
ignore fan6
|
|
label fan7 "FANTRAY 4"
|
|
#label fan8 "FANTRAY 4-B"
|
|
ignore fan8
|
|
ignore temp1
|
|
ignore temp2
|
|
ignore temp3
|
|
ignore temp4
|
|
ignore temp5
|
|
ignore temp6
|
|
ignore intrusion0
|
|
|
|
# TODO: need to confirm the critial temp value with HW after board ready
|
|
chip "tmp75-i2c-*-4A"
|
|
label temp1 "BMC board Temp"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 45
|
|
|
|
bus "i2c-0" "SMBus I801 adapter at f000"
|
|
chip "tmp75-i2c-*-4F"
|
|
label temp1 "x86 CPU board Temp"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 45
|
|
|
|
bus "i2c-6" "i2c-0-mux (chan_id 5)"
|
|
chip "lm75-i2c-6-4D"
|
|
label temp1 "Rear Panel Temp"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 45
|
|
chip "lm75-i2c-6-4E"
|
|
label temp1 "Rear MAC Temp"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 45
|
|
|
|
bus "i2c-7" "i2c-0-mux (chan_id 6)"
|
|
chip "lm75-i2c-7-4D"
|
|
label temp1 "Front Panel Temp"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 45
|
|
chip "lm75-i2c-7-4E"
|
|
label temp1 "Front MAC Temp"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 45
|
|
|
|
|