aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorTim Kryger <tim.kryger@linaro.org>2013-12-06 18:45:27 -0500
committerChristian Daudt <bcm@fixthebug.org>2013-12-23 02:45:32 -0500
commitdfc4334b93a32baf7378de6c9deca2420c7f896b (patch)
tree3f823c2fd434779f3f5361f27e7ea1120552b570 /arch/arm/boot
parent0bd898b872aceb16de751d985808fe34f03f1a0b (diff)
ARM: dts: bcm281xx: Add i2c busses
Add the DTS nodes for all the i2c busses in the SoC. Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Christian Daudt <csd@broadcom.com> Reviewed-by: Matt Porter <matt.porter@linaro.org> Reviewed-by: Markus Mayer <markus.mayer@linaro.org> Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi40
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index eca6fbc5e360..d848997990ee 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -142,6 +142,46 @@
142 status = "disabled"; 142 status = "disabled";
143 }; 143 };
144 144
145 i2c@3e016000 {
146 compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
147 reg = <0x3e016000 0x80>;
148 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
149 #address-cells = <1>;
150 #size-cells = <0>;
151 clocks = <&bsc1_clk>;
152 status = "disabled";
153 };
154
155 i2c@3e017000 {
156 compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
157 reg = <0x3e017000 0x80>;
158 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
159 #address-cells = <1>;
160 #size-cells = <0>;
161 clocks = <&bsc2_clk>;
162 status = "disabled";
163 };
164
165 i2c@3e018000 {
166 compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
167 reg = <0x3e018000 0x80>;
168 interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
169 #address-cells = <1>;
170 #size-cells = <0>;
171 clocks = <&bsc3_clk>;
172 status = "disabled";
173 };
174
175 i2c@3500d000 {
176 compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
177 reg = <0x3500d000 0x80>;
178 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
179 #address-cells = <1>;
180 #size-cells = <0>;
181 clocks = <&pmu_bsc_clk>;
182 status = "disabled";
183 };
184
145 clocks { 185 clocks {
146 bsc1_clk: bsc1 { 186 bsc1_clk: bsc1 {
147 compatible = "fixed-clock"; 187 compatible = "fixed-clock";