-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
base: main
Are you sure you want to change the base?
Add support for SoC ARM STM32U5G9xx #88549
Conversation
Add Kconfig and YML SoC configurations for STM32U5G9xx. Signed-off-by: Charles Dias <[email protected]>
bde047b
to
237e6f7
Compare
dts/arm/st/u5/stm32u5g9Xj.dtsi
Outdated
/* 768K + 64K + 832K + 832K + 512 */ | ||
reg = <0x20000000 DT_SIZE_K(3008)>; | ||
}; | ||
sram1: memory@28000000 { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
dts/arm/st/u5/stm32u5g9Xj.dtsi
Outdated
/* 768K + 64K + 832K + 832K + 512 */ | ||
reg = <0x20000000 DT_SIZE_K(3008)>; | ||
}; | ||
sram1: memory@28000000 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sram1: memory@28000000 { | |
sram4: memory@28000000 { |
There was a problem hiding this comment.
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]>
237e6f7
to
9a7b7ae
Compare
Add Kconfig configuration and DTS file to support the STM32U5G9 SoC.