boards: arm: enabling hsi48 for USB 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:
parent
4f42512d8e
commit
d5e304621d
3 changed files with 12 additions and 0 deletions
|
@ -77,6 +77,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_hsi48 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&clk_hsi {
|
&clk_hsi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -55,6 +55,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_hsi48 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&clk_hse {
|
&clk_hse {
|
||||||
clock-frequency = <DT_FREQ_M(16)>;
|
clock-frequency = <DT_FREQ_M(16)>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -58,6 +58,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_hsi48 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&clk_hsi {
|
&clk_hsi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue