diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-31 10:44:25 +0100 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-03-24 11:59:29 +0100 |
commit | 500cdb23d608cff2e0934aec8a4008e8e9577a47 (patch) | |
tree | 8c02ba8c2ec07f626122a66d59e4be4236c4249c /arch/arm/boot/dts/Makefile | |
parent | d5a7e744614c8b923066df0e77e74f7ab2cb7e28 (diff) | |
download | lwn-500cdb23d608cff2e0934aec8a4008e8e9577a47.tar.gz lwn-500cdb23d608cff2e0934aec8a4008e8e9577a47.zip |
ARM: dts: stm32: Add STM32H743 MCU and STM32H743i-EVAL board
Add basic support for STM32H743 MCU and his eval board.
The STMicrolectornics's STM32H743 MCU is based on Cortex-M7 core
running up to @400MHz with 2MB internal flash and 1MB internal RAM.
For more details see:
Documentation/arm/stm32/stm32h743-overview.txt
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 011808490fed..eb412d8504fe 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -764,7 +764,8 @@ dtb-$(CONFIG_ARCH_STM32)+= \ stm32f429-disco.dtb \ stm32f469-disco.dtb \ stm32429i-eval.dtb \ - stm32746g-eval.dtb + stm32746g-eval.dtb \ + stm32h743i-eval.dtb dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-a1000.dtb \ sun4i-a10-ba10-tvbox.dtb \ |