PERFORCE change 228060 for review

Brooks Davis brooks at FreeBSD.org
Wed Apr 24 21:57:44 UTC 2013


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

Change 228060 by brooks at brooks_zenith on 2013/04/24 21:57:27

	Add a (commented out for now) uart entry.  Fix a comment in the
	usb entry.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#22 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#22 (text+ko) ====

@@ -91,6 +91,17 @@
 			 */
 		}
 
+/*
+               serial0x3f002100 {
+                        compatible = "ns16550";
+                        reg = <0x3f002100 0x20>;
+                        reg-shift = <2>;
+                        clock-frequency = <0>;
+                        /* interrupts = <33>; */
+                        /* interrupt-parent = <&beripic>; */
+                };
+*/
+
 		serial at 7f000000 {
 			compatible = "altera,jtag_uart-11_0";
 			reg = <0x7f000000 0x40>;
@@ -197,7 +208,7 @@
 			compatible = "philips,isp1761";
 			reg = <0x7f100000 0x40000
 			       0x7f140000 0x4>;
-			/ * IRQ 4 is DC, IRQ 5 is HC. * /
+			/* IRQ 4 is DC, IRQ 5 is HC. */
 			interrupts = <4 5>;
 			interrupt-parent = <&beripic>;
 		};


More information about the p4-projects mailing list