From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi
Date: Fri, 14 Sep 2012 07:50:43 +0000 [thread overview]
Message-ID: <201209140750.44039.arnd@arndb.de> (raw)
In-Reply-To: <1347597684-30805-1-git-send-email-swarren@wwwdotorg.org>
On Friday 14 September 2012, Stephen Warren wrote:
> From: Simon Arlott <simon@fire.lp0.eu>
>
> The BCM2835 is an ARM SoC from Broadcom. This patch adds very basic
> support for this SoC.
>
> http://www.broadcom.com/products/BCM2835
> http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pd
Just looked at that document. Funny how they actually put details about
the kernel implementation (the static mapping address) into a hardware
manual.
> Note that the documentation in the latter .pdf assumes the MMU setup
> that's used on the "VideoCore" companion processor, and does not document
> physical peripheral addresses. Subtract 0x5e000000 to obtain the physical
> addresses.
This had escaped me so far. I think we should put this into the device tree
so that the representation of devices in the .dts file matches the one in
the manual, like this
vc-bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x20000000 0x7e000000 0x02000000>;
other devices {
};
};
Arnd
next prev parent reply other threads:[~2012-09-14 7:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 4:41 [PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi Stephen Warren
2012-09-14 4:41 ` [PATCH V4 2/5] ARM: bcm2835: add interrupt controller driver Stephen Warren
2012-09-14 7:55 ` Arnd Bergmann
2012-09-14 4:41 ` [PATCH V4 3/5] ARM: bcm2835: add system timer Stephen Warren
2012-09-14 4:41 ` [PATCH V4 4/5] ARM: bcm2835: add stub clock driver Stephen Warren
2012-09-14 4:41 ` [PATCH V4 5/5] ARM: bcm2835: instantiate console UART Stephen Warren
2012-09-14 7:56 ` Arnd Bergmann
2012-09-14 7:50 ` Arnd Bergmann [this message]
2012-09-14 15:51 ` [PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi Stephen Warren
2012-09-14 20:01 ` Arnd Bergmann
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=201209140750.44039.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.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.