linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: stm32: add initial documentation for STM32MP151
@ 2023-03-29  9:56 Roan van Dijk
  2023-03-29 16:33 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Roan van Dijk @ 2023-03-29  9:56 UTC (permalink / raw)
  To: corbet
  Cc: mcoquelin.stm32, alexandre.torgue, linux-doc, linux-stm32,
	linux-arm-kernel, linux-kernel, Roan van Dijk

This patch adds initial documentation of STM32MP151 microprocessor (MPU)
based on Arm Cortex-A7.

Signed-off-by: Roan van Dijk <roan@protonic.nl>
---
 .../arm/stm32/stm32mp151-overview.rst         | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 Documentation/arm/stm32/stm32mp151-overview.rst

diff --git a/Documentation/arm/stm32/stm32mp151-overview.rst b/Documentation/arm/stm32/stm32mp151-overview.rst
new file mode 100644
index 000000000000..f42a2ac309c0
--- /dev/null
+++ b/Documentation/arm/stm32/stm32mp151-overview.rst
@@ -0,0 +1,36 @@
+===================
+STM32MP151 Overview
+===================
+
+Introduction
+------------
+
+The STM32MP151 is a Cortex-A MPU aimed at various applications.
+It features:
+
+- Single Cortex-A7 application core
+- Standard memories interface support
+- Standard connectivity, widely inherited from the STM32 MCU family
+- Comprehensive security support
+
+More details:
+
+- Cortex-A7 core running up to @800MHz
+- FMC controller to connect SDRAM, NOR and NAND memories
+- QSPI
+- SD/MMC/SDIO support
+- Ethernet controller
+- ADC/DAC
+- USB EHCI/OHCI controllers
+- USB OTG
+- I2C, SPI busses support
+- Several general purpose timers
+- Serial Audio interface
+- LCD-TFT controller
+- DCMIPP
+- SPDIFRX
+- DFSDM
+
+:Authors:
+
+- Roan van Dijk <roan@protonic.nl>
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: stm32: add initial documentation for STM32MP151
  2023-03-29  9:56 [PATCH] ARM: stm32: add initial documentation for STM32MP151 Roan van Dijk
@ 2023-03-29 16:33 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-03-29 16:33 UTC (permalink / raw)
  To: Roan van Dijk
  Cc: mcoquelin.stm32, alexandre.torgue, linux-doc, linux-stm32,
	linux-arm-kernel, linux-kernel, Roan van Dijk

Roan van Dijk <roan@protonic.nl> writes:

> This patch adds initial documentation of STM32MP151 microprocessor (MPU)
> based on Arm Cortex-A7.
>
> Signed-off-by: Roan van Dijk <roan@protonic.nl>
> ---
>  .../arm/stm32/stm32mp151-overview.rst         | 36 +++++++++++++++++++
>  1 file changed, 36 insertions(+)
>  create mode 100644 Documentation/arm/stm32/stm32mp151-overview.rst

You will need to add this new file to .../arm/index.rst or it won't be
pulled into the docs build (and will add a new warning).

Thanks,

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-29 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  9:56 [PATCH] ARM: stm32: add initial documentation for STM32MP151 Roan van Dijk
2023-03-29 16:33 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).