Skip to content

Commit 6e56cfc

Browse files
aurel32carlescufi
authored andcommitted
dts: arm: st: h7: add ITCM memory for STM32H7A3
The STM32H7A3 SoC has 64 kB of ITCM RAM mapped at address 0x00000000. Tested using zephyr_code_relocate(). Signed-off-by: Aurelien Jarno <[email protected]>
1 parent 6318d29 commit 6e56cfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/h7/stm32h7a3.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
zephyr,memory-region = "DTCM";
9797
};
9898

99+
itcm: memory@0 {
100+
compatible = "zephyr,memory-region", "arm,itcm";
101+
reg = <0x00000000 DT_SIZE_K(64)>;
102+
zephyr,memory-region = "ITCM";
103+
};
104+
99105
otghs_fs_phy: otghs_fs_phy {
100106
compatible = "usb-nop-xceiv";
101107
#phy-cells = <0>;

0 commit comments

Comments
 (0)