Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 10 additions & 1 deletion dts/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ License Link:
https://www.apache.org/licenses/LICENSE-2.0

Patch List:
None
*Missing additional pins for SAI1_FS_A and SAI1_FS_B signals on STM32U3 serie
- Add the SAI1_FS_A signal name on PB9 and PE4 in the appropriate U3 pinctrl file.
- Add the SAI1_FS_B signal name on PE9 in the appropriate U3 pinctrl files.
-Link: https://github.com/STMicroelectronics/STM32_open_pin_data/issues/15
- Impacted files:
dts/st/u3/stm32u375*-pinctrl.dtsi
dts/st/u3/stm32u385*-pinctrl.dtsi

*Rename "TIM3_REMAP1" on the pin "PB5" to "TIM3_REMAP2"
of the following GPIO-STM32F103xx.xml files.
4 changes: 2 additions & 2 deletions dts/st/f1/stm32f103r(8-b)tx-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,8 @@
pinmux = <STM32F1_PINMUX('B', 4, ALTERNATE, TIM3_REMAP1)>;
};

/omit-if-no-ref/ tim3_ch2_remap1_pwm_out_pb5: tim3_ch2_remap1_pwm_out_pb5 {
pinmux = <STM32F1_PINMUX('B', 5, ALTERNATE, TIM3_REMAP1)>;
/omit-if-no-ref/ tim3_ch2_remap2_pwm_out_pb5: tim3_ch2_remap2_pwm_out_pb5 {
pinmux = <STM32F1_PINMUX('B', 5, ALTERNATE, TIM3_REMAP2)>;
};

/omit-if-no-ref/ tim3_ch1_remap2_pwm_out_pc6: tim3_ch1_remap2_pwm_out_pc6 {
Expand Down