samples: drivers: mbox: Update mbox sample to work with nRF54L15
Update mbox sample configuration to work with production board and SoC. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
This commit is contained in:
parent
7b9b00c58b
commit
070b1a4d41
9 changed files with 125 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* Copyright 2024 Nordic Semiconductor ASA
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
mbox-consumer {
|
||||
compatible = "vnd,mbox-consumer";
|
||||
mboxes = <&cpuflpr_vevif_rx 21>, <&cpuflpr_vevif_tx 20>;
|
||||
mbox-names = "rx", "tx";
|
||||
};
|
||||
};
|
||||
|
||||
&cpuflpr_vevif_rx {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cpuflpr_vevif_tx {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart30 {
|
||||
/delete-property/ hw-flow-control;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue