zephyr/tests/drivers/dma/scatter_gather/boards/native_sim.overlay

14 lines
169 B
Plaintext

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