aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
index 09daeef1ff22..5b902ac8d97e 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
@@ -14,7 +14,14 @@ not described in these device tree bindings.
14 14
15Required Properties: 15Required Properties:
16 16
17- compatible: must contain "renesas,rcar-dmac" 17- compatible: "renesas,dmac-<soctype>", "renesas,rcar-dmac" as fallback.
18 Examples with soctypes are:
19 - "renesas,dmac-r8a7790" (R-Car H2)
20 - "renesas,dmac-r8a7791" (R-Car M2-W)
21 - "renesas,dmac-r8a7792" (R-Car V2H)
22 - "renesas,dmac-r8a7793" (R-Car M2-N)
23 - "renesas,dmac-r8a7794" (R-Car E2)
24 - "renesas,dmac-r8a7795" (R-Car H3)
18 25
19- reg: base address and length of the registers block for the DMAC 26- reg: base address and length of the registers block for the DMAC
20 27
@@ -35,7 +42,7 @@ Required Properties:
35Example: R8A7790 (R-Car H2) SYS-DMACs 42Example: R8A7790 (R-Car H2) SYS-DMACs
36 43
37 dmac0: dma-controller@e6700000 { 44 dmac0: dma-controller@e6700000 {
38 compatible = "renesas,rcar-dmac"; 45 compatible = "renesas,dmac-r8a7790", "renesas,rcar-dmac";
39 reg = <0 0xe6700000 0 0x20000>; 46 reg = <0 0xe6700000 0 0x20000>;
40 interrupts = <0 197 IRQ_TYPE_LEVEL_HIGH 47 interrupts = <0 197 IRQ_TYPE_LEVEL_HIGH
41 0 200 IRQ_TYPE_LEVEL_HIGH 48 0 200 IRQ_TYPE_LEVEL_HIGH
@@ -65,7 +72,7 @@ Example: R8A7790 (R-Car H2) SYS-DMACs
65 }; 72 };
66 73
67 dmac1: dma-controller@e6720000 { 74 dmac1: dma-controller@e6720000 {
68 compatible = "renesas,rcar-dmac"; 75 compatible = "renesas,dmac-r8a7790", "renesas,rcar-dmac";
69 reg = <0 0xe6720000 0 0x20000>; 76 reg = <0 0xe6720000 0 0x20000>;
70 interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH 77 interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH
71 0 216 IRQ_TYPE_LEVEL_HIGH 78 0 216 IRQ_TYPE_LEVEL_HIGH