Skip to content

Commit dbcae5e

Browse files
Ulrich Hechthorms
authored andcommitted
arm64: dts: r8a7796: Enable SCIF DMA
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 19d76f3 commit dbcae5e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/boot/dts/renesas/r8a7796.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,9 @@
568568
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
569569
<&scif_clk>;
570570
clock-names = "fck", "brg_int", "scif_clk";
571+
dmas = <&dmac1 0x51>, <&dmac1 0x50>,
572+
<&dmac2 0x51>, <&dmac2 0x50>;
573+
dma-names = "tx", "rx", "tx", "rx";
571574
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
572575
status = "disabled";
573576
};
@@ -581,6 +584,9 @@
581584
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
582585
<&scif_clk>;
583586
clock-names = "fck", "brg_int", "scif_clk";
587+
dmas = <&dmac1 0x53>, <&dmac1 0x52>,
588+
<&dmac2 0x53>, <&dmac2 0x52>;
589+
dma-names = "tx", "rx", "tx", "rx";
584590
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
585591
status = "disabled";
586592
};
@@ -607,6 +613,8 @@
607613
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
608614
<&scif_clk>;
609615
clock-names = "fck", "brg_int", "scif_clk";
616+
dmas = <&dmac0 0x57>, <&dmac0 0x56>;
617+
dma-names = "tx", "rx";
610618
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
611619
status = "disabled";
612620
};
@@ -620,6 +628,8 @@
620628
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
621629
<&scif_clk>;
622630
clock-names = "fck", "brg_int", "scif_clk";
631+
dmas = <&dmac0 0x59>, <&dmac0 0x58>;
632+
dma-names = "tx", "rx";
623633
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
624634
status = "disabled";
625635
};
@@ -633,6 +643,9 @@
633643
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
634644
<&scif_clk>;
635645
clock-names = "fck", "brg_int", "scif_clk";
646+
dmas = <&dmac1 0x5b>, <&dmac1 0x5a>,
647+
<&dmac2 0x5b>, <&dmac2 0x5a>;
648+
dma-names = "tx", "rx", "tx", "rx";
636649
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
637650
status = "disabled";
638651
};

0 commit comments

Comments
 (0)