svn commit: r231892 - projects/armv6/sys/boot/fdt/dts

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Feb 18 00:57:11 UTC 2012


Author: gonzo
Date: Sat Feb 18 00:57:11 2012
New Revision: 231892
URL: http://svn.freebsd.org/changeset/base/231892

Log:
  Add I2C1 device

Modified:
  projects/armv6/sys/boot/fdt/dts/pandaboard.dts

Modified: projects/armv6/sys/boot/fdt/dts/pandaboard.dts
==============================================================================
--- projects/armv6/sys/boot/fdt/dts/pandaboard.dts	Sat Feb 18 00:55:54 2012	(r231891)
+++ projects/armv6/sys/boot/fdt/dts/pandaboard.dts	Sat Feb 18 00:57:11 2012	(r231892)
@@ -145,6 +145,14 @@
 			interrupts = <109>;
 			interrupt-parent = <&GIC>;
 		};
+
+		I2C1: i2c at x48070000 {
+			compatible = "ti,omap_i2c";
+			reg =<	0x48070000 0x100 >;
+			interrupts = <88>;
+			interrupt-parent = <&GIC>;
+
+		};
 	};
 
 	chosen {


More information about the svn-src-projects mailing list