boards: arm: enabling hsi48 for RNG peripheral on stm32 platforms

The different boards with stm32 which have node enabled in their DTS
also requires the HSI48 clock to be enabled.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-11-24 13:58:31 +01:00 committed by Fabio Baltieri
parent b3ccd3abc6
commit 4f42512d8e
14 changed files with 56 additions and 0 deletions

View file

@ -75,6 +75,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hsi {
status = "okay";
};

View file

@ -55,6 +55,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hsi {
status = "okay";
};

View file

@ -56,6 +56,10 @@
};
};
&clk_hsi48 {
status = "okay";
};
&clk_lse {
status = "okay";
};

View file

@ -57,6 +57,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
clock-frequency = <DT_FREQ_M(24)>;
status = "okay";

View file

@ -66,6 +66,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
hse-bypass;
clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */

View file

@ -64,6 +64,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
hse-bypass;
clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */

View file

@ -49,6 +49,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
hse-bypass;
clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */

View file

@ -63,6 +63,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
hse-bypass;
clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */

View file

@ -58,6 +58,10 @@
};
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
hse-bypass;
clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */

View file

@ -79,6 +79,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&pll {
div = <2>;
mul = <8>;

View file

@ -34,6 +34,10 @@
};
};
&clk_hsi48 {
status = "okay";
};
&clk_msi {
status = "okay";
msi-range = <6>;

View file

@ -34,6 +34,10 @@
};
};
&clk_hsi48 {
status = "okay";
};
&clk_lse {
status = "okay";
};

View file

@ -55,6 +55,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&pll {
div-m = <5>;
mul-n = <160>;

View file

@ -59,6 +59,10 @@
cpu-power-states = <&stop0 &stop1 &stop2>;
};
&clk_hsi48 {
status = "okay";
};
&clk_msi {
status = "okay";
msi-range = <6>;