boards: arm: enabling ADC4 on the nucleo_u575zi_q board.

Adds the DTS for the ADC4 on the nucleo_u575zi_q
with pin assignment
vref is the default value 3.3V
Note that b_u585i_iot02a board already has adc4 node.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-09-28 10:01:34 +02:00 committed by Carles Cufí
commit e7e11b416a

View file

@ -114,6 +114,12 @@
status = "okay";
};
&adc4 {
pinctrl-0 = <&adc4_in18_pb0>;
pinctrl-names = "default";
status = "okay";
};
&iwdg {
status = "okay";
};