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:
parent
84c01bb527
commit
d3a73cdb0e
12 changed files with 670 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
CONFIG_NOCACHE_MEMORY=y
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Andes Technology Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &dma0 {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue