Skip to content

Commit

Permalink
boards/stm32h7: enable HSI48 if OTG clock is HSI48
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl authored and xiaoxiang781216 committed May 15, 2023
1 parent 507aa43 commit 7986a28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/stm32h7/nucleo-h743zi/configs/netnsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ CONFIG_START_DAY=6
CONFIG_START_MONTH=12
CONFIG_START_YEAR=2011
CONFIG_STM32H7_ETHMAC=y
CONFIG_STM32H7_HSI48=y
CONFIG_STM32H7_OTGFS=y
CONFIG_STM32H7_PHYSR=31
CONFIG_STM32H7_PHYSR_100FD=0x0018
Expand Down
1 change: 1 addition & 0 deletions boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ CONFIG_START_DAY=6
CONFIG_START_MONTH=12
CONFIG_START_YEAR=2011
CONFIG_STM32H7_ETHMAC=y
CONFIG_STM32H7_HSI48=y
CONFIG_STM32H7_OTGFS=y
CONFIG_STM32H7_PHYSR=31
CONFIG_STM32H7_PHYSR_100FD=0x0018
Expand Down
1 change: 1 addition & 0 deletions boards/arm/stm32h7/nucleo-h743zi2/configs/netnsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ CONFIG_START_DAY=6
CONFIG_START_MONTH=12
CONFIG_START_YEAR=2011
CONFIG_STM32H7_ETHMAC=y
CONFIG_STM32H7_HSI48=y
CONFIG_STM32H7_OTGFS=y
CONFIG_STM32H7_PHYSR=31
CONFIG_STM32H7_PHYSR_100FD=0x0018
Expand Down
1 change: 1 addition & 0 deletions boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ CONFIG_STM32H7_ADC1_SAMPLE_FREQUENCY=5000
CONFIG_STM32H7_ADC1_TIMTRIG=1
CONFIG_STM32H7_DMA1=y
CONFIG_STM32H7_ETHMAC=y
CONFIG_STM32H7_HSI48=y
CONFIG_STM32H7_OTGFS=y
CONFIG_STM32H7_PHYSR=31
CONFIG_STM32H7_PHYSR_100FD=0x0018
Expand Down

0 comments on commit 7986a28

Please sign in to comment.