ARM: dts: meson: add I2C controller nodes
authorBeniamino Galvani <b.galvani@gmail.com>
Thu, 13 Nov 2014 19:32:03 +0000 (20:32 +0100)
committerCarlo Caione <carlo@caione.org>
Tue, 18 Nov 2014 16:22:18 +0000 (17:22 +0100)
Add nodes for I2C controllers A,B,AO, which are available in both
Meson6 and Meson8.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@caione.org>
arch/arm/boot/dts/meson.dtsi

index 862aae4a3285d7310ab77b4911dcbb031d4a8c3c..03bcff87bd27194c43a8d375ae04ae03f69efb2b 100644 (file)
                        clocks = <&clk81>;
                        status = "disabled";
                };
+
+               i2c_AO: i2c@c8100500 {
+                       compatible = "amlogic,meson6-i2c";
+                       reg = <0xc8100500 0x20>;
+                       interrupts = <0 92 1>;
+                       clocks = <&clk81>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
+               i2c_A: i2c@c1108500 {
+                       compatible = "amlogic,meson6-i2c";
+                       reg = <0xc1108500 0x20>;
+                       interrupts = <0 21 1>;
+                       clocks = <&clk81>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
+               i2c_B: i2c@c11087c0 {
+                       compatible = "amlogic,meson6-i2c";
+                       reg = <0xc11087c0 0x20>;
+                       interrupts = <0 128 1>;
+                       clocks = <&clk81>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
        };
 }; /* end of / */