blob: db9e67d7db70382096bcc93d8810d115a331687d [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
/*
* shared memory reserved for the inter-processor communication
*/
zephyr,ipc_shm = &sramx;
zephyr,ipc = &mhu0;
};
sramx: memory@20060000 {
compatible = "mmio-sram";
reg = <0x20060000 0x8000>;
};
};