Skip to content

Commit 2090b68

Browse files
ikmdanicarlescufi
authored andcommitted
dts/arm: STM32: Adding flash clock settings in dtsi for stm32wb series.
This patch adds flash clock settings in device tree for stm32wb 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 960d5f5 commit 2090b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/wb/stm32wb.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
label = "FLASH_CTRL";
4848
reg = <0x58004000 0x400>;
4949
interrupts = <4 0>;
50+
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x02000000>;
5051

5152
#address-cells = <1>;
5253
#size-cells = <1>;

0 commit comments

Comments
 (0)