diff options
author | Benoit Cousson <b-cousson@ti.com> | 2011-08-17 17:30:03 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-02-25 01:26:39 +0400 |
commit | 58e778f9cef4a01bd9d61a0e1e945e71a9c287cc (patch) | |
tree | 650fa13ad59a40e44baba81d76a2ebba44dc4db5 /arch/arm/boot/dts/omap4.dtsi | |
parent | b01543dfe67bb1d191998e90d20534dc354de059 (diff) | |
download | linux-58e778f9cef4a01bd9d61a0e1e945e71a9c287cc.tar.xz |
arm/dts: OMAP4: Add i2c controller nodes
Add i2c controllers nodes into the main ocp bus.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index e8fe75fac7c5..00e54d22344b 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -127,5 +127,33 @@ ti,hwmods = "uart4"; clock-frequency = <48000000>; }; + + i2c1: i2c@48070000 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c1"; + }; + + i2c2: i2c@48072000 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c2"; + }; + + i2c3: i2c@48060000 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c3"; + }; + + i2c4: i2c@48350000 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c4"; + }; }; }; |