1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7ipc0: ipc0 {
8	compatible = "zephyr,ipc-openamp-static-vrings";
9	memory-region = <&sram0_shared>;
10	mboxes = <&mbox 0>, <&mbox 1>;
11	mbox-names = "tx", "rx";
12	role = "host";
13	status = "okay";
14};
15