arm: dts: st: Convert STM32F4 based boards to dts
Converted over all STM32F4 based boards to use device tree and removed associated bits that now come from the device tree for STM32F4. Boards that are now using devicetree: * 96b_carbon * nucleo f401re * nucleo f411re Change-Id: Ibe197ca0a3f5ad78d594485a578d986403cc824a Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
df21ab8541
commit
38cda7f813
15 changed files with 86 additions and 38 deletions
|
@ -6,5 +6,9 @@ dtb-$(CONFIG_BOARD_CC3200_LAUNCHXL) = cc3200_launchxl.dts_compiled
|
|||
dtb-$(CONFIG_BOARD_NUCLEO_L476RG) = nucleo_l476rg.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_V2M_BEETLE) = v2m_beetle.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_OLIMEXINO_STM32) = olimexino_stm32.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_96B_CARBON) = 96b_carbon.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_NUCLEO_F401RE) = nucleo_f401re.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_NUCLEO_F411RE) = nucleo_f411re.dts_compiled
|
||||
|
||||
always := $(dtb-y)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue