diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-09-12 08:42:16 +0200 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-09-12 14:49:16 +0200 |
commit | 05dcd361a2785c3fcb9c43a621da4434cf1519b4 (patch) | |
tree | 834effd6c5b8c6274f3065b057a48d6055622a83 /arch/arm/boot/dts/at91sam9g20.dtsi | |
parent | f7d19b9065569268dd13307213c40d168fb0be82 (diff) | |
download | talos-obmc-linux-05dcd361a2785c3fcb9c43a621da4434cf1519b4.tar.gz talos-obmc-linux-05dcd361a2785c3fcb9c43a621da4434cf1519b4.zip |
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/at91sam9g20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g20.dtsi index 2a1d1ca8bd86..75ce6e760016 100644 --- a/arch/arm/boot/dts/at91sam9g20.dtsi +++ b/arch/arm/boot/dts/at91sam9g20.dtsi @@ -18,6 +18,10 @@ ahb { apb { + i2c0: i2c@fffac000 { + compatible = "atmel,at91sam9g20-i2c"; + }; + adc0: adc@fffe0000 { atmel,adc-startup-time = <40>; }; |