Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04cbd889 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: r8a7778: add SDHI support on DTSI

parent 9ebe54ba
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -164,4 +164,34 @@
		interrupts = <0 61 4>;
		status = "disabled";
	};

	sdhi0: sdhi@ffe4c000 {
		compatible = "renesas,sdhi-r8a7778";
		reg = <0xffe4c000 0x100>;
		interrupt-parent = <&gic>;
		interrupts = <0 87 4>;
		cap-sd-highspeed;
		cap-sdio-irq;
		status = "disabled";
	};

	sdhi1: sdhi@ffe4d000 {
		compatible = "renesas,sdhi-r8a7778";
		reg = <0xffe4d000 0x100>;
		interrupt-parent = <&gic>;
		interrupts = <0 88 4>;
		cap-sd-highspeed;
		cap-sdio-irq;
		status = "disabled";
	};

	sdhi2: sdhi@ffe4f000 {
		compatible = "renesas,sdhi-r8a7778";
		reg = <0xffe4f000 0x100>;
		interrupt-parent = <&gic>;
		interrupts = <0 86 4>;
		cap-sd-highspeed;
		cap-sdio-irq;
		status = "disabled";
	};
};