diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-04 02:44:15 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:27:04 -0500 |
commit | ae4273ec7b25c8b9c895a4aae31f2fced980b7bf (patch) | |
tree | a5c23c732aba945152144724957d6903c54c5f7e /arch/arm/boot/dts/r8a7778.dtsi | |
parent | fdf6fd2205181485ffc0fc622be7ed93dfbce361 (diff) |
ARM: shmobile: r8a7778: add I2C 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/arm/boot/dts/r8a7778.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7778.dtsi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index ca88b3bc78e0..698809f91306 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi | |||
@@ -194,4 +194,44 @@ | |||
194 | cap-sdio-irq; | 194 | cap-sdio-irq; |
195 | status = "disabled"; | 195 | status = "disabled"; |
196 | }; | 196 | }; |
197 | |||
198 | i2c0: i2c@ffc70000 { | ||
199 | #address-cells = <1>; | ||
200 | #size-cells = <0>; | ||
201 | compatible = "renesas,i2c-r8a7778"; | ||
202 | reg = <0xffc70000 0x1000>; | ||
203 | interrupt-parent = <&gic>; | ||
204 | interrupts = <0 67 0x4>; | ||
205 | status = "disabled"; | ||
206 | }; | ||
207 | |||
208 | i2c1: i2c@ffc71000 { | ||
209 | #address-cells = <1>; | ||
210 | #size-cells = <0>; | ||
211 | compatible = "renesas,i2c-r8a7778"; | ||
212 | reg = <0xffc71000 0x1000>; | ||
213 | interrupt-parent = <&gic>; | ||
214 | interrupts = <0 78 0x4>; | ||
215 | status = "disabled"; | ||
216 | }; | ||
217 | |||
218 | i2c2: i2c@ffc72000 { | ||
219 | #address-cells = <1>; | ||
220 | #size-cells = <0>; | ||
221 | compatible = "renesas,i2c-r8a7778"; | ||
222 | reg = <0xffc72000 0x1000>; | ||
223 | interrupt-parent = <&gic>; | ||
224 | interrupts = <0 76 0x4>; | ||
225 | status = "disabled"; | ||
226 | }; | ||
227 | |||
228 | i2c3: i2c@ffc73000 { | ||
229 | #address-cells = <1>; | ||
230 | #size-cells = <0>; | ||
231 | compatible = "renesas,i2c-r8a7778"; | ||
232 | reg = <0xffc73000 0x1000>; | ||
233 | interrupt-parent = <&gic>; | ||
234 | interrupts = <0 77 0x4>; | ||
235 | status = "disabled"; | ||
236 | }; | ||
197 | }; | 237 | }; |