Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conf file for ASRock B550 Steel Legend #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 130 additions & 0 deletions B550_Steel_Legend.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
#
# B550_Steel_Legend.conf
# lm-sensors configuration file for ASRock B550 Steel Legend motherboards.
#
# Vendor website: https://www.asrock.com/mb/AMD/B550%20Steel%20Legend/index.asp
# Original github project: ?
#
# dmidecode:
# Manufacturer: ASRock
# Product Name: B550 Steel Legend
# dmesg: nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
#

# Nuvoton NCT6796D-E super IO chip (recognized diffently by lm-sensors) -> driver nct6775 needs to be loaded
chip "nct6798-isa-*"

# 1. voltages
# "SIO1_V" at register 0x80 in B550STLLGD.xml. Uses resistors 1,1
# Long description: "Vcore Voltage"
label in0 "CPU Vcore"
set in0_min 0.2
set in0_max 2.1
set in0_beep 1

# "P5P0_V" at register 0x81 in B550STLLGD.xml. Uses resistors 2,1
# Long description: "+5.0V Volt."
label in1 "+5.0V"
compute in1 @*(2/1+1), @/(2/1+1)
set in1_min 5 * 0.95
set in1_max 5 * 1.05
set in1_beep 1

# No entry for register 0x82 in B550STLLGD.xml.
ignore in2

# "P3P3_V" at register 0x83 in B550STLLGD.xml. Uses resistors 34,34
# Long description: "+3.3V Volt."
label in3 "+3.3V"
compute in1 @*(34/34+1), @/(34/34+1)
set in3_min 3.3 * 0.95
set in3_max 3.3 * 1.05
set in3_beep 1

# "P12_V" at register 0x84 in B550STLLGD.xml. Uses resistors 56,10
# Long description: "+12V Volt."
label in4 "+12V"
compute in4 @*((56/10)+1)*1, @/((56/10)+1)
set in4_min 12 * 0.95
set in4_max 12 * 1.05
set in4_beep 1

# "SIO6_V" at register 0x85 in B550STLLGD.xml. Uses resistors 0,1
# Long description: "CPU VDDCR_SOC Voltage"
label in5 "CPU VDDCR"
compute in5 @*(0/1+1), @/(0/1+1)
set in5_min 0.9
set in5_max 1.2
set in5_beep 1

# "SIO2_V" at register 0x86 in B550STLLGD.xml. Uses resistors 0,1
# Long description: "DRAM Voltage"
label in6 "DRAM"
compute in5 @*(0/1+1), @/(0/1+1)
set in6_min 1.1
set in6_max 1.65
set in6_beep 1

ignore in7
ignore in8
ignore in9
ignore in10

# "SIO3_V" at register 0x8b in B550STLLGD.xml. Uses resistors 3,1
# Long description: "VPPM Voltage"
label in11 "VPPM"
compute in11 @*(3/1+1), @/(3/1+1)
set in11_min 2.0
set in11_max 3.0
set in11_beep 1

ignore in12

# "SIO4_V" at register 0x8d in B550STLLGD.xml. Uses resistors 0,1
# Long description not available in B550STLLGD.xml, but the manual lists
# "1.05V_PROM_S5" as one of the monitored voltages, so it's probably
# that one.
label in13 "1.05V_PROM_S5"
compute in13 @*(0/1+1), @/(0/1+1)
set in13_min 0.9
set in13_max 1.1
# set in13_beep 1

# "SIO5_V" at register 0x8e in B550STLLGD.xml. Uses resistors 1,1
# Long description: "CPU VDD 1.8V Voltage"
label in14 "CPU VDD 1.8V"
compute in14 @*(1/1+1), @/(1/1+1)
set in14_min 1.7
set in14_max 1.9
set in14_beep 1

# 2. fans
label fan1 "Chassis fan3"
label fan2 "CPU fan1"
set fan2_min 200
set fan2_beep 1
label fan3 "Chassis fan 2"
label fan4 "Chassis fan 4"
label fan5 "Chassis fan 1"
ignore fan6
label fan7 "CPU fan 2"
label fan8 "Chassis fan 5"

# 3. temperatures
label temp1 "Motherboard" # SYSTIN
ignore temp2 # CPUTIN
ignore temp3 # AUXTIN0
ignore temp4 # AUXTIN1
ignore temp5 # AUXTIN2
ignore temp6 # AUXTIN3
label temp7 "CPU" # PECI Agent 0
ignore temp8 # PCH_CHIP_CPU_MAX_TEMP
ignore temp9 # PCH_CHIP_TEMP
ignore temp10 # PCH_CPU_TEMP

# 4. other
set beep_enable 1
ignore intrusion0
ignore intrusion1

# End