dts: arm: st: Add dts and soc additions for stm32 F767ZI board

Added dts additions for stm32 nucleo f767zi board, also added
and modified soc addtions for thet board.
Updated dts reference file name.
Updated yaml to take out adc for now.

Signed-off-by: Roland Ma <rolandma@yahoo.com>
This commit is contained in:
Roland Ma 2020-01-02 23:15:49 -05:00 committed by Ioannis Glaropoulos
commit 01049b73be
6 changed files with 242 additions and 0 deletions

View file

@ -0,0 +1,27 @@
# Kconfig - ST STM32F767ZI MCU configuration options
#
# Copyright (c) 2019 Roland Ma
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F767XX
config SOC
default "stm32f767xx"
if GPIO_STM32
config GPIO_STM32_PORTJ
default y
config GPIO_STM32_PORTK
default y
endif # GPIO_STM32
config NUM_IRQS
default 110
endif # SOC_STM32F767XX

View file

@ -16,6 +16,10 @@ config SOC_STM32F746XX
config SOC_STM32F756XX
bool "STM32F756XX"
config SOC_STM32F767XX
bool "STM32F767XX"
select CPU_HAS_FPU_DOUBLE_PRECISION
config SOC_STM32F769XX
bool "STM32F769XX"
select CPU_HAS_FPU_DOUBLE_PRECISION