From: romain.perier@free-electrons.com (Romain Perier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db
Date: Thu, 1 Dec 2016 11:27:19 +0100 [thread overview]
Message-ID: <20161201102719.4291-6-romain.perier@free-electrons.com> (raw)
In-Reply-To: <20161201102719.4291-1-romain.perier@free-electrons.com>
This commit enables the device node spi0 on the official development
board for the Marvell Armada 3700. It also adds sub-node for the 128Mb
SPI-NOR present on the board.
Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
Changes in v3:
- Added tag "Tested-by" by Gregory
arch/arm64/boot/dts/marvell/armada-3720-db.dts | 30 ++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-db.dts b/arch/arm64/boot/dts/marvell/armada-3720-db.dts
index 1372e9a6..0c4eb98 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-db.dts
@@ -67,6 +67,36 @@
status = "okay";
};
+&spi0 {
+ status = "okay";
+
+ m25p80 at 0 {
+ compatible = "jedec,spi-nor";
+ reg = <0>;
+ spi-max-frequency = <108000000>;
+ spi-rx-bus-width = <4>;
+ spi-tx-bus-width = <4>;
+
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ partition at 0 {
+ label = "bootloader";
+ reg = <0x0 0x200000>;
+ };
+ partition at 200000 {
+ label = "U-boot Env";
+ reg = <0x200000 0x10000>;
+ };
+ partition at 210000 {
+ label = "Linux";
+ reg = <0x210000 0xDF0000>;
+ };
+ };
+ };
+};
+
/* Exported on the micro USB connector CON32 through an FTDI */
&uart0 {
status = "okay";
--
2.9.3
prev parent reply other threads:[~2016-12-01 10:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 10:27 [PATCH v3 0/5] Add support for the Armada 3700 SPI controller Romain Perier
2016-12-01 10:27 ` [PATCH v3 1/5] spi: Add basic support for Armada 3700 SPI Controller Romain Perier
2016-12-05 12:05 ` Mark Brown
2016-12-07 12:42 ` Romain Perier
2016-12-01 10:27 ` [PATCH v3 2/5] spi: armada-3700: Add support for the FIFO mode Romain Perier
2016-12-05 13:37 ` Mark Brown
2016-12-07 16:19 ` Romain Perier
2016-12-07 16:34 ` Mark Brown
2016-12-01 10:27 ` [PATCH v3 3/5] spi: armada-3700: Add documentation for the Armada 3700 SPI Controller Romain Perier
2016-12-06 0:27 ` Rob Herring
2016-12-01 10:27 ` [PATCH v3 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700 Romain Perier
2016-12-01 10:27 ` Romain Perier [this message]
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=20161201102719.4291-6-romain.perier@free-electrons.com \
--to=romain.perier@free-electrons.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox