ARM: sun7i: Enable the I2C controllers
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 31 Aug 2013 21:07:24 +0000 (23:07 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 18 Sep 2013 16:35:37 +0000 (11:35 -0500)
The Allwinner A20 shares the same I2C controller than the one that could
be found on earlier SoCs from Allwinner. There is only a few more of
these controllers. Add all of them in the DTSI.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi

index 282c775ee11e27a8a34f282458b0358c5f3fa381..a6829efb8ccfe780b1668f3783d44ab350ddc097 100644 (file)
                        status = "disabled";
                };
 
+               i2c0: i2c@01c2ac00 {
+                       compatible = "allwinner,sun4i-i2c";
+                       reg = <0x01c2ac00 0x400>;
+                       interrupts = <0 7 1>;
+                       clocks = <&apb1_gates 0>;
+                       clock-frequency = <100000>;
+                       status = "disabled";
+               };
+
+               i2c1: i2c@01c2b000 {
+                       compatible = "allwinner,sun4i-i2c";
+                       reg = <0x01c2b000 0x400>;
+                       interrupts = <0 8 1>;
+                       clocks = <&apb1_gates 1>;
+                       clock-frequency = <100000>;
+                       status = "disabled";
+               };
+
+               i2c2: i2c@01c2b400 {
+                       compatible = "allwinner,sun4i-i2c";
+                       reg = <0x01c2b400 0x400>;
+                       interrupts = <0 9 1>;
+                       clocks = <&apb1_gates 2>;
+                       clock-frequency = <100000>;
+                       status = "disabled";
+               };
+
+               i2c3: i2c@01c2b800 {
+                       compatible = "allwinner,sun4i-i2c";
+                       reg = <0x01c2b800 0x400>;
+                       interrupts = <0 88 1>;
+                       clocks = <&apb1_gates 3>;
+                       clock-frequency = <100000>;
+                       status = "disabled";
+               };
+
+               i2c4: i2c@01c2bc00 {
+                       compatible = "allwinner,sun4i-i2c";
+                       reg = <0x01c2bc00 0x400>;
+                       interrupts = <0 89 1>;
+                       clocks = <&apb1_gates 15>;
+                       clock-frequency = <100000>;
+                       status = "disabled";
+               };
+
                gic: interrupt-controller@01c81000 {
                        compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
                        reg = <0x01c81000 0x1000>,