Skip to content

Commit 9b04590

Browse files
ikmdanicarlescufi
authored andcommitted
dts/arm: STM32: Adding flash clock settings in dtsi for stm32g0 series.
This patch adds flash clock settings in device tree for stm32g0 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 aa30498 commit 9b04590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/g0/stm32g0.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
label = "FLASH_CTRL";
4040
reg = <0x40022000 0x400>;
4141
interrupts = <3 0>;
42+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000100>;
4243

4344
#address-cells = <1>;
4445
#size-cells = <1>;

0 commit comments

Comments
 (0)