Skip to content

STM32U535/545: dtc error for node wkup-pin@8 referencing non-existent port gpiof #93445

@schmida2

Description

@schmida2

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

  1. 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>
  1. 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

Metadata

Metadata

Assignees

Labels

bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32priority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions