arm: dts: st: Convert STM32F1 based boards to dts
Converted over all STM32F1 based boards to use device tree and removed associated bits that now come from the device tree for STM32F1. Also renamed the STM32F10{3,7} SoC dtsi to try and make it clear that the 'X' is a place holder. Fixedup the top level compatiables in the boards to be the specific 'X' instead of the generic one. Boards that are now using devicetree: * Nucleo f103rb * STM3210C Eval * STM32 MINI A15 Change-Id: I29b3634ec7451f974687d55980414efa655e2e96 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
38cda7f813
commit
51ccb58dbb
17 changed files with 62 additions and 35 deletions
|
@ -9,6 +9,9 @@ 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
|
||||
dtb-$(CONFIG_BOARD_NUCLEO_F103RB) = nucleo_f103rb.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_STM3210C_EVAL) = stm3210c_eval.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_STM32_MINI_A15) = stm32_mini_a15.dts_compiled
|
||||
|
||||
always := $(dtb-y)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue