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:
Balsundar Ponnusamy 2024-04-01 17:29:48 +00:00 committed by Anas Nashif
commit 0f7349d3ca
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1 @@
CONFIG_NOCACHE_MEMORY=y

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
dma0 = &dma0;
};
};
&dma0 {
status = "okay";
};