lopper: assists: gen_domain_dts: Add zephyr dt support for A53 and R5 processor for ZynqMP#784
Open
kedareswararao wants to merge 1 commit into
Open
lopper: assists: gen_domain_dts: Add zephyr dt support for A53 and R5 processor for ZynqMP#784kedareswararao wants to merge 1 commit into
kedareswararao wants to merge 1 commit into
Conversation
… processor for ZynqMP Add zephyr device tree generation support for Cortex-A53 (APU) and Cortex-R5 (RPU) processors when targeting Zephyr on AMD ZynqMP platforms. - Gate the ARM zephyr-dt path on "a53" in addition to the existing r52/a78/a72/r5 checks. - Emit an "arm,psci-0.2" PSCI node for A53 (ZynqMP's TF-A advertises PSCI 0.2, unlike Versal's psci-1.1). - Rebuild the GIC node for A53 (xlnx,ip-name "psu_acpu_gic") as "arm,gic-400"/"arm,gic-v2" at /axi/interrupt-controller@f9010000, and extend the existing R5 GIC branch to also match ZynqMP's "psu_rcpu_gic" ip-name (same "arm,gic-v1" compatible already used for Versal R5). - Broaden the two Versal-only 'psv_cortexr5' exact-match checks (armv8 timer deletion, TTC -> xlnx,ttcps conversion) so they also match ZynqMP's R5 machine string. - Add "arm,cortex-a53" and "arm,gic-400" required-prop entries to zephyr_supported_comp.yaml. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
sivadur
approved these changes
Jul 10, 2026
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.
Add zephyr device tree generation support for Cortex-A53 (APU) and Cortex-R5 (RPU) processors when targeting Zephyr on AMD ZynqMP platforms.