boards: soc: arm: Set zephyr,itcm chosen node for i.MX RT boards

Sets the device tree chosen node for instruction tightly coupled memory
(ITCM) on all i.MX RT boards. Leverages the common Cortex-M linker
section instead of the SoC-specific one.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2021-01-07 10:41:06 -06:00 committed by Ioannis Glaropoulos
commit 4afc4781cd
8 changed files with 7 additions and 3 deletions

View file

@ -19,6 +19,7 @@
chosen {
zephyr,sram = &sdram0;
zephyr,itcm = &itcm;
zephyr,dtcm = &dtcm;
zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1;