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:26:48 -0500 |
commit | 3acb51b9215bd99da403ecf8200f8425176b1926 (patch) | |
tree | 271b2d5e367dcc03adda95790fe1f276fbdb36bc /arch/arm/boot/dts/r8a7778.dtsi | |
parent | fee05eb3d2ce4813b5e9a70ab888d2bc0047f4e1 (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 a6308a399e2d..7a2c433fb63d 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi | |||
@@ -116,4 +116,44 @@ | |||
116 | compatible = "renesas,pfc-r8a7778"; | 116 | compatible = "renesas,pfc-r8a7778"; |
117 | reg = <0xfffc000 0x118>; | 117 | reg = <0xfffc000 0x118>; |
118 | }; | 118 | }; |
119 | |||
120 | i2c0: i2c@ffc70000 { | ||
121 | #address-cells = <1>; | ||
122 | #size-cells = <0>; | ||
123 | compatible = "renesas,i2c-r8a7778"; | ||
124 | reg = <0xffc70000 0x1000>; | ||
125 | interrupt-parent = <&gic>; | ||
126 | interrupts = <0 67 0x4>; | ||
127 | status = "disabled"; | ||
128 | }; | ||
129 | |||
130 | i2c1: i2c@ffc71000 { | ||
131 | #address-cells = <1>; | ||
132 | #size-cells = <0>; | ||
133 | compatible = "renesas,i2c-r8a7778"; | ||
134 | reg = <0xffc71000 0x1000>; | ||
135 | interrupt-parent = <&gic>; | ||
136 | interrupts = <0 78 0x4>; | ||
137 | status = "disabled"; | ||
138 | }; | ||
139 | |||
140 | i2c2: i2c@ffc72000 { | ||
141 | #address-cells = <1>; | ||
142 | #size-cells = <0>; | ||
143 | compatible = "renesas,i2c-r8a7778"; | ||
144 | reg = <0xffc72000 0x1000>; | ||
145 | interrupt-parent = <&gic>; | ||
146 | interrupts = <0 76 0x4>; | ||
147 | status = "disabled"; | ||
148 | }; | ||
149 | |||
150 | i2c3: i2c@ffc73000 { | ||
151 | #address-cells = <1>; | ||
152 | #size-cells = <0>; | ||
153 | compatible = "renesas,i2c-r8a7778"; | ||
154 | reg = <0xffc73000 0x1000>; | ||
155 | interrupt-parent = <&gic>; | ||
156 | interrupts = <0 77 0x4>; | ||
157 | status = "disabled"; | ||
158 | }; | ||
119 | }; | 159 | }; |