-
Notifications
You must be signed in to change notification settings - Fork 7.7k
dts: arm: st: stm32g4: add quadspi node #93511
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?
Conversation
Hello @schmida2, and thank you very much for your first pull request to the Zephyr project! |
@@ -77,5 +77,15 @@ | |||
interrupts = <53 0>; | |||
status = "disabled"; | |||
}; | |||
|
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.
Could be included in the stm32g4.dtsi, the quadspi node is present in all the series
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.
@FRASTM, per my understanding stm32g431 and stm32g441 have no quadspi.
The STM32G4 variants g473, g474, g483, g484, g491 and g4a1 do support QSPI interface. All mentioned variants include the stm32g491.dtsi. Signed-off-by: Andreas Schmidt <[email protected]>
dts files in G4 series could use some factorization Signed-off-by: TLIG Dhaou <[email protected]>
dts/arm/st/u5/stm32u5_extra.dtsi
Outdated
<&gpioa 7 STM32_PWR_WKUP_EVT_SRC_1>, | ||
<&gpiob 10 STM32_PWR_WKUP_EVT_SRC_2>; |
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.
Please fix indentation.
(Note, zephyr defines tabs as 8 chars lenght)
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.
|
@erwango , I feel not guilty for the 3 failing checks (twister). Do you know what the background is? |
I've forced them to re-run, it is good now. |
The STM32G4 variants g473, g474, g483, g484, g491 and g4a1 do support QuadSPI interface. All mentioned variants include the stm32g491.dtsi.