File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 235235 status = "disabled";
236236 label = "RNG";
237237 };
238+
239+ backup_sram: memory@40024000 {
240+ compatible = "st,stm32-backup-sram";
241+ reg = <0x40024000 DT_SIZE_K(4)>;
242+ clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00040000>;
243+ label = "BACKUP_SRAM";
244+ status = "disabled";
245+ };
238246 };
239247
240248 otghs_fs_phy: otghs_fs_phy {
Original file line number Diff line number Diff line change 4343 status = "disabled";
4444 label= "OTGHS";
4545 };
46+
47+ backup_sram: memory@40024000 {
48+ compatible = "st,stm32-backup-sram";
49+ reg = <0x40024000 DT_SIZE_K(4)>;
50+ clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00040000>;
51+ label = "BACKUP_SRAM";
52+ status = "disabled";
53+ };
4654 };
4755
4856 otghs_fs_phy: otghs_fs_phy {
You can’t perform that action at this time.
0 commit comments