diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-31 21:22:21 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:27:05 -0500 |
commit | a50da08569b2d9804575c0cf9d0b67db049afa81 (patch) | |
tree | 1a14e694641e517c760d84da64946e10f647722b /arch/arm/boot/dts/r8a7778.dtsi | |
parent | ae4273ec7b25c8b9c895a4aae31f2fced980b7bf (diff) |
ARM: shmobile: r8a7778: add HSPI suppport 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/arm/boot/dts/r8a7778.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7778.dtsi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index 698809f91306..819b1942aa14 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi | |||
@@ -25,6 +25,12 @@ | |||
25 | }; | 25 | }; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | aliases { | ||
29 | spi0 = &hspi0; | ||
30 | spi1 = &hspi1; | ||
31 | spi2 = &hspi2; | ||
32 | }; | ||
33 | |||
28 | gic: interrupt-controller@fe438000 { | 34 | gic: interrupt-controller@fe438000 { |
29 | compatible = "arm,cortex-a9-gic"; | 35 | compatible = "arm,cortex-a9-gic"; |
30 | #interrupt-cells = <3>; | 36 | #interrupt-cells = <3>; |
@@ -234,4 +240,28 @@ | |||
234 | interrupts = <0 77 0x4>; | 240 | interrupts = <0 77 0x4>; |
235 | status = "disabled"; | 241 | status = "disabled"; |
236 | }; | 242 | }; |
243 | |||
244 | hspi0: spi@fffc7000 { | ||
245 | compatible = "renesas,hspi"; | ||
246 | reg = <0xfffc7000 0x18>; | ||
247 | interrupt-controller = <&gic>; | ||
248 | interrupts = <0 63 4>; | ||
249 | status = "disabled"; | ||
250 | }; | ||
251 | |||
252 | hspi1: spi@fffc8000 { | ||
253 | compatible = "renesas,hspi"; | ||
254 | reg = <0xfffc8000 0x18>; | ||
255 | interrupt-controller = <&gic>; | ||
256 | interrupts = <0 84 4>; | ||
257 | status = "disabled"; | ||
258 | }; | ||
259 | |||
260 | hspi2: spi@fffc6000 { | ||
261 | compatible = "renesas,hspi"; | ||
262 | reg = <0xfffc6000 0x18>; | ||
263 | interrupt-controller = <&gic>; | ||
264 | interrupts = <0 85 4>; | ||
265 | status = "disabled"; | ||
266 | }; | ||
237 | }; | 267 | }; |