Skip to content

Commit a0a124c

Browse files
FRASTMfabiobaltieri
authored andcommitted
dts: arm: stm32f303 vref characteristics is 3V
The vref has to be set to 3000mV. It is the voltage to find on the stm32F3. is fixed by the platform to be lower or equal to VDDA. Signed-off-by: Francois Ramu <[email protected]>
1 parent aa40507 commit a0a124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/f3/stm32f303.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x10000000>;
135135
interrupts = <18 0>;
136136
status = "disabled";
137-
vref-mv = <3300>;
137+
vref-mv = <3000>;
138138
#io-channel-cells = <1>;
139139
has-temp-channel;
140140
has-vref-channel;

0 commit comments

Comments
 (0)