21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
/*
|
|
* Copyright 2024 Nordic Semiconductor ASA
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
mbox-consumer {
|
|
compatible = "vnd,mbox-consumer";
|
|
mboxes = <&cpuapp_vevif_rx 20>, <&cpuapp_vevif_tx 21>;
|
|
mbox-names = "rx", "tx";
|
|
};
|
|
};
|
|
|
|
&cpuapp_vevif_rx {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpuapp_vevif_tx {
|
|
status = "okay";
|
|
};
|