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

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Feb 20 01:21:55 UTC 2012


Author: gonzo
Date: Mon Feb 20 01:21:54 2012
New Revision: 231926
URL: http://svn.freebsd.org/changeset/base/231926

Log:
  Add FDT node for OMAP sDMA controller to pandaboard DTS

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	Mon Feb 20 01:20:57 2012	(r231925)
+++ projects/armv6/sys/boot/fdt/dts/pandaboard.dts	Mon Feb 20 01:21:54 2012	(r231926)
@@ -153,6 +153,13 @@
 			interrupt-parent = <&GIC>;
 
 		};
+
+		sdma at x48070000 {
+			compatible = "ti,sdma";
+			reg =<	0x4A056000 0x1000 >;
+			interrupts = <44 45 46 47>;
+			interrupt-parent = <&GIC>;
+		};
 	};
 
 	chosen {


More information about the svn-src-projects mailing list