Commit 6b159d54 authored by Takeshi Saito's avatar Takeshi Saito Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a779a0: Add MMC node

parent 088e6b23
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -930,6 +930,18 @@ dmac2: dma-controller@e7351000 {
			dma-channels = <8>;
		};

		mmc0: mmc@ee140000 {
			compatible = "renesas,sdhi-r8a779a0",
				     "renesas,rcar-gen3-sdhi";
			reg = <0 0xee140000 0 0x2000>;
			interrupts = <GIC_SPI 236 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 706>;
			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
			resets = <&cpg 706>;
			max-frequency = <200000000>;
			status = "disabled";
		};

		gic: interrupt-controller@f1000000 {
			compatible = "arm,gic-v3";
			#interrupt-cells = <3>;