From: fser@code-libre.org (fser at code-libre.org)
To: kernelnewbies@lists.kernelnewbies.org
Subject: ARM Linux: Where the SDRAM address and size defined
Date: Mon, 7 Mar 2016 11:04:54 +0100 [thread overview]
Message-ID: <20160307100452.GA22549@sith> (raw)
In-Reply-To: <CAAsE_uenhsh0SFBV7pDfKxTBu3=5pEq98jCZL7CDbhfYiN_w4g@mail.gmail.com>
On Mon, Mar 07, 2016 at 01:25:25PM +0800, Woody Wu wrote:
> Hi,
Hello,
> In Samsung s3c24xx arch code, I cannot find where the SDRAM address and
> size information was defined. Can someone give me a lead? Thanks.
ARM boards, are now defined using Device Tree (DTS for source, DTB for binary, the compiled form).
I couldn't find out for s3c24xx but, the block memory is defined as follow:
memory {
reg = <0x20000000 0x20000000>;
};
(source: arch/arm/boot/dts/sama5dxcm.dtsi)
>
> -woody
--
Fran?ois
next prev parent reply other threads:[~2016-03-07 10:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 5:25 ARM Linux: Where the SDRAM address and size defined Woody Wu
2016-03-07 9:49 ` priyaranjan
2016-03-07 10:04 ` fser at code-libre.org [this message]
2016-03-07 11:27 ` Woody Wu
2016-03-07 11:35 ` Carlo Caione
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=20160307100452.GA22549@sith \
--to=fser@code-libre.org \
--cc=kernelnewbies@lists.kernelnewbies.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.