diff options
author | Michael Kurz <michi.kurz@gmail.com> | 2017-01-22 16:04:23 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:42 -0500 |
commit | b1a8de7e07a6b40e7c5920566836862cd07df08a (patch) | |
tree | 3071e082130d761e38d0c8811277d50891700050 /configs | |
parent | 797c3c13a9b8fcedf134e30491496733becc3560 (diff) | |
download | u-boot-b1a8de7e07a6b40e7c5920566836862cd07df08a.tar.gz u-boot-b1a8de7e07a6b40e7c5920566836862cd07df08a.tar.bz2 u-boot-b1a8de7e07a6b40e7c5920566836862cd07df08a.zip |
ARM: DTS: stm32: add stm32f746-disco device tree files
This patch adds the DTS source files needed for stm32f746-disco board
The files are based on the stm32f429/469 files from current linux
kernel.
Source for "arch/arm/dts/armv7-m.dtsi": Linux: "arch/arm/boot/dts/armv7-m.dtsi"
Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32f746-disco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index 9e0210e691..0499f1ed04 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -3,6 +3,7 @@ CONFIG_STM32=y CONFIG_STM32F7=y CONFIG_TARGET_STM32F746_DISCO=y # CONFIG_MMC is not set +CONFIG_DEFAULT_DEVICE_TREE="stm32f746-disco" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set |