Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2013 09:58:10 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219950 for review
Message-ID:  <201301040958.r049wAP1001763@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219950?ac=10

Change 219950 by rwatson@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@7f000000 {
@@ -90,41 +90,6 @@
 			reg = <0x7f008000 0x400>;
 		};
 
-		led@7f006000 {
-			compatible = "sri-cambridge,de4led";
-			reg = <0x7f006000 0x1>;
-		};
-
-		ethernet@7f007000 {
-			compatible = "altera,atse";
-			reg = <0x7f007000 0x540>;
-		};
-
-		touchscreen@70400000 {
-			compatible = "sri-cambridge,mtl";
-			reg = <0x70400000 0x1000
-			       0x70000000 0x177000
-			       0x70177000 0x2000>;
-		};
-
-		flash@0x74000000 {
-			compatible = "intel,strataflash";
-			reg = <0x74000000 0x2000000>;
-		};
-
-		flash@0x76000000 {
-			compatible = "intel,strataflash";
-			reg = <0x76000000 0x2000000>;
-		};
-
-		avgen@0x7f009000 {
-			compatible = "sri-cambridge,avgen";
-			reg = <0x7f009000 0x2>;	
-			sri-cambridge,width = <1>;
-			sri-cambridge,fileio = "r";
-			sri-cambridge,devname = "de4bsw";
-		};
-
 		avgen@0x7f00a000 {
 			compatible = "sri-cambridge,avgen";
 			reg = <0x7f00a000 0x14>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301040958.r049wAP1001763>