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:
parent
054de9f9c3
commit
42dbca31b4
12 changed files with 6 additions and 55 deletions
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Meta
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma {
|
||||
dma-channels = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tst_dma0: &dma { };
|
|
@ -7,7 +7,7 @@ tests:
|
|||
- dma
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
filter: dt_nodelabel_enabled("tst_dma0")
|
||||
drivers.dma.chan_blen_transfer.low_footprint:
|
||||
tags:
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Meta
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma {
|
||||
dma-channels = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
dma0: &dma { };
|
|
@ -17,8 +17,8 @@ tests:
|
|||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
- lpcxpresso55s36
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Meta
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma {
|
||||
dma-channels = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tst_dma0: &dma { };
|
|
@ -6,5 +6,5 @@ tests:
|
|||
- dma
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
filter: dt_nodelabel_enabled("tst_dma0")
|
||||
|
|
|
@ -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 { };
|
|
@ -10,9 +10,9 @@ tests:
|
|||
- mimxrt1060_evk
|
||||
- lpcxpresso55s36
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
filter: dt_alias_exists("dma0")
|
||||
integration_platforms:
|
||||
- intel_adsp/cavs25
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue