Browse Source

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>
pull/71174/head
Balsundar Ponnusamy 1 year ago committed by Anas Nashif
parent
commit
0f7349d3ca
  1. 1
      tests/drivers/dma/scatter_gather/boards/intel_socfpga_agilex5_socdk.conf
  2. 15
      tests/drivers/dma/scatter_gather/boards/intel_socfpga_agilex5_socdk.overlay

1
tests/drivers/dma/scatter_gather/boards/intel_socfpga_agilex5_socdk.conf

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

15
tests/drivers/dma/scatter_gather/boards/intel_socfpga_agilex5_socdk.overlay

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