native_posix is being replaced with native_sim, let's have this tests be run on native_sim instead. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
/*
|
|
* Copyright (c) 2023 Meta
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&dma {
|
|
dma-channels = <2>;
|
|
status = "okay";
|
|
};
|
|
|
|
tst_dma0: &dma { };
|