Skip to content

Commit 19423fa

Browse files
tpamborkartben
authored andcommitted
dts: arm: st: stm32u5: Add support for vrefbuf
Add a node for the VREFBUF peripheral in the STM32U5. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
1 parent e6cefe2 commit 19423fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎dts/arm/st/u5/stm32u5.dtsi‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,15 @@
917917
status = "disabled";
918918
};
919919

920+
vrefbuf: vrefbuf@46007400 {
921+
compatible = "st,stm32-vrefbuf";
922+
reg = <0x46007400 0x400>;
923+
clocks = <&rcc STM32_CLOCK(APB3, 20)>;
924+
resets = <&rctl STM32_RESET(APB3, 20)>;
925+
ref-voltages = <1500000>, <1800000>, <2048000>, <2500000>;
926+
status = "disabled";
927+
};
928+
920929
pwr: power@46020800 {
921930
compatible = "st,stm32-dualreg-pwr", "st,stm32-pwr";
922931
reg = <0x46020800 0x400>; /* PWR register bank */

0 commit comments

Comments
 (0)