Skip to content

Commit fb01820

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,14 @@
726726
status = "disabled";
727727
};
728728
};
729+
730+
backup_sram: memory@38800000 {
731+
compatible = "st,stm32-backup-sram";
732+
reg = <0x38800000 DT_SIZE_K(4)>;
733+
clocks = <&rcc STM32_CLOCK_BUS_AHB4 0x10000000>;
734+
label = "BACKUP_SRAM";
735+
status = "disabled";
736+
};
729737
};
730738
};
731739

0 commit comments

Comments
 (0)