Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / Documentation / arm / stm32 / overview.txt
1                         STM32 ARM Linux Overview
2                         ========================
3
4 Introduction
5 ------------
6
7   The STMicroelectronics family of Cortex-M based MCUs are supported by the
8   'STM32' platform of ARM Linux. Currently only the STM32F429 is supported.
9
10
11 Configuration
12 -------------
13
14   A generic configuration is provided for STM32 family, and can be used as the
15   default by
16         make stm32_defconfig
17
18 Layout
19 ------
20
21   All the files for multiple machine families are located in the platform code
22   contained in arch/arm/mach-stm32
23
24   There is a generic board board-dt.c in the mach folder which support
25   Flattened Device Tree, which means, it works with any compatible board with
26   Device Trees.
27
28
29 Document Author
30 ---------------
31
32   Maxime Coquelin <mcoquelin.stm32@gmail.com>