Skip to content

Add support for SoC ARM STM32U5G9xx #88549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CharlesDias
Copy link
Contributor

Add Kconfig configuration and DTS file to support the STM32U5G9 SoC.

Add Kconfig and YML SoC configurations for STM32U5G9xx.

Signed-off-by: Charles Dias <[email protected]>
erwango
erwango previously approved these changes Apr 14, 2025
/* 768K + 64K + 832K + 832K + 512 */
reg = <0x20000000 DT_SIZE_K(3008)>;
};
sram1: memory@28000000 {
Copy link
Collaborator

@nordicjm nordicjm Apr 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline gap between child nodes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for your review!

/* 768K + 64K + 832K + 832K + 512 */
reg = <0x20000000 DT_SIZE_K(3008)>;
};
sram1: memory@28000000 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sram1: memory@28000000 {
sram4: memory@28000000 {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Add device tree support for STM32U5G9 line.

Signed-off-by: Charles Dias <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants