Skip to content

Commit dabf756

Browse files
greedyhaotongwenfei
authored andcommitted
ARM: dts: sun8i: add DMA engine in V3s DTSI
Allwinner V3s SoC features a DMA engine. Add it in the DTSI file. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
1 parent fbcd00e commit dabf756

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/sun8i-v3s.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,14 @@
197197
};
198198
};
199199

200+
dma: dma-controller@01c02000 {
201+
compatible = "allwinner,sun8i-v3s-dma";
202+
reg = <0x01c02000 0x1000>;
203+
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
204+
clocks = <&ccu CLK_BUS_DMA>;
205+
resets = <&ccu RST_BUS_DMA>;
206+
#dma-cells = <1>;
207+
};
200208

201209
mmc0: mmc@1c0f000 {
202210
compatible = "allwinner,sun7i-a20-mmc";

0 commit comments

Comments
 (0)