diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-11 02:36:22 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:26:56 -0500 |
commit | c4866e70a92d8d5fd8ea7ad2c64ddf0efa7a0700 (patch) | |
tree | 57ab27172f245467d0985036f6ed0ba7be673d44 /arch | |
parent | 9d0395a5e1de5a1ea14298774006f3f285040848 (diff) |
ARM: shmobile: r8a7779: add SDHI support on DTSI
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7779.dtsi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index da61d2708376..be737efb02b6 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi | |||
@@ -206,4 +206,44 @@ | |||
206 | interrupt-parent = <&gic>; | 206 | interrupt-parent = <&gic>; |
207 | interrupts = <0 100 0x4>; | 207 | interrupts = <0 100 0x4>; |
208 | }; | 208 | }; |
209 | |||
210 | sdhi0: sdhi@ffe4c000 { | ||
211 | compatible = "renesas,sdhi-r8a7779"; | ||
212 | reg = <0xffe4c000 0x100>; | ||
213 | interrupt-parent = <&gic>; | ||
214 | interrupts = <0 104 4>; | ||
215 | cap-sd-highspeed; | ||
216 | cap-sdio-irq; | ||
217 | status = "disabled"; | ||
218 | }; | ||
219 | |||
220 | sdhi1: sdhi@ffe4d000 { | ||
221 | compatible = "renesas,sdhi-r8a7779"; | ||
222 | reg = <0xffe4d000 0x100>; | ||
223 | interrupt-parent = <&gic>; | ||
224 | interrupts = <0 105 4>; | ||
225 | cap-sd-highspeed; | ||
226 | cap-sdio-irq; | ||
227 | status = "disabled"; | ||
228 | }; | ||
229 | |||
230 | sdhi2: sdhi@ffe4e000 { | ||
231 | compatible = "renesas,sdhi-r8a7779"; | ||
232 | reg = <0xffe4e000 0x100>; | ||
233 | interrupt-parent = <&gic>; | ||
234 | interrupts = <0 107 4>; | ||
235 | cap-sd-highspeed; | ||
236 | cap-sdio-irq; | ||
237 | status = "disabled"; | ||
238 | }; | ||
239 | |||
240 | sdhi3: sdhi@ffe4f000 { | ||
241 | compatible = "renesas,sdhi-r8a7779"; | ||
242 | reg = <0xffe4f000 0x100>; | ||
243 | interrupt-parent = <&gic>; | ||
244 | interrupts = <0 106 4>; | ||
245 | cap-sd-highspeed; | ||
246 | cap-sdio-irq; | ||
247 | status = "disabled"; | ||
248 | }; | ||
209 | }; | 249 | }; |