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:
parent
f63385204c
commit
4afc4781cd
8 changed files with 7 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
chosen {
|
||||
zephyr,sram = &sdram0;
|
||||
zephyr,itcm = &itcm;
|
||||
zephyr,dtcm = &dtcm;
|
||||
zephyr,console = &lpuart1;
|
||||
zephyr,shell-uart = &lpuart1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue