-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Copy link
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug
Description
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
- This is a 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
puliceworx
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug