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:
Guillaume Gautier 2023-03-22 10:45:22 +01:00 committed by Carles Cufí
commit fef5425379
6 changed files with 20 additions and 79 deletions

View file

@ -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)>;