Skip to content

Commit 3ffd741

Browse files
arnopofabiobaltieri
authored andcommitted
dts: arm: st: stm32mp2_m33.dtsi: add HSE and HSI fixed clock
Add declarations for High-Speed External (HSE) and High-Speed Internal (HSI) clocks. These clocks, based on oscillators, can be used to generate the system clocks. Signed-off-by: Arnaud Pouliquen <[email protected]>
1 parent 819990b commit 3ffd741

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/st/mp2/stm32mp2_m33.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,22 @@
241241
status = "disabled";
242242
};
243243
};
244+
245+
clocks {
246+
247+
clk_hse: clk-hse {
248+
#clock-cells = <0>;
249+
compatible = "fixed-clock";
250+
status = "disabled";
251+
};
252+
253+
clk_hsi: clk-hsi {
254+
#clock-cells = <0>;
255+
compatible = "fixed-clock";
256+
clock-frequency = <DT_FREQ_M(64)>;
257+
status = "disabled";
258+
};
259+
};
244260
};
245261

246262
&nvic {

0 commit comments

Comments
 (0)