boards: arm: qemu_cortex_r5: add chosen entry for OCM

Add the 'chosen' entry for the OCM whose declaration is being added to the
SoC's device tree. This enables the linker command file to properly place
data explicitly assigned ocm_bss/ocm_data sections.

Signed-off-by: Immo Birnbaum <Immo.Birnbaum@weidmueller.com>
This commit is contained in:
Immo Birnbaum 2022-01-20 16:32:38 +01:00 committed by Carles Cufí
parent 68628941f7
commit e7569d6a2d

View file

@ -17,6 +17,7 @@
zephyr,flash = &flash0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,ocm = &ocm;
};
};