diff options
author | Benoit Cousson <b-cousson@ti.com> | 2011-08-30 10:50:24 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-02-24 16:27:02 -0500 |
commit | ca59a5c11050bed67f4f60c19c397d109d767d97 (patch) | |
tree | 517970fd6561d24344bb0b0b943cbbff5951e41f /arch/arm | |
parent | 58e778f9cef4a01bd9d61a0e1e945e71a9c287cc (diff) |
arm/dts: OMAP3: Add i2c controller nodes
Add i2c controllers nodes into the main ocp bus.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 216c3317461d..06b460176b11 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -90,5 +90,26 @@ | |||
90 | ti,hwmods = "uart4"; | 90 | ti,hwmods = "uart4"; |
91 | clock-frequency = <48000000>; | 91 | clock-frequency = <48000000>; |
92 | }; | 92 | }; |
93 | |||
94 | i2c1: i2c@48070000 { | ||
95 | compatible = "ti,omap3-i2c"; | ||
96 | #address-cells = <1>; | ||
97 | #size-cells = <0>; | ||
98 | ti,hwmods = "i2c1"; | ||
99 | }; | ||
100 | |||
101 | i2c2: i2c@48072000 { | ||
102 | compatible = "ti,omap3-i2c"; | ||
103 | #address-cells = <1>; | ||
104 | #size-cells = <0>; | ||
105 | ti,hwmods = "i2c2"; | ||
106 | }; | ||
107 | |||
108 | i2c3: i2c@48060000 { | ||
109 | compatible = "ti,omap3-i2c"; | ||
110 | #address-cells = <1>; | ||
111 | #size-cells = <0>; | ||
112 | ti,hwmods = "i2c3"; | ||
113 | }; | ||
93 | }; | 114 | }; |
94 | }; | 115 | }; |