49bab484df
Convert sam_xdmac driver to utilize devicetree. As part of the controller binding we specify that dmas should contain a channel and the perid for the DMA transaction. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
/*
|
|
* Copyright (c) 2019 Gerson Fernando Budke
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <atmel/same70.dtsi>
|
|
|
|
#include "dma_atmel_samv71.h"
|