blob: a713dd6046936e76e6233d59068e3dc73d1ccaaa [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@20018000 {
compatible = "mmio-sram";
reg = <0x20018000 0x8000>;
};
};