arm64: dts: renesas: r9a09g057: Add DMA support for RSPI channels

Enable DMA support for RSPI channels.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260303233314.2928711-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
master
Lad Prabhakar 2026-03-03 23:33:14 +00:00 committed by Geert Uytterhoeven
parent ce2c7ca2c2
commit 6c9940cbf7
1 changed files with 21 additions and 0 deletions

View File

@ -735,6 +735,13 @@
clock-names = "pclk", "pclk_sfr", "tclk";
resets = <&cpg 0x7b>, <&cpg 0x7c>;
reset-names = "presetn", "tresetn";
dmas = <&dmac0 0x448c>, <&dmac0 0x448d>,
<&dmac1 0x448c>, <&dmac1 0x448d>,
<&dmac2 0x448c>, <&dmac2 0x448d>,
<&dmac3 0x448c>, <&dmac3 0x448d>,
<&dmac4 0x448c>, <&dmac4 0x448d>;
dma-names = "rx", "tx", "rx", "tx", "rx",
"tx", "rx", "tx", "rx", "tx";
power-domains = <&cpg>;
#address-cells = <1>;
#size-cells = <0>;
@ -756,6 +763,13 @@
clock-names = "pclk", "pclk_sfr", "tclk";
resets = <&cpg 0x7d>, <&cpg 0x7e>;
reset-names = "presetn", "tresetn";
dmas = <&dmac0 0x448e>, <&dmac0 0x448f>,
<&dmac1 0x448e>, <&dmac1 0x448f>,
<&dmac2 0x448e>, <&dmac2 0x448f>,
<&dmac3 0x448e>, <&dmac3 0x448f>,
<&dmac4 0x448e>, <&dmac4 0x448f>;
dma-names = "rx", "tx", "rx", "tx", "rx",
"tx", "rx", "tx", "rx", "tx";
power-domains = <&cpg>;
#address-cells = <1>;
#size-cells = <0>;
@ -777,6 +791,13 @@
clock-names = "pclk", "pclk_sfr", "tclk";
resets = <&cpg 0x7f>, <&cpg 0x80>;
reset-names = "presetn", "tresetn";
dmas = <&dmac0 0x4490>, <&dmac0 0x4491>,
<&dmac1 0x4490>, <&dmac1 0x4491>,
<&dmac2 0x4490>, <&dmac2 0x4491>,
<&dmac3 0x4490>, <&dmac3 0x4491>,
<&dmac4 0x4490>, <&dmac4 0x4491>;
dma-names = "rx", "tx", "rx", "tx", "rx",
"tx", "rx", "tx", "rx", "tx";
power-domains = <&cpg>;
#address-cells = <1>;
#size-cells = <0>;