dts: arm: Kinetis: Add support for Hexiwear K64
This patch adds DTS support for the Hexiwear K64 platform. This includes enabling the DTS config option and adding conditionals around the options to be replaced. In addition, a DTS file is provided that customizes the Kinetis platform to match the hexiwear board. A fixup file is provided to map the generated information to the current client driver usage. This file is temporary. Change-Id: I247d538c6e13e0d1d4141fee74046575a7d2972e Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
4192dcc6bc
commit
82cf7d0918
5 changed files with 60 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
ifeq ($(CONFIG_HAS_DTS),y)
|
||||
dtb-$(CONFIG_BOARD_FRDM_K64F) = frdm_k64f.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_HEXIWEAR_K64) = hexiwear_k64.dts_compiled
|
||||
always := $(dtb-y)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue