[GIT PULL] STM32 SoC changes for v5.16 #1

Alexandre TORGUE alexandre.torgue at foss.st.com
Fri Oct 15 08:16:03 PDT 2021


Hi ARM SoC maintainers,

Please consider this first round of STM32 SoC updates for v5.16. As 
you'll see it adds a new STM32 MPU SoC.

regards
Alex


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-soc-for-v5.16-1

for you to fetch changes up to e0302638a3b43c83ff26840df6e496d60c56cbbd:

   ARM: stm32: add initial support for STM32MP13 family (2021-09-20 
08:54:42 +0200)

----------------------------------------------------------------
STM32 SoC for v5.16, round 1

Highlights:
----------

Add support of new STM32MP13 SoC which enhances current
STM32 MPU family. It is mainly a derivative of STM32MP15 SoCs
(one Cortex-A7 plus standard peripherals).

The STM32MP13 SoC diversity is composed by:
     -STM32MP131:
       -core: 1*CA7, 17*TIMERS, 5*LPTIMERS, DMA/MDMA/DMAMUX
       -storage: 3*SDMCC, 1*QSPI, FMC
       -com: USB (OHCI/EHCI, OTG), 5*I2C, 5*SPI/I2S, 8*U(S)ART
       -audio: 2*SAI
       -network: 1*ETH(GMAC)
     -STM32MP133: STM32MP131 + 2*CAN, ETH2(GMAC), ADC1
     -STM32MP135: STM32MP133 + DCMIPP, LTDC

----------------------------------------------------------------
Alexandre Torgue (2):
       docs: arm: stm32: introduce STM32MP13 SoCs
       ARM: stm32: add initial support for STM32MP13 family

  Documentation/arm/index.rst                    |  1 +
  Documentation/arm/stm32/stm32mp13-overview.rst | 37 
++++++++++++++++++++++++++
  arch/arm/mach-stm32/Kconfig                    |  8 ++++++
  arch/arm/mach-stm32/board-dt.c                 |  3 +++
  4 files changed, 49 insertions(+)
  create mode 100644 Documentation/arm/stm32/stm32mp13-overview.rst



More information about the linux-arm-kernel mailing list