1/*
2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	chosen {
9		zephyr,ipc_shm = &sram4;
10		zephyr,ipc = &mailbox;
11	};
12};
13
14&mailbox {
15	status = "okay";
16};
17