Describe the bug
I had my board based on STM32U545RE_Q working fine with Zephyr 4.1.0.
With commit d280d89 the gpiof port got moved from file stm32u5.dtsi to file stm32u5_extra.dtsi.
stm32u5_extra.dtsi is not included for STM32U535/545.
In same file stm32u5.dtsi still node wkup-pin@8 references non-existent port gpiof.
Regression
Steps to reproduce
- have a board like nucleo_u575zi_q and modify it to use STM32U545, e.g.:
#include <st/u5/stm32u545Xe.dtsi>
#include <st/u5/stm32u545retxq-pinctrl.dtsi>
- compile samples/hello_world
Relevant log output
devicetree error: /soc/power@46020800/wkup-pin@8: undefined node label 'gpiof'
Impact
Major – Severely degrades functionality; workaround is difficult or unavailable.
Environment
No response
Additional Context
No response
Describe the bug
I had my board based on STM32U545RE_Q working fine with Zephyr 4.1.0.
With commit d280d89 the
gpiofport got moved from filestm32u5.dtsito filestm32u5_extra.dtsi.stm32u5_extra.dtsiis not included for STM32U535/545.In same file
stm32u5.dtsistill nodewkup-pin@8references non-existent portgpiof.Regression
Steps to reproduce
Relevant log output
devicetree error: /soc/power@46020800/wkup-pin@8: undefined node label 'gpiof'Impact
Major – Severely degrades functionality; workaround is difficult or unavailable.
Environment
No response
Additional Context
No response