Adjustments of overlay and conf files to adjust for the MERGE removal. The revert of MERGE requires specific overlay and conf files for boards which relied on the MERGE feature. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
20 lines
322 B
Text
20 lines
322 B
Text
/*
|
|
* Copyright (c) 2019 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
/*
|
|
* shared memory reserved for the inter-processor communication
|
|
*/
|
|
zephyr,ipc_shm = &sramx;
|
|
zephyr,ipc = &mhu0;
|
|
};
|
|
|
|
sramx: memory@281F8000 {
|
|
compatible = "mmio-sram";
|
|
reg = <0x281F8000 0x8000>;
|
|
};
|
|
};
|