lopper: assists: Add Versal GEM support for Zephyr domain DTS generation#719
Merged
zeddii merged 1 commit intodevicetree-org:masterfrom Mar 16, 2026
Merged
Conversation
Add support for Versal GEM (Gigabit Ethernet MAC) nodes in Zephyr domain device tree generation. - Convert GEM interrupts from 3-cell format to 4-cell GICv3 format. - Extend the GEM controller 'reg' property with the GEM0_REF_CTRL register (CRL_APB). - Generate an `ethernet_mac` child node with required properties such as clock-frequency, interrupts, MAC address, and buffer configuration. - Remove existing subnodes before generating the Zephyr-compatible ethernet_mac node. - Update the parent node compatible to `xlnx,gem-controller`. Signed-off-by: Venkatesh Odela <venkatesh.odela@amd.com>
eb71844 to
8d5db17
Compare
kedareswararao
approved these changes
Mar 16, 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 support for Versal GEM (Gigabit Ethernet MAC) nodes in Zephyr domain device tree generation.
ethernet_macchild node with required properties such as clock-frequency, interrupts, MAC address, and buffer configuration.xlnx,gem-controller.