Skip to content

Commit 3f65677

Browse files
aurel32carlescufi
authored andcommitted
boards: arm: nucleo_h7a3zi_q: enable ITCM
Add a zephyr,itcm entry to the chosen node similarly to the zephyr,dtcm one. Signed-off-by: Aurelien Jarno <[email protected]>
1 parent 6e56cfc commit 3f65677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/nucleo_h7a3zi_q/nucleo_h7a3zi_q.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
zephyr,sram = &sram0;
2020
zephyr,flash = &flash0;
2121
zephyr,dtcm = &dtcm;
22+
zephyr,itcm = &itcm;
2223
};
2324

2425
leds {

0 commit comments

Comments
 (0)