]> git.ipfire.org Git - people/ms/u-boot.git/commit
stm32f7: add support for stm32f769 disco board
authorVikas Manocha <vikas.manocha@st.com>
Mon, 10 Apr 2017 22:03:06 +0000 (15:03 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:24 +0000 (11:57 -0400)
commit97c20932361124782cd28ec2028601d04b43ce1e
tree93cf9c2f710c103fefa69b7a3afa1f80166e510e
parentbd4a985f5021876cd410f4a8110fce2c1b652333
stm32f7: add support for stm32f769 disco board

This board support stm32f7 family device stm32f769-I with 2MB internal Flash &
512KB RAM.
STM32F769 lines offer the performance of the Cortex-M7 core (with double
precision floating point unit) running up to 216 MHz.

To compile for stm32f769 board, use same defconfig as stm32f746-disco,
the only difference is to pass "DEVICE_TREE=stm32f769-disco".

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
arch/arm/dts/Makefile
arch/arm/dts/stm32f769-disco.dts [new file with mode: 0644]