tests: dma: loop_transfer: add overlay for RaspberryPi Pico
Add overlay file for rpi_pico target. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
This commit is contained in:
parent
08606eac44
commit
774affe2e9
1 changed files with 9 additions and 0 deletions
9
tests/drivers/dma/loop_transfer/boards/rpi_pico.overlay
Normal file
9
tests/drivers/dma/loop_transfer/boards/rpi_pico.overlay
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Tokita, Hiroshi <tokita.hiroshi@fujitsu.com>
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
test_dma: &dma {
|
||||||
|
status = "okay";
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue