1/* 2 * Copyright 2024 Nordic Semiconductor ASA 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/ { 7 mbox-consumer { 8 compatible = "vnd,mbox-consumer"; 9 mboxes = <&cpuppr_vevif 15>, <&cpuapp_bellboard 18>; 10 mbox-names = "rx", "tx"; 11 }; 12}; 13 14&cpuapp_bellboard { 15 status = "okay"; 16}; 17 18&cpuppr_vevif { 19 status = "okay"; 20}; 21 22&uart135 { 23 /delete-property/ hw-flow-control; 24}; 25