-
Hello everyone,
Hello everyone, I'm trying to port a new board on Zephyr, this board is based on an STM32H7 MCU. To do so, I was taking a look on the STM32H747X discovery board device tree sources and includes. I found out the device tree stm32h747i_disco_m7.dtsis including the stm32h747xihx-pinctrl.dtsi file and I couldn't find any reference of this .dtsi file nor on the include directory not on the internet. I'm wondering if it is a generated file. If it is the case I would like to understand at which stage it is generated ? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@othmaneAZ -pinctrl.dtsi files are made available in hal_stm32 module (under |
Beta Was this translation helpful? Give feedback.
@othmaneAZ -pinctrl.dtsi files are made available in hal_stm32 module (under
dts/st
)You might need to run
west update
on a recent master to see them showing up.