linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] ADD STM32H743 MCU and STM32H743i-Eval board supports
@ 2017-01-31 13:14 Alexandre TORGUE
  2017-01-31 13:14 ` [PATCH 1/8] include: dt-bindings: Add STM32H7 pinctrl DT bindings Alexandre TORGUE
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Alexandre TORGUE @ 2017-01-31 13:14 UTC (permalink / raw)
  To: Maxime Coquelin, Linus Walleij, Rob Herring, Mark Rutland,
	Arnd Bergmann, Russell King, Olof Johansson, lee.jones,
	Jonathan Corbet
  Cc: linux-arm-kernel, devicetree, linux-gpio, linux-kernel

This series adds basic support for STM32H743 MCU and stm32h743i-eval board.
With it, you can boot stm32h743i-eval board successfully.

For your information:

The STMicrolectornics's STM32H743 MCU has the following main features:
 - Cortex-M7 core running up to @400MHz
 - 2MB internal flash, about 1MBytes internal RAM
 - 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 

Regards

Alex

Alexandre TORGUE (8):
  include: dt-bindings: Add STM32H7 pinctrl DT bindings
  pinctrl: stm32: Add STM32H743 MCU support
  Documentation: dt-bindings: Add STM32 pinctrl driver DT bindings
  ARM: stm32: create dedicated kconfig for STM32 machine
  ARM: stm32: Add a new SOC - STM32H743
  ARM: stm32: Introduce MACH_STM32H743 flag
  ARM: dts: stm32: Add STM32H743 MCU and STM32H743i-EVAL board
  ARM: configs: Add new config fragment to change RAM start point

 Documentation/arm/stm32/stm32h743-overview.txt     |   30 +
 .../bindings/pinctrl/st,stm32-pinctrl.txt          |    1 +
 arch/arm/Kconfig                                   |   24 +-
 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/stm32h743-pinctrl.dtsi           |  156 ++
 arch/arm/boot/dts/stm32h743.dtsi                   |   83 +
 arch/arm/boot/dts/stm32h743i-eval.dts              |   74 +
 arch/arm/configs/dram_0xd0000000.config            |    1 +
 arch/arm/mach-stm32/Kconfig                        |   26 +
 arch/arm/mach-stm32/board-dt.c                     |    1 +
 drivers/pinctrl/stm32/Kconfig                      |    5 +
 drivers/pinctrl/stm32/Makefile                     |    1 +
 drivers/pinctrl/stm32/pinctrl-stm32h743.c          | 1980 ++++++++++++++++++++
 include/dt-bindings/pinctrl/stm32h7-pinfunc.h      | 1612 ++++++++++++++++
 14 files changed, 3974 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/arm/stm32/stm32h743-overview.txt
 create mode 100644 arch/arm/boot/dts/stm32h743-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/stm32h743.dtsi
 create mode 100644 arch/arm/boot/dts/stm32h743i-eval.dts
 create mode 100644 arch/arm/configs/dram_0xd0000000.config
 create mode 100644 arch/arm/mach-stm32/Kconfig
 create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32h743.c
 create mode 100644 include/dt-bindings/pinctrl/stm32h7-pinfunc.h

-- 
1.9.1

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

end of thread, other threads:[~2017-02-06  8:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31 13:14 [PATCH 0/8] ADD STM32H743 MCU and STM32H743i-Eval board supports Alexandre TORGUE
2017-01-31 13:14 ` [PATCH 1/8] include: dt-bindings: Add STM32H7 pinctrl DT bindings Alexandre TORGUE
2017-02-06  8:37   ` Linus Walleij
2017-01-31 13:14 ` [PATCH 2/8] pinctrl: stm32: Add STM32H743 MCU support Alexandre TORGUE
2017-02-06  8:40   ` Linus Walleij
2017-01-31 13:14 ` [PATCH 3/8] Documentation: dt-bindings: Add STM32 pinctrl driver DT bindings Alexandre TORGUE
2017-02-01 17:31   ` Rob Herring
2017-02-01 17:33   ` Rob Herring
2017-02-06  8:43   ` Linus Walleij
2017-01-31 13:14 ` [PATCH 4/8] ARM: stm32: create dedicated kconfig for STM32 machine Alexandre TORGUE
2017-01-31 13:14 ` [PATCH 5/8] ARM: stm32: Add a new SOC - STM32H743 Alexandre TORGUE
2017-01-31 13:14 ` [PATCH 6/8] ARM: stm32: Introduce MACH_STM32H743 flag Alexandre TORGUE
2017-01-31 13:14 ` [PATCH 7/8] ARM: dts: stm32: Add STM32H743 MCU and STM32H743i-EVAL board Alexandre TORGUE
2017-01-31 13:14 ` [PATCH 8/8] ARM: configs: Add new config fragment to change RAM start point Alexandre TORGUE
2017-02-01 15:16 ` [PATCH 0/8] ADD STM32H743 MCU and STM32H743i-Eval board supports Linus Walleij
2017-02-01 16:47   ` Alexandre Torgue

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).