Skip to content

Commit 02c0dc0

Browse files
author
Alexandre Torgue
committed
docs: arm: stm32: introduce STM32MP13 SoCs
STM32MP13 SoCs are derivative of STM32MP15 SoCs. They embed one Cortex-A7 plus standard connectivity. Signed-off-by: Alexandre Torgue <[email protected]> Acked-by: Arnd Bergmann <[email protected]>
1 parent 6880fa6 commit 02c0dc0

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Documentation/arm/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ SoC-specific documents
5555
stm32/stm32h750-overview
5656
stm32/stm32f769-overview
5757
stm32/stm32f429-overview
58+
stm32/stm32mp13-overview
5859
stm32/stm32mp157-overview
5960

6061
sunxi
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
===================
2+
STM32MP13 Overview
3+
===================
4+
5+
Introduction
6+
------------
7+
8+
The STM32MP131/STM32MP133/STM32MP135 are Cortex-A MPU aimed at various applications.
9+
They feature:
10+
11+
- One Cortex-A7 application core
12+
- Standard memories interface support
13+
- Standard connectivity, widely inherited from the STM32 MCU family
14+
- Comprehensive security support
15+
16+
More details:
17+
18+
- Cortex-A7 core running up to @900MHz
19+
- FMC controller to connect SDRAM, NOR and NAND memories
20+
- QSPI
21+
- SD/MMC/SDIO support
22+
- 2*Ethernet controller
23+
- CAN
24+
- ADC/DAC
25+
- USB EHCI/OHCI controllers
26+
- USB OTG
27+
- I2C, SPI, CAN busses support
28+
- Several general purpose timers
29+
- Serial Audio interface
30+
- LCD controller
31+
- DCMIPP
32+
- SPDIFRX
33+
- DFSDM
34+
35+
:Authors:
36+
37+
- Alexandre Torgue <[email protected]>

0 commit comments

Comments
 (0)