Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dts/st/u3/stm32u385rgtxq-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,14 @@
pinmux = <STM32_PINMUX('A', 9, AF13)>;
};

/omit-if-no-ref/ sai1_fs_a_pb9: sai1_fs_a_pb9 {
pinmux = <STM32_PINMUX('B', 9, AF13)>;
};

/omit-if-no-ref/ sai1_fs_a_pe4: sai1_fs_a_pe4 {
pinmux = <STM32_PINMUX('E', 4, AF13)>;
};
Comment on lines +715 to +721
Copy link
Member

@erwango erwango Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to be sure they won't be erased at next generation ?
To be safe, I'd rather raise an issue on CubeMx side and define those on board size while waiting for the fix


/omit-if-no-ref/ sai1_d1_pa10: sai1_d1_pa10 {
pinmux = <STM32_PINMUX('A', 10, AF3)>;
};
Expand Down