Added DMA support to efr32xg23 socs and boards containing them. Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
15 lines
167 B
Text
15 lines
167 B
Text
/*
|
|
* Copyright (c) 2024 Silicon Laboratories, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
dma0 = &dma0;
|
|
};
|
|
};
|
|
|
|
&dma0 {
|
|
status = "okay";
|
|
};
|