···11+* R-Car Audio DMAC peri peri Device Tree bindings22+33+Required properties:44+- compatible: should be "renesas,rcar-audmapp"55+- #dma-cells: should be <1>, see "dmas" property below66+77+Example:88+ audmapp: audio-dma-pp@0xec740000 {99+ compatible = "renesas,rcar-audmapp";1010+ #dma-cells = <1>;1111+1212+ reg = <0 0xec740000 0 0x200>;1313+ };1414+1515+1616+* DMA client1717+1818+Required properties:1919+- dmas: a list of <[DMA multiplexer phandle] [SRS/DRS value]> pairs,2020+ where SRS/DRS values are fixed handles, specified in the SoC2121+ manual as the value that would be written into the PDMACHCR.2222+- dma-names: a list of DMA channel names, one per "dmas" entry2323+2424+Example:2525+2626+ dmas = <&audmapp 0x2d002727+ &audmapp 0x3700>;2828+ dma-names = "src0_ssiu0",2929+ "dvc0_ssiu0";