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:
parent
1daa0fe7c5
commit
e7e11b416a
1 changed files with 6 additions and 0 deletions
|
@ -114,6 +114,12 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&adc4 {
|
||||
pinctrl-0 = <&adc4_in18_pb0>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&iwdg {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue