[linux-yocto] [PATCH 55/94] arm/dts: Added device tree nodes for I2C controllers.

Paul Butler butler.paul at gmail.com
Thu Nov 7 17:13:09 PST 2013


From: Anders Berg <anders.berg at lsi.com>

Signed-off-by: Anders Berg <anders.berg at lsi.com>
---
 arch/arm/boot/dts/axm55xx.dts | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm/boot/dts/axm55xx.dts b/arch/arm/boot/dts/axm55xx.dts
index 5ba1824..07a3cb4 100644
--- a/arch/arm/boot/dts/axm55xx.dts
+++ b/arch/arm/boot/dts/axm55xx.dts
@@ -280,6 +280,47 @@
 				     <0 53 4>;
 		};
 	};
+
+        I2C0: i2c at 0x02010084000 {
+		#address-cells = <1>;
+		#size-cells = <0>;
+                compatible = "lsi,api2c";
+                device_type = "i2c";
+                port = <0>;
+                reg = <0x20 0x10084000 0x00 0x1000>;
+		interrupts = <0 19 4>;
+        };
+
+        I2C1: i2c at 0x02010085000 {
+		#address-cells = <1>;
+		#size-cells = <0>;
+                compatible = "lsi,api2c";
+                device_type = "i2c";
+                port = <1>;
+                reg = <0x20 0x10085000 0x00 0x1000>;
+		interrupts = <0 20 4>;
+        };
+
+        I2C2: i2c at 0x02010086000 {
+		#address-cells = <1>;
+		#size-cells = <0>;
+                compatible = "lsi,api2c";
+                device_type = "i2c";
+                port = <2>;
+                reg = <0x20 0x10086000 0x00 0x1000>;
+		interrupts = <0 21 4>;
+        };
+
+        SMB: i2c at 0x02010087000 {
+		#address-cells = <1>;
+		#size-cells = <0>;
+                compatible = "lsi,api2c";
+                device_type = "i2c";
+                port = <3>;
+                bus_name = "smb";
+                reg = <0x20 0x10087000 0x00 0x1000>;
+		interrupts = <0 22 4>;
+        };
 };
 
 /*
-- 
1.8.3.4




More information about the linux-yocto mailing list