blob: ea8b8d6a0c71d8edc74c055d93ea43778f0fb367 [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@281F8000 {
compatible = "mmio-sram";
reg = <0x281F8000 0x8000>;
};
};