Skip to content

Commit b2f6d30

Browse files
str4t0mgalak
authored andcommitted
dts/arm: STM32: Adding flash clock settings in dtsi for stm32h7 series.
This commit adds flash clock settings in device tree for stm32h7 series such that the stm32h7 flash driver can get the clock settings from this dtsi file. Signed-off-by: Thomas Stranger <[email protected]>
1 parent 1cc7307 commit b2f6d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
label = "FLASH_CTRL";
4545
reg = <0x52002000 0x400>;
4646
interrupts = <4 0>;
47+
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00000100>;
4748

4849
#address-cells = <1>;
4950
#size-cells = <1>;

0 commit comments

Comments
 (0)