Skip to content

Commit 2bb7b67

Browse files
geertuhorms
authored andcommitted
arm64: dts: renesas: r8a774a1: Enable DMA for SCIF2
SCIF2 on RZ/G2M can be used with both DMAC1 and DMAC2. Fixes: 3a3933a ("arm64: dts: renesas: r8a774a1: Add SCIF and HSCIF nodes") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent a645972 commit 2bb7b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,9 @@
10111011
<&cpg CPG_CORE R8A774A1_CLK_S3D1>,
10121012
<&scif_clk>;
10131013
clock-names = "fck", "brg_int", "scif_clk";
1014+
dmas = <&dmac1 0x13>, <&dmac1 0x12>,
1015+
<&dmac2 0x13>, <&dmac2 0x12>;
1016+
dma-names = "tx", "rx", "tx", "rx";
10141017
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
10151018
resets = <&cpg 310>;
10161019
status = "disabled";

0 commit comments

Comments
 (0)