boards: mimxrt101x_evk: add chosen dtcm

Add the chosen dtcm memory region
for mimxrt1010_evk and mimxrt1015_evk.
To be consistent with other rt10xx platforms.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2023-12-04 15:27:11 +01:00 committed by Fabio Baltieri
commit 7b1008c64c
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
chosen { chosen {
zephyr,sram = &ocram; zephyr,sram = &ocram;
zephyr,itcm = &itcm; zephyr,itcm = &itcm;
zephyr,dtcm = &dtcm;
zephyr,console = &lpuart1; zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1; zephyr,shell-uart = &lpuart1;
zephyr,flash = &at25sf128a; zephyr,flash = &at25sf128a;

View file

@ -22,6 +22,7 @@
chosen { chosen {
zephyr,sram = &ocram; zephyr,sram = &ocram;
zephyr,itcm = &itcm; zephyr,itcm = &itcm;
zephyr,dtcm = &dtcm;
zephyr,console = &lpuart1; zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1; zephyr,shell-uart = &lpuart1;
zephyr,flash = &at25sf128a; zephyr,flash = &at25sf128a;