From: Steven Scholz <steven.scholz@imc-berlin.de>
To: Lokesh Kumar <kumar.lokesh@wrx-us.com>
Cc: "'linuxppc-embedded@lists.linuxppc.org'"
<linuxppc-embedded@lists.linuxppc.org>
Subject: Re: mpc8xx memory mapped 16550 extrenal uart driver
Date: Wed, 08 Oct 2003 17:35:33 +0200 [thread overview]
Message-ID: <3F842EC5.3070802@imc-berlin.de> (raw)
In-Reply-To: <3439AB3A99ECD5409F3A52ACF814744D158D91@norcom2.norcom.net>
Hi Lokesh,
> Does anybody know of a driver for an external 16550 memory mapped uart
> driver for an mpc855 based board? Any help is appreciated?
Have a look at linuxppc_2_4_devel at DENX CVS between LABEL_2003_03_11_2055 and
LABEL_2003_03_11_2110.
This extension (for our board called DAB4K) makes it possible to use the
standard linux serial driver with an external, memory mapped 16C752B dual uart.
This one is recocnized by linux as two ST16654:
...
Serial driver version 5.05c (2001-07-08) with no serial options enabled
ttyS00 at 0xc3071000 (irq = 6) is a ST16654
ttyS01 at 0xc3071080 (irq = 8) is a ST16654
...
We then use
~ # ls -l /dev/ttyS*e
crw-r--r-- 1 root root 204, 64 Mar 12 2003 /dev/ttyS0e
crw-rw---- 1 root root 204, 65 Sep 29 13:19 /dev/ttyS1e
to access them. Works fine. Thanks to DENX.
Hope this helps!
--
Steven Scholz
imc Measurement & Control imc Meßsysteme GmbH
Voltastr. 5 Voltastr. 5
13355 Berlin 13355 Berlin
Germany Deutschland
fon: +49 30 467090-0 Tel: 030 / 467090-0
fax: +49 30 4631576 fax: 030 / 4631576
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2003-10-08 15:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-03 13:02 mpc8xx memory mapped 16550 extrenal uart driver Lokesh Kumar
2003-10-08 15:35 ` Steven Scholz [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-10-03 13:15 Steven Blakeslee
2003-10-03 13:25 Lokesh Kumar
2003-10-03 13:49 Steven Blakeslee
2003-10-03 17:45 Lokesh Kumar
2003-10-05 18:35 Rod Boyce
2003-10-05 19:04 Rod Boyce
2003-10-08 15:18 Lokesh Kumar
[not found] <3439AB3A99ECD5409F3A52ACF814744D158D9C@norcom2.norcom.net>
2003-10-15 6:32 ` Steven Scholz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F842EC5.3070802@imc-berlin.de \
--to=steven.scholz@imc-berlin.de \
--cc=kumar.lokesh@wrx-us.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.