svn commit: r253832 - head/sys/boot/fdt/dts

Rui Paulo rpaulo at FreeBSD.org
Wed Jul 31 06:23:11 UTC 2013


Author: rpaulo
Date: Wed Jul 31 06:23:10 2013
New Revision: 253832
URL: http://svnweb.freebsd.org/changeset/base/253832

Log:
  Add definitions for the Mailbox, Spinlock and PRU-ICSS devices.

Modified:
  head/sys/boot/fdt/dts/am335x.dtsi

Modified: head/sys/boot/fdt/dts/am335x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/am335x.dtsi	Wed Jul 31 06:05:34 2013	(r253831)
+++ head/sys/boot/fdt/dts/am335x.dtsi	Wed Jul 31 06:23:10 2013	(r253832)
@@ -219,5 +219,24 @@
  			/* 1 - Host Mode, 0 - Device Mode */
  			modemask = <2>;
  		};
+
+		mbox0 at 480C8000 {
+			compatible = "am335x,system-mbox";
+			reg = < 0x480C8000 0x1000 >;
+			interrupts = <77>;
+			interrupt-parent = <&AINTC>;
+		};
+
+		spinlock0 at 480CA000 {
+			compatible = "am335x,spinlock";
+			reg = < 0x480CA000 0x1000 >;
+		};
+
+		pruss at 4A300000 {
+			compatible = "ti,pruss-v2";
+			reg = <0x4A300000 0x80000>;
+ 			interrupt-parent = <&AINTC>;
+			interrupts = <20 21 22 23 24 25 26 27>;
+		};
 	};
 };


More information about the svn-src-all mailing list