boards: update stm32 i2s pll configuration
Add plli2s node to dts/overlay file for boards that already use I2S. Remove old I2S Kconfig not used anymore Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
3a0b00272b
commit
fef5425379
6 changed files with 20 additions and 79 deletions
|
@ -65,6 +65,13 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&plli2s {
|
||||
div-m = <8>;
|
||||
mul-n = <192>;
|
||||
div-r = <3>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rcc {
|
||||
clocks = <&pll>;
|
||||
clock-frequency = <DT_FREQ_M(84)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue