Skip to content

Commit 3d76a26

Browse files
tiennguyenzgkartben
authored andcommitted
dts: Add DMA nodes to Renesas RZ/G3S devicetree
Add DMA nodes to Renesas RZ/G3S devicetree Signed-off-by: Tien Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent 342d2d7 commit 3d76a26

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/renesas/rz/rzg/r9a08g045.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,26 @@
397397
};
398398
};
399399

400+
dma0: dma@41800000 { /* Secure DMA */
401+
compatible = "renesas,rz-dma";
402+
reg = <0x41800000 0x800>, <0x41810000 0x20>;
403+
reg-names = "reg_main", "ext";
404+
interrupts = <95 1>, <96 1>, <97 1>, <98 1>,
405+
<99 1>, <100 1>, <101 1>, <102 1>,
406+
<103 1>, <104 1>, <105 1>, <106 1>,
407+
<107 1>, <108 1>, <109 1>, <110 1>,
408+
<94 1>; /* DMAERR1 */
409+
interrupt-names = "ch0", "ch1", "ch2", "ch3",
410+
"ch4", "ch5", "ch6", "ch7",
411+
"ch8", "ch9", "ch10", "ch11",
412+
"ch12", "ch13", "ch14", "ch15",
413+
"err1";
414+
dma-channels = <16>;
415+
#dma-cells = <2>;
416+
dma-buf-addr-alignment = <4>;
417+
status = "disabled";
418+
};
419+
400420
scif0: serial@4004b800 {
401421
compatible = "renesas,rz-scif-uart";
402422
channel = <0>;

0 commit comments

Comments
 (0)