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:
Sebastian Głąb 2024-06-27 16:05:28 +02:00 committed by Carles Cufí
commit 812ae1e243
2 changed files with 24 additions and 0 deletions

View file

@ -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";
};

View file

@ -9,5 +9,6 @@ tests:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54h20dk/nrf54h20/cpuppr
- nrf54l15pdk/nrf54l15/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp