PERFORCE change 219950 for review

Robert Watson rwatson at FreeBSD.org
Fri Jan 4 09:58:11 UTC 2013


http://p4web.freebsd.org/@@219950?ac=10

Change 219950 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/01/04 09:57:15

	Provide a BERI simulation FDT configuration.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beri-sim.dts#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beri-sim.dts#2 (text+ko) ====

@@ -41,8 +41,8 @@
  */
 
 / {
-	model = "SRI/Cambridge BeriPad (DE4)";
-	compatible = "sri-cambridge,beripad-de4";
+	model = "SRI/Cambridge BERI simulation";
+	compatible = "sri-cambridge,beri-sim";
 	#address-cells = <1>;
 	#size-cells = <1>;
 
@@ -66,7 +66,7 @@
 
 		memory {
 			device_type = "memory";
-			reg = <0x0 0x40000000>;		// 1G at 0x0
+			reg = <0x0 0x4000000>;		// 64M at 0x0
 		};
 
 		serial at 7f000000 {
@@ -90,41 +90,6 @@
 			reg = <0x7f008000 0x400>;
 		};
 
-		led at 7f006000 {
-			compatible = "sri-cambridge,de4led";
-			reg = <0x7f006000 0x1>;
-		};
-
-		ethernet at 7f007000 {
-			compatible = "altera,atse";
-			reg = <0x7f007000 0x540>;
-		};
-
-		touchscreen at 70400000 {
-			compatible = "sri-cambridge,mtl";
-			reg = <0x70400000 0x1000
-			       0x70000000 0x177000
-			       0x70177000 0x2000>;
-		};
-
-		flash at 0x74000000 {
-			compatible = "intel,strataflash";
-			reg = <0x74000000 0x2000000>;
-		};
-
-		flash at 0x76000000 {
-			compatible = "intel,strataflash";
-			reg = <0x76000000 0x2000000>;
-		};
-
-		avgen at 0x7f009000 {
-			compatible = "sri-cambridge,avgen";
-			reg = <0x7f009000 0x2>;	
-			sri-cambridge,width = <1>;
-			sri-cambridge,fileio = "r";
-			sri-cambridge,devname = "de4bsw";
-		};
-
 		avgen at 0x7f00a000 {
 			compatible = "sri-cambridge,avgen";
 			reg = <0x7f00a000 0x14>;


More information about the p4-projects mailing list