tests: drivers: mbox: mbox_error_cases: Enable test on nRF54l15
Add overlay that enables execution of mbox_error_cases on nrf54l15pdk/nrf54l15/cpuapp. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
This commit is contained in:
parent
06b56c7971
commit
812ae1e243
2 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 Nordic Semiconductor ASA
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
mbox-consumer {
|
||||||
|
compatible = "vnd,mbox-consumer";
|
||||||
|
mboxes = <&cpuapp_vevif_tx 16>, <&cpuapp_vevif_tx 32>,
|
||||||
|
<&cpuapp_vevif_rx 15>, <&cpuapp_vevif_rx 32>;
|
||||||
|
mbox-names = "remote_valid", "remote_incorrect",
|
||||||
|
"local_valid", "local_incorrect";
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpuapp_vevif_rx {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpuapp_vevif_tx {
|
||||||
|
status = "okay";
|
||||||
|
};
|
|
@ -9,5 +9,6 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
- nrf54h20dk/nrf54h20/cpuppr
|
- nrf54h20dk/nrf54h20/cpuppr
|
||||||
|
- nrf54l15pdk/nrf54l15/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue