From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Dharma Balasubiramani <dharma.b@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: microchip: sam9x7: Add qspi controller
Date: Mon, 22 Sep 2025 15:31:45 +0200 [thread overview]
Message-ID: <bc2278a2-387f-4e66-b275-8429bcb45db1@microchip.com> (raw)
In-Reply-To: <20250915-sam9x7-qspi-dtsi-v1-1-1cc9adba7573@microchip.com>
On 15/09/2025 at 11:13, Dharma Balasubiramani wrote:
> Add support for QSPI controller.
>
> Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
And queued in at91-dt branch.
> ---
> Driver and Doc support
> https://lore.kernel.org/lkml/20250908-microchip-qspi-v2-0-8f3d69fdd5c9@microchip.com/
Thanks for the reference to the (accepted) binding and driver changes!
Best regards,
Nicolas
> ---
> arch/arm/boot/dts/microchip/sam9x7.dtsi | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/arch/arm/boot/dts/microchip/sam9x7.dtsi b/arch/arm/boot/dts/microchip/sam9x7.dtsi
> index 66c07e642c3e..46dacbbd201d 100644
> --- a/arch/arm/boot/dts/microchip/sam9x7.dtsi
> +++ b/arch/arm/boot/dts/microchip/sam9x7.dtsi
> @@ -271,6 +271,27 @@ AT91_XDMAC_DT_PERID(38))>,
> status = "disabled";
> };
>
> + qspi: spi@f0014000 {
> + compatible = "microchip,sam9x7-ospi";
> + #address-cells = <1>;
> + #size-cells = <0>;
> + reg = <0xf0014000 0x100>, <0x60000000 0x20000000>;
> + reg-names = "qspi_base", "qspi_mmap";
> + interrupts = <35 IRQ_TYPE_LEVEL_HIGH 7>;
> + dmas = <&dma0
> + (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
> + AT91_XDMAC_DT_PERID(26))>,
> + <&dma0
> + (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
> + AT91_XDMAC_DT_PERID(27))>;
> + dma-names = "tx", "rx";
> + clocks = <&pmc PMC_TYPE_PERIPHERAL 35>, <&pmc PMC_TYPE_GCK 35>;
> + clock-names = "pclk", "gclk";
> + assigned-clocks = <&pmc PMC_TYPE_GCK 35>;
> + assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_PLLADIV2>;
> + status = "disabled";
> + };
> +
> i2s: i2s@f001c000 {
> compatible = "microchip,sam9x7-i2smcc", "microchip,sam9x60-i2smcc";
> reg = <0xf001c000 0x100>;
>
> ---
> base-commit: 590b221ed4256fd6c34d3dea77aa5bd6e741bbc1
> change-id: 20250915-sam9x7-qspi-dtsi-a4844266b17d
>
> Best regards,
prev parent reply other threads:[~2025-09-22 13:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-15 9:13 [PATCH] ARM: dts: microchip: sam9x7: Add qspi controller Dharma Balasubiramani
2025-09-22 13:31 ` Nicolas Ferre [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=bc2278a2-387f-4e66-b275-8429bcb45db1@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dharma.b@microchip.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.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.