2024-02-22 23:22:21 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2024 Nordic Semiconductor ASA
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2024-02-23 18:25:41 +08:00
|
|
|
/ {
|
|
|
|
mbox-consumer {
|
|
|
|
compatible = "vnd,mbox-consumer";
|
2024-06-26 19:43:16 +08:00
|
|
|
mboxes = <&cpuppr_vevif 15>, <&cpuapp_bellboard 18>;
|
|
|
|
mbox-names = "tx", "rx";
|
2024-02-23 18:25:41 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&cpuapp_bellboard {
|
2024-02-22 23:22:21 +08:00
|
|
|
status = "okay";
|
|
|
|
};
|
2024-06-26 19:43:16 +08:00
|
|
|
|
|
|
|
&cpuppr_vevif {
|
|
|
|
status = "okay";
|
|
|
|
};
|