zephyr/samples/drivers/mbox/boards/stm32h747i_disco_stm32h747x...

18 lines
280 B
Plaintext

/*
* Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
mbox-consumer {
compatible = "vnd,mbox-consumer";
mboxes = <&mailbox 11>, <&mailbox 10>;
mbox-names = "tx", "rx";
};
};
&mailbox {
status = "okay";
};