From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Boris BREZILLON <boris.brezillon@free-electrons.com>,
Ludovic Desroches <ludovic.desroches@atmel.com>,
<linux-arm-kernel@lists.infradead.org>
Cc: <linux-kernel@vger.kernel.org>, Nicolas Ferre <nicolas.ferre@atmel.com>
Subject: [PATCH 0/3] introducing Atmel sama5d2 SoC
Date: Thu, 18 Jun 2015 15:18:27 +0200 [thread overview]
Message-ID: <cover.1434632966.git.nicolas.ferre@atmel.com> (raw)
Hi,
This is a little series to introduce the new Atmel Cortex-A5 sama5d2 SoC.
The product is not yet announced so you cannot find the datasheet yet. But be
sure to find it when it's released at the usual location: atmel.com!
The support is basic for now but allows to boot the chip and use the sama5d2
Xplained board.
This series is dependent on other patches sent for clocks (PMC + generic
clocks), irqchip and Ethernet. These patches will hopefuly progress as this
series goes upstream and is finaly merged in arm-soc.
More material is on its way to being published or already under review (like
the flexcom for instance). Stay tunned for more fun!
Ludovic Desroches (1):
ARM: at91/dt: add basic dtsi for sama5d2 SoC
Nicolas Ferre (2):
ARM: at91/soc: add basic support for new sama5d2 SoC
ARM: at91/dt: add minimal sama5d2 Xplained board
Documentation/arm/Atmel/README | 6 +
.../devicetree/bindings/arm/atmel-at91.txt | 2 +
arch/arm/Kconfig.debug | 6 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/at91-sama5d2_xplained.dts | 113 +++
arch/arm/boot/dts/sama5d2.dtsi | 843 +++++++++++++++++++++
arch/arm/include/debug/at91.S | 5 +-
arch/arm/mach-at91/Kconfig | 12 +
arch/arm/mach-at91/sama5.c | 3 +
arch/arm/mach-at91/soc.h | 3 +
10 files changed, 993 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/at91-sama5d2_xplained.dts
create mode 100644 arch/arm/boot/dts/sama5d2.dtsi
--
2.1.3
next reply other threads:[~2015-06-18 13:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-18 13:18 Nicolas Ferre [this message]
2015-06-18 13:18 ` [PATCH 1/3] ARM: at91/soc: add basic support for new sama5d2 SoC Nicolas Ferre
2015-06-18 15:21 ` Alexandre Belloni
2015-06-29 12:46 ` Nicolas Ferre
2015-06-29 15:04 ` Alexandre Belloni
2015-07-28 8:54 ` Nicolas Ferre
2015-07-28 9:38 ` Nicolas Ferre
2015-06-18 13:18 ` [PATCH 2/3] ARM: at91/dt: add basic dtsi for " Nicolas Ferre
2015-06-18 13:18 ` [PATCH 3/3] ARM: at91/dt: add minimal sama5d2 Xplained board Nicolas Ferre
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=cover.1434632966.git.nicolas.ferre@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=boris.brezillon@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=plagnioj@jcrosoft.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox