Skip to content

Commit 51629bc

Browse files
gmarullnashif
authored andcommitted
dts: arm: st: f7: add definition for backup SRAM
Add DT definition for the backup SRAM. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 98262af commit 51629bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/f7/stm32f7.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,14 @@
679679
status = "disabled";
680680
label = "SDMMC_1";
681681
};
682+
683+
backup_sram: memory@40024000 {
684+
compatible = "st,stm32-backup-sram";
685+
reg = <0x40024000 DT_SIZE_K(4)>;
686+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00040000>;
687+
label = "BACKUP_SRAM";
688+
status = "disabled";
689+
};
682690
};
683691

684692
otghs_fs_phy: otghs_fs_phy {

0 commit comments

Comments
 (0)