tests/drivers/dma: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-14 15:08:03 +01:00 committed by Henrik Brix Andersen
commit 42dbca31b4
12 changed files with 6 additions and 55 deletions

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2023 Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma {
dma-channels = <2>;
status = "okay";
};
tst_dma0: &dma { };

View file

@ -7,7 +7,7 @@ tests:
- dma - dma
integration_platforms: integration_platforms:
- native_posix - native_posix
- native_posix_64 - native_posix/native/64
filter: dt_nodelabel_enabled("tst_dma0") filter: dt_nodelabel_enabled("tst_dma0")
drivers.dma.chan_blen_transfer.low_footprint: drivers.dma.chan_blen_transfer.low_footprint:
tags: tags:

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2023 Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma {
dma-channels = <2>;
status = "okay";
};
dma0: &dma { };

View file

@ -17,8 +17,8 @@ tests:
- lpcxpresso55s69/lpc55s69/cpu0 - lpcxpresso55s69/lpc55s69/cpu0
- lpcxpresso55s36 - lpcxpresso55s36
- native_posix - native_posix
- native_posix_64 - native_posix/native/64
integration_platforms: integration_platforms:
- frdm_k64f - frdm_k64f
- native_posix - native_posix
- native_posix_64 - native_posix/native/64

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2023 Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma {
dma-channels = <2>;
status = "okay";
};
tst_dma0: &dma { };

View file

@ -6,5 +6,5 @@ tests:
- dma - dma
integration_platforms: integration_platforms:
- native_posix - native_posix
- native_posix_64 - native_posix/native/64
filter: dt_nodelabel_enabled("tst_dma0") filter: dt_nodelabel_enabled("tst_dma0")

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2023 Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma {
dma-channels = <2>;
dma-requests = <4>;
status = "okay";
};
test_dma0: &dma { };

View file

@ -10,9 +10,9 @@ tests:
- mimxrt1060_evk - mimxrt1060_evk
- lpcxpresso55s36 - lpcxpresso55s36
- native_posix - native_posix
- native_posix_64 - native_posix/native/64
filter: dt_alias_exists("dma0") filter: dt_alias_exists("dma0")
integration_platforms: integration_platforms:
- intel_adsp/cavs25 - intel_adsp/cavs25
- native_posix - native_posix
- native_posix_64 - native_posix/native/64