提交 1d7af0f0 编写于 作者: E Eugen Hristev 提交者: Alexandre Belloni

ARM: dts: at91: sama5d2: added dma property for ADC device

Added DMA property for ADC device
Signed-off-by: NEugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 4fbd8d19
...@@ -1427,6 +1427,8 @@ ...@@ -1427,6 +1427,8 @@
interrupts = <40 IRQ_TYPE_LEVEL_HIGH 7>; interrupts = <40 IRQ_TYPE_LEVEL_HIGH 7>;
clocks = <&adc_clk>; clocks = <&adc_clk>;
clock-names = "adc_clk"; clock-names = "adc_clk";
dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(25))>;
dma-names = "rx";
atmel,min-sample-rate-hz = <200000>; atmel,min-sample-rate-hz = <200000>;
atmel,max-sample-rate-hz = <20000000>; atmel,max-sample-rate-hz = <20000000>;
atmel,startup-time-ms = <4>; atmel,startup-time-ms = <4>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册