Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: r9a06g032: Describe the DMA router

There is a dmamux on this SoC which allows picking two different sources
for a single DMA request.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20220427095653.91804-10-miquel.raynal@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Miquel Raynal and committed by
Geert Uytterhoeven
6002e2f1 257d24b3

+10
+10
arch/arm/boot/dts/r9a06g032.dtsi
··· 92 92 clocks = <&ext_mclk>, <&ext_rtc_clk>, 93 93 <&ext_jtag_clk>, <&ext_rgmii_ref>; 94 94 clock-names = "mclk", "rtc", "jtag", "rgmii_ref_ext"; 95 + #address-cells = <1>; 96 + #size-cells = <1>; 97 + 98 + dmamux: dma-router@a0 { 99 + compatible = "renesas,rzn1-dmamux"; 100 + reg = <0xa0 4>; 101 + #dma-cells = <6>; 102 + dma-requests = <32>; 103 + dma-masters = <&dma0 &dma1>; 104 + }; 95 105 }; 96 106 97 107 uart0: serial@40060000 {