Date: Wed, 24 Apr 2013 21:57:43 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 228060 for review Message-ID: <201304242157.r3OLvhb2073123@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@228060?ac=10 Change 228060 by brooks@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@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>; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304242157.r3OLvhb2073123>
