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:
parent
d70e8d5a8f
commit
7b1008c64c
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue