ARM: shmobile: r8a7778: add MMCIF support on DTSI

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Kuninori Morimoto 2013-10-03 18:32:22 -07:00 committed by Simon Horman
parent dbece02b34
commit f7b9017579

View file

@ -156,4 +156,12 @@ i2c3: i2c@ffc73000 {
interrupts = <0 77 0x4>;
status = "disabled";
};
mmcif: mmcif@ffe4e000 {
compatible = "renesas,sh-mmcif";
reg = <0xffe4e000 0x100>;
interrupt-parent = <&gic>;
interrupts = <0 61 4>;
status = "disabled";
};
};