Skip to content

Commit 8a096e1

Browse files
ikmdanicarlescufi
authored andcommitted
dts/arm: STM32: Adding flash clock settings in dtsi for stm32g4 series.
This patch adds flash clock settings in device tree for stm32g4 series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
1 parent 9b04590 commit 8a096e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/g4/stm32g4.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
label = "FLASH_CTRL";
8080
reg = <0x40022000 0x400>;
8181
interrupts = <3 0>;
82+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000100>;
8283

8384
#address-cells = <1>;
8485
#size-cells = <1>;

0 commit comments

Comments
 (0)