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:
parent
9a27cc3867
commit
dcc5f0373e
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue