]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r8a7744: Add MMC node
authorBiju Das <biju.das@bp.renesas.com>
Fri, 30 Nov 2018 15:26:25 +0000 (15:26 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Dec 2018 14:00:28 +0000 (06:00 -0800)
Add MMC node to the DT of the r8a7744 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7744.dtsi

index 97b417c1b5f9e308bcd830f671ac885069f65289..3f7674b2aac5a3077dae54c338e203aabed3941f 100644 (file)
@@ -911,6 +911,22 @@ sdhi2: sd@ee160000 {
                        status = "disabled";
                };
 
+               mmcif0: mmc@ee200000 {
+                       compatible = "renesas,mmcif-r8a7744",
+                                    "renesas,sh-mmcif";
+                       reg = <0 0xee200000 0 0x80>;
+                       interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 315>;
+                       dmas = <&dmac0 0xd1>, <&dmac0 0xd2>,
+                              <&dmac1 0xd1>, <&dmac1 0xd2>;
+                       dma-names = "tx", "rx", "tx", "rx";
+                       power-domains = <&sysc R8A7744_PD_ALWAYS_ON>;
+                       resets = <&cpg 315>;
+                       reg-io-width = <4>;
+                       max-frequency = <97500000>;
+                       status = "disabled";
+               };
+
                gic: interrupt-controller@f1001000 {
                        compatible = "arm,gic-400";
                        #interrupt-cells = <3>;