Commit a3b42b55 authored by Francois Ramu's avatar Francois Ramu Committed by Carles Cufi
Browse files

boards: arm: stm32g071 nucleo defines its vref for ADC



The Vref is defined by the nucleo board hardware.
This property is common to ADC channels
and required in the DTS.

Signed-off-by: default avatarFrancois Ramu <francois.ramu@st.com>
parent a5fee170
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@
	pinctrl-0 = <&adc1_in0_pa0 &adc1_in1_pa1>;
	pinctrl-names = "default";
	status = "okay";
	vref-mv = <3300>;
};

&dac1 {