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

Damjan Marion dmarion at FreeBSD.org
Wed Apr 4 22:40:39 UTC 2012


Author: dmarion
Date: Wed Apr  4 22:40:38 2012
New Revision: 233899
URL: http://svn.freebsd.org/changeset/base/233899

Log:
  Missing GPIO section from my previous commit

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

Modified: projects/armv6/sys/boot/fdt/dts/beaglebone.dts
==============================================================================
--- projects/armv6/sys/boot/fdt/dts/beaglebone.dts	Wed Apr  4 22:24:11 2012	(r233898)
+++ projects/armv6/sys/boot/fdt/dts/beaglebone.dts	Wed Apr  4 22:40:38 2012	(r233899)
@@ -108,6 +108,19 @@
 			interrupt-parent = <&AINTC>;
 		};
 
+		GPIO: gpio {
+			#gpio-cells = <3>;
+			compatible = "ti,gpio";
+			gpio-controller;
+			reg =<	0x44E07000 0x1000
+				0x4804C000 0x1000
+				0x481AC000 0x1000
+				0x481AE000 0x1000 >;
+			interrupts = < 17 19 21 23 >;
+			interrupt-parent = <&AINTC>;
+		};
+
+
 		uart0: serial at 44E09000 {
 			compatible = "ns16550";
 			reg = <0x44E09000 0x1000>;


More information about the svn-src-projects mailing list