Convert test to use DEVICE_DT_GET via a nodelabel. Introduce a test_dma devicetree nodelabel to reference the DMA controller the test should use. Signed-off-by: Kumar Gala <galak@kernel.org>
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
/*
|
|
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
test_dma: &edma0 { };
|