dts: arm: st: go: Add the hsi divider node to the device tree

Add the hsi-div property and the compatible to the stm32g0 device tree.


Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
This commit is contained in:
TLIG Dhaou 2022-06-22 11:03:19 +02:00 committed by Carles Cufí
parent 9a27cc3867
commit dcc5f0373e
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@
clk_hsi: clk-hsi {
#clock-cells = <0>;
compatible = "fixed-clock";
compatible = "st,stm32g0-hsi-clock";
hsi-div = <1>;
clock-frequency = <DT_FREQ_M(16)>;
status = "disabled";
};