aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7791.dtsi
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2014-02-12 04:53:55 -0500
committerSimon Horman <horms+renesas@verge.net.au>2014-02-26 01:10:55 -0500
commitb7ed8a0dd4f1d41464c3ab050c3688c4a7fc15b3 (patch)
treee684c4e3d21a2985f70827ace170efe520180a74 /arch/arm/boot/dts/r8a7791.dtsi
parent1f662dde5c287c33da84d4aaaec8a75f2aab8ee7 (diff)
ARM: shmobile: Add SDHI devices to r8a7791 DTSI
Add SDHI0, SDHI1 and SDHI2 to the r8a7791 DTSI. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a7791.dtsi27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 08527340c527..b007f9e04ef4 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -246,6 +246,33 @@
246 #gpio-range-cells = <3>; 246 #gpio-range-cells = <3>;
247 }; 247 };
248 248
249 sdhi0: sd@ee100000 {
250 compatible = "renesas,sdhi-r8a7791";
251 reg = <0 0xee100000 0 0x200>;
252 interrupt-parent = <&gic>;
253 interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
254 clocks = <&mstp3_clks R8A7791_CLK_SDHI0>;
255 status = "disabled";
256 };
257
258 sdhi1: sd@ee140000 {
259 compatible = "renesas,sdhi-r8a7791";
260 reg = <0 0xee140000 0 0x100>;
261 interrupt-parent = <&gic>;
262 interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>;
263 clocks = <&mstp3_clks R8A7791_CLK_SDHI1>;
264 status = "disabled";
265 };
266
267 sdhi2: sd@ee160000 {
268 compatible = "renesas,sdhi-r8a7791";
269 reg = <0 0xee160000 0 0x100>;
270 interrupt-parent = <&gic>;
271 interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>;
272 clocks = <&mstp3_clks R8A7791_CLK_SDHI2>;
273 status = "disabled";
274 };
275
249 scifa0: serial@e6c40000 { 276 scifa0: serial@e6c40000 {
250 compatible = "renesas,scifa-r8a7791", "renesas,scifa"; 277 compatible = "renesas,scifa-r8a7791", "renesas,scifa";
251 reg = <0 0xe6c40000 0 64>; 278 reg = <0 0xe6c40000 0 64>;