All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] How  BRG output can be routed to a pin
Date: Tue, 11 Jan 2005 17:02:07 -0500	[thread overview]
Message-ID: <41E44CDF.8010207@smiths-aerospace.com> (raw)
In-Reply-To: <3D9FDCA910DD4445896A0BE5ECF009D40240EFC1@bla.satyam.com>

Apoorv_Sangal wrote:
> Hi All,
> I am working on Motorola Power Quicc II 8266 based PMC card.
> Can any one please let me know how to route the BRG output to a pin.
> 
> Thanks and Regards,
> Apoorv

You need to initialize the proper port to do this.
1) Figure out which port pin the BRG comes out.  Many functions are 
routable to two different pins, a "primary" (bolded in the User's 
Manual) and "secondary".  Board schematics and/or hardware support is 
helpful here.  For instance, BRG6:BRGO is PC21.

2) Look this up in Section 35 of your 8260 User's Manual (or other 
documentation).

3) In my random pick of BRG6, Table 35-7 (p. 35-15) shows that bit 21 of 
register PSORC needs to be 0 and bit 21 of PDIRC needs to be 1.

4) Find your board's port initialization and Do The Right Thing with it 
(alternately, you may need/want to put this in your support code for 
whatever is using the BRG).

gvb

  reply	other threads:[~2005-01-11 22:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-11 12:12 [U-Boot-Users] How BRG output can be routed to a pin Apoorv_Sangal
2005-01-11 22:02 ` Jerry Van Baren [this message]
2005-01-11 22:41 ` Wolfgang Denk

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=41E44CDF.8010207@smiths-aerospace.com \
    --to=gerald.vanbaren@smiths-aerospace.com \
    --cc=u-boot@lists.denx.de \
    /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.