drivers: dma: Add Andestech atcdmac300 driver.

Support the Andes atcdmac300 dma driver.

Signed-off-by: Kevin Wang <kevinwang821020@google.com>
This commit is contained in:
Kevin Wang 2023-06-07 17:43:15 +08:00 committed by Carles Cufí
commit d3a73cdb0e
12 changed files with 670 additions and 0 deletions

View file

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

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Andes Technology Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma0: &dma0 {
status = "okay";
};