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:
parent
ba98e72db2
commit
01049b73be
6 changed files with 242 additions and 0 deletions
27
soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f767xx
Normal file
27
soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f767xx
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue