Skip to content

Instantly share code, notes, and snippets.

@spaced
Created May 10, 2025 22:06
Show Gist options
  • Save spaced/a5903d6c3f4dd8c3a129e2e3097dd0f2 to your computer and use it in GitHub Desktop.
Save spaced/a5903d6c3f4dd8c3a129e2e3097dd0f2 to your computer and use it in GitHub Desktop.
AsRock B650M Pro RS Mainboard lm sensors configuration
#AsRock B650M Pro RS Mainboard lm sensors configuration
#extracted from Program Files (x86)/ASRock Utility/A-Tuning/Conf/B650MPRORS.xml
chip "nct6799-*"
# voltages
label in0 "Vcore" # Bank="4" Reg="0x80" R1="0" R2="1" Ref="0" Offset="0"/> Vcore Voltage
label in1 "+12V" # Bank="4" Reg="0x81" R1="0x38" R2="0x0A" Ref="0" Offset="0" +12V
compute in1 @*(53/8), @/(53/8)
set in1_min 12 * 0.90
set in1_max 12 * 1.10
ignore in2
label in3 "+3.3V" #Bank="4" Reg="0x83" R1="0x22" R2="0x22" Ref="0" Offset="0" +3.3V
label in4 "+5V" #Bank="4" Reg="0x84" R1="0x14" R2="0x0A" Ref="0" Offset="0" +5.0V
compute in4 @*(24/8), @/(24/8)
set in4_min 5 * 0.90
set in4_max 5 * 1.10
label in5 "+1.05_ALW" #Bank="4" Reg="0x85" R1="0" R2="1" Ref="0" Offset="0" +1.05_ALW Voltage
ignore in6 #Reg="0x86"
ignore in7 #Reg="0x87"
ignore in8 #Reg="0x88"
ignore in9 #Reg="0x89"
label in10 "VDDCR_SOC" #Bank="4" Reg="0x8A" R1="1" R2="1" Ref="0" Offset="0" VDDCR_SOC Voltage
label in11 "VDD_MISC" #Bank="4" Reg="0x8B" R1="1" R2="1" Ref="0" Offset="0" VDD_MISC Voltage
set in11_min 0.650
set in11_max 1.1
ignore in12 #Reg="0x8C"
label in13 "+1.8V" #Bank="4" Reg="0x8D" R1="1" R2="1" Ref="0" Offset="0" +1.8V Voltage
label in14 "DRAM_VDD" #Bank="4" Reg="0x8E" R1="0" R2="1" Ref="0" Offset="0" DRAM Voltage
ignore in15 #Reg="0x8F"
label in16 "DRAM_VPP" #Bank="4" Reg="0x90" R1="0" R2="1" Ref="0" Offset="0" DRAM SOC
ignore in17
#fans
label fan1 "CPU_FAN2" #register bank 4 xC0, xC1
label fan2 "CPU_FAN1" #register bank 4 xC2, xC3
ignore fan3 #register bank 4 xC5, xC6
label fan4 "CHA_FAN1" #register bank 4 xC6, xC7
label fan5 "CHA_FAN2" #register bank 4 xC8, xC9
label fan7 "CHA_FAN3" #register bank 4 xCE, xCF
@spaced
Copy link
Author

spaced commented May 10, 2025

copy to /etc/sensors.d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment