diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-09-12 02:42:16 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-09-12 08:49:16 -0400 |
commit | 05dcd361a2785c3fcb9c43a621da4434cf1519b4 (patch) | |
tree | 834effd6c5b8c6274f3065b057a48d6055622a83 /arch/arm/boot/dts/at91sam9260.dtsi | |
parent | f7d19b9065569268dd13307213c40d168fb0be82 (diff) |
ARM: dts: add twi nodes for atmel SoCs
Add TWI nodes for atmel SoCs but keep i2c-gpio ones in order to let the
choice to the user in dts files.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9260.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9260.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi index 66389c1c6f62..edef4521cef4 100644 --- a/arch/arm/boot/dts/at91sam9260.dtsi +++ b/arch/arm/boot/dts/at91sam9260.dtsi | |||
@@ -28,6 +28,7 @@ | |||
28 | gpio2 = &pioC; | 28 | gpio2 = &pioC; |
29 | tcb0 = &tcb0; | 29 | tcb0 = &tcb0; |
30 | tcb1 = &tcb1; | 30 | tcb1 = &tcb1; |
31 | i2c0 = &i2c0; | ||
31 | }; | 32 | }; |
32 | cpus { | 33 | cpus { |
33 | cpu@0 { | 34 | cpu@0 { |
@@ -199,6 +200,15 @@ | |||
199 | status = "disabled"; | 200 | status = "disabled"; |
200 | }; | 201 | }; |
201 | 202 | ||
203 | i2c0: i2c@fffac000 { | ||
204 | compatible = "atmel,at91sam9260-i2c"; | ||
205 | reg = <0xfffac000 0x100>; | ||
206 | interrupts = <11 4 6>; | ||
207 | #address-cells = <1>; | ||
208 | #size-cells = <0>; | ||
209 | status = "disabled"; | ||
210 | }; | ||
211 | |||
202 | adc0: adc@fffe0000 { | 212 | adc0: adc@fffe0000 { |
203 | compatible = "atmel,at91sam9260-adc"; | 213 | compatible = "atmel,at91sam9260-adc"; |
204 | reg = <0xfffe0000 0x100>; | 214 | reg = <0xfffe0000 0x100>; |