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:
parent
dbece02b34
commit
f7b9017579
|
@ -156,4 +156,12 @@
|
|||
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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue