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:
parent
425452bddc
commit
ccc570f0c1
3 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
ahb-prescaler = <1>;
|
||||
apb1-prescaler = <2>;
|
||||
apb2-prescaler = <1>;
|
||||
adc-prescaler = <2>;
|
||||
};
|
||||
|
||||
&usart1 {
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
ahb-prescaler = <1>;
|
||||
apb1-prescaler = <2>;
|
||||
apb2-prescaler = <1>;
|
||||
adc12-prescaler = <0>;
|
||||
};
|
||||
|
||||
&timers2 {
|
||||
|
|
|
@ -69,6 +69,8 @@
|
|||
ahb-prescaler = <1>;
|
||||
apb1-prescaler = <2>;
|
||||
apb2-prescaler = <1>;
|
||||
adc12-prescaler = <0>;
|
||||
adc34-prescaler = <0>;
|
||||
};
|
||||
|
||||
&usart2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue