Browse Source
Added DMA support to efr32xg23 socs and boards containing them. Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>pull/83459/head
8 changed files with 58 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2024 Silicon Laboratories, Inc. |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
&dma0 { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
tst_dma0: &dma0 { }; |
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2024 Silicon Laboratories, Inc. |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0 |
||||||
|
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048 |
@ -0,0 +1,11 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2024 Silicon Laboratories, Inc. |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
&dma0 { |
||||||
|
status = "okay"; |
||||||
|
}; |
||||||
|
|
||||||
|
tst_dma0: &dma0 { }; |
@ -0,0 +1,4 @@ |
|||||||
|
# Copyright (c) 2024 Silicon Laboratories, Inc. |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
CONFIG_DMA_SG_CHANNEL_NR=0 |
Loading…
Reference in new issue