forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'soc-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/atorgue/stm32 into next/soc STM32 SOC updates for v4.10, round 1. Highlights: ---------- - Add new MCU SOC STM32F746 * tag 'soc-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32: ARM: Kconfig: Introduce MACH_STM32F746 flag ARM: mach-stm32: Add a new SOC - STM32F746 Signed-off-by: Olof Johansson <[email protected]>
- Loading branch information
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
STM32F746 Overview | ||
================== | ||
|
||
Introduction | ||
------------ | ||
The STM32F746 is a Cortex-M7 MCU aimed at various applications. | ||
It features: | ||
- Cortex-M7 core running up to @216MHz | ||
- 1MB internal flash, 320KBytes internal RAM (+4KB of backup SRAM) | ||
- FMC controller to connect SDRAM, NOR and NAND memories | ||
- Dual mode QSPI | ||
- SD/MMC/SDIO support | ||
- Ethernet controller | ||
- USB OTFG FS & HS controllers | ||
- I2C, SPI, CAN busses support | ||
- Several 16 & 32 bits general purpose timers | ||
- Serial Audio interface | ||
- LCD controller | ||
- HDMI-CEC | ||
- SPDIFRX | ||
|
||
Resources | ||
--------- | ||
Datasheet and reference manual are publicly available on ST website: | ||
- http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/stm32f746ng.html | ||
|
||
Document Author | ||
--------------- | ||
Alexandre Torgue <[email protected]> | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters