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

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

ARM: shmobile: r8a7779: add SDHI support on DTSI

parent 9d0395a5
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -206,4 +206,44 @@
		interrupt-parent = <&gic>;
		interrupts = <0 100 0x4>;
	};

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

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

	sdhi2: sdhi@ffe4e000 {
		compatible = "renesas,sdhi-r8a7779";
		reg = <0xffe4e000 0x100>;
		interrupt-parent = <&gic>;
		interrupts = <0 107 4>;
		cap-sd-highspeed;
		cap-sdio-irq;
		status = "disabled";
	};

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