Skip to content

Commit 00f7559

Browse files
mathieuchopstmjhedberg
authored andcommitted
dts: arm: st: mp1: add HSE clock to DTSI
Add the HSE clock to STM32MP1 series DTSI. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 14bea5f commit 00f7559

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/mp1/stm32mp157.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
reg = <0x10000000 DT_SIZE_K(320)>;
4343
};
4444

45+
clocks {
46+
/* NOTE: clocks must be enabled by Cortex-A */
47+
clk_hse: clk-hse {
48+
#clock-cells = <0>;
49+
compatible = "st,stm32-hse-clock";
50+
status = "disabled";
51+
};
52+
};
53+
4554
soc {
4655
compatible = "st,stm32mp157", "st,stm32mp1", "simple-bus";
4756

0 commit comments

Comments
 (0)