boards: st: nucleo f1,f3: add adc prescaler values

Add ADC prescaler values in the RCC nodes to check that compilation with
these properties works. The values set in the dts are the default values
of the registers.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2024-05-29 11:30:24 +02:00 committed by Alberto Escolar
commit ccc570f0c1
3 changed files with 4 additions and 0 deletions

View file

@ -69,6 +69,7 @@
ahb-prescaler = <1>;
apb1-prescaler = <2>;
apb2-prescaler = <1>;
adc-prescaler = <2>;
};
&usart1 {

View file

@ -63,6 +63,7 @@
ahb-prescaler = <1>;
apb1-prescaler = <2>;
apb2-prescaler = <1>;
adc12-prescaler = <0>;
};
&timers2 {

View file

@ -69,6 +69,8 @@
ahb-prescaler = <1>;
apb1-prescaler = <2>;
apb2-prescaler = <1>;
adc12-prescaler = <0>;
adc34-prescaler = <0>;
};
&usart2 {