Skip to content

Commit f92d125

Browse files
gmarullnashif
authored andcommitted
dts: arm: st: f2: add definition for backup SRAM
Add DT definition for the backup SRAM. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 10532a5 commit f92d125

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/f2/stm32f2.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,14 @@
276276
label = "DAC_1";
277277
#io-channel-cells = <1>;
278278
};
279+
280+
backup_sram: memory@40024000 {
281+
compatible = "st,stm32-backup-sram";
282+
reg = <0x40024000 DT_SIZE_K(4)>;
283+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00040000>;
284+
label = "BACKUP_SRAM";
285+
status = "disabled";
286+
};
279287
};
280288

281289
otgfs_phy: otgfs_phy {

0 commit comments

Comments
 (0)