tests: drivers: dma: scatter_gather: adding agilex5 board support
added overlay and conf file for agilex5 board Signed-off-by: Balsundar Ponnusamy <balsundar.ponnusamy@intel.com>
This commit is contained in:
parent
b05ae3de0c
commit
0f7349d3ca
2 changed files with 16 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_NOCACHE_MEMORY=y
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Intel Corporation
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
aliases {
|
||||||
|
dma0 = &dma0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&dma0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue