mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-13 17:24:28 +08:00
ARM: sun7i: dt: Add node to represent the DMA controller
The A20 SoC has a sun4i-compatible DMA controller. Let's add a node to represent it on the device tree. Signed-off-by: Emilio López <emilio@elopez.com.ar> Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
6a5775e482
commit
316e0b0eeb
@ -423,6 +423,14 @@
|
|||||||
interrupts = <0 0 4>;
|
interrupts = <0 0 4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dma: dma-controller@01c02000 {
|
||||||
|
compatible = "allwinner,sun4i-a10-dma";
|
||||||
|
reg = <0x01c02000 0x1000>;
|
||||||
|
interrupts = <0 27 4>;
|
||||||
|
clocks = <&ahb_gates 6>;
|
||||||
|
#dma-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
spi0: spi@01c05000 {
|
spi0: spi@01c05000 {
|
||||||
compatible = "allwinner,sun4i-a10-spi";
|
compatible = "allwinner,sun4i-a10-spi";
|
||||||
reg = <0x01c05000 0x1000>;
|
reg = <0x01c05000 0x1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user