Commit a3967cef authored by Thomas Stranger's avatar Thomas Stranger Committed by Kumar Gala
Browse files

tests: dma: add nucleog474re board



Add nucleo_g474re board to dma/chan_blen_transfer and dma/loop_transfer
tests.

Signed-off-by: default avatarThomas Stranger <thomas.stranger@outlook.com>
parent edca247d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,3 +21,4 @@ supported:
  - spi
  - watchdog
  - adc
  - dma
+3 −0
Original line number Diff line number Diff line
CONFIG_DMA_TRANSFER_DRV_NAME="DMAMUX_1"
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=5
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=9
+17 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2021 Thomas Stranger
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&dma1 {
	status = "okay";
};

&dma2 {
	status = "okay";
};

&dmamux1 {
	status = "okay";
};
+2 −0
Original line number Diff line number Diff line
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMAMUX_1"
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=2
+13 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2021 Thomas Stranger
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&dma1 {
	status = "okay";
};

&dmamux1 {
	status = "okay";
};