Skip to content

Commit 0401a01

Browse files
ikmdanicarlescufi
authored andcommitted
dts/arm: STM32: Adding flash clock settings in dtsi for stm32l1 series.
This patch adds flash clock settings in device tree for stm32l1 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 8a096e1 commit 0401a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/l1/stm32l1.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
label = "FLASH_CTRL";
3939
reg = <0x40023c00 0x400>;
4040
interrupts = <4 0>;
41+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00008000>;
4142

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

0 commit comments

Comments
 (0)