From: niravkumarlaxmidas.rabara@altera.com
To: Dinh Nguyen <dinguyen@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Niravkumar L Rabara <niravkumarlaxmidas.rabara@altera.com>
Subject: [PATCH v2 0/2] Add support for Agilex3 SoCFPGA board
Date: Tue, 11 Nov 2025 14:17:37 +0800 [thread overview]
Message-ID: <cover.1762840092.git.niravkumarlaxmidas.rabara@altera.com> (raw)
From: Niravkumar L Rabara <niravkumarlaxmidas.rabara@altera.com>
Agilex3 SoCFPGA development kit is a low cost and small form factor
development kit similar to Agilex5 013b board.
Agilex3 SoCFPGA is derived from Agilex5 SoCFPGA, with the main difference
being the number of CPU cores — Agilex3 has 2 cores compared to 4 in
Agilex5.
https://www.altera.com/products/devkit/a1jui000005pw9bmas/agilex-3-fpga-and-soc-c-series-development-kit
This series includes:
- The addition of the Agilex3 compatible in DT bindings.
- The initial board device tree support for the Agilex3 SoCFPGA.
Note:
The patch 2 depends on the series: "Add iommu supports"
https://lore.kernel.org/all/cover.1760486497.git.khairul.anuar.romli@altera.com/
Patch series "Add iommu supports" is applied to socfpga maintainer's tree
https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git/log/?h=socfpga_dts_for_v6.19
v2 changes:
- Add separate agilex3 compatible.
- Use separate dtsi file for Agilex3.
v1 link:
https://lore.kernel.org/all/cover.1762756191.git.niravkumarlaxmidas.rabara@altera.com/
Niravkumar L Rabara (2):
dt-bindings: intel: Add Agilex3 SoCFPGA board
arm64: dts: socfpga: add Agilex3 board
.../bindings/arm/intel,socfpga.yaml | 5 +
arch/arm64/boot/dts/intel/Makefile | 1 +
.../arm64/boot/dts/intel/socfpga_agilex3.dtsi | 17 +++
.../boot/dts/intel/socfpga_agilex3_socdk.dts | 126 ++++++++++++++++++
4 files changed, 149 insertions(+)
create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex3.dtsi
create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts
--
2.25.1
next reply other threads:[~2025-11-11 6:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-11 6:17 niravkumarlaxmidas.rabara [this message]
2025-11-11 6:17 ` [PATCH v2 1/2] dt-bindings: intel: Add Agilex3 SoCFPGA board niravkumarlaxmidas.rabara
2025-11-11 7:51 ` Krzysztof Kozlowski
2025-11-12 0:34 ` Niravkumar L Rabara
2025-11-11 6:17 ` [PATCH v2 2/2] arm64: dts: socfpga: add Agilex3 board niravkumarlaxmidas.rabara
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.1762840092.git.niravkumarlaxmidas.rabara@altera.com \
--to=niravkumarlaxmidas.rabara@altera.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@kernel.org \
--cc=krzk+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).