arm: dts: socfpga: Add Agilex5 E-Series 013B SoCDK variant - #1046
Open
dineshmaniyam wants to merge 1 commit into
Open
dineshmaniyam wants to merge 1 commit into
dineshmaniyam wants to merge 1 commit into
Conversation
dineshmaniyam
force-pushed
the
dmaniyam/013b-dt-review-v2
branch
from
August 27, 2026 04:37
f9c2385 to
f556481
Compare
Add device tree, U-Boot dtsi and a defconfig for the Agilex5 E-Series
013B SoCDK (DK-A5E013BM16AEA). The board uses a 64 MB QSPI flash with
a different layout than the base SoCDK, so it needs its own DT and
defconfig rather than a DT overlay on the existing target.
Keep Linux-facing MMC essentials in the .dts and Cadence PHY timing in
the U-Boot dtsi, matching the base Agilex5 SoCDK split. Advertise
sd-uhs-sdr50 with 1.8 V signalling (sd_io_1v8_reg); leave SDR104 and
DDR50 to a separate UHS PHY timing series. Alias ethernet0 to the
enabled gmac2 port and use snps,dwxgmac-mdio for its MDIO child.
Guard the &binman { /delete-node/ kernel; } cleanup with CONFIG_FIT so
non-FIT SoCFPGA defconfigs that compile every socfpga_*.dtb continue
to build.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
dineshmaniyam
force-pushed
the
dmaniyam/013b-dt-review-v2
branch
from
September 9, 2026 04:21
f556481 to
84f9198
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add device tree, U-Boot dtsi and a defconfig for the Agilex5 E-Series 013B SoCDK (DK-A5E013BM16AEA). The board uses a 64 MB QSPI flash with a different layout than the base SoCDK, so it needs its own DT and defconfig rather than a DT overlay on the existing target.
Changes in v2
&binman { /delete-node/ kernel; }cleanup with CONFIG_FIT so non-FIT SoCFPGA defconfigs that compile every socfpga_*.dtb continue to buildLink: https://lore.kernel.org/all/20260625165909.32177-1-dinesh.maniyam@altera.com/
Test plan
make socfpga_agilex5_013b_defconfig && makesocfpga_agilex5_socdk_013b.dtb