blob: aff3c460cbc096b2a51416e4125e80a232edce87 [file] [log] [blame]
/*
* 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@28180000 {
compatible = "mmio-sram";
reg = <0x28180000 0x8000>;
};
};