From mboxrd@z Thu Jan 1 00:00:00 1970 From: DENX Support System Date: Sat, 1 Apr 2006 03:20:04 +0200 Subject: [DNX#2006040142001525] [U-Boot-Users] [PATCH 03/04] Add Flat Dev Tree con [...] Message-ID: <1143854404.958238.765310306@castor.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello list, inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142001525] was created: > Jon Loeliger writes: > > > > diff --git a/board/mpc8560ads/oftree.dts b/board/mpc8560ads/oftree.dts > > new file mode 100644 > > index 0000000..4c10564 > > --- /dev/null > > +++ b/board/mpc8560ads/oftree.dts > ... > > + serial at 4500 { > > + device_type = "serial"; > > + compatible = "ns16550"; > > + reg = <4500 100>; // reg base, size > > + clock-frequency = <0>; // should we fill in in uboot? > > + interrupts = <1a 3>; > > + interrupt-parent = <40000>; > > + }; > > + > > + serial at 4600 { > > + device_type = "serial"; > > + compatible = "ns16550"; > > + reg = <4600 100>; // reg base, size > > + clock-frequency = <0>; // should we fill in in uboot? > > + interrupts = <1a 3>; > > + interrupt-parent = <40000>; > > + }; > > Doesn't the 8560 have SCC serial ports only, and not a DUART? > > - Nathan > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users Your U-Boot support team