arm: dts: nrf: Add Device Tree Support for nRF52832 SoC based boards
Add device tree support for Nitrogen 96board, BLE Nano 2, and nRF52-PCA10040 DK boards. This is minimal support for memory, flash, and UART. For the nRF52832 we select between "nordic,nrf-uarte", "nordic,nrf-uart" support for each board. Change-Id: Ia247b9b710a72416e9ab0de3ca1429bfab8917f8 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2e20577554
commit
54b800f31e
10 changed files with 99 additions and 0 deletions
|
@ -18,6 +18,9 @@ dtb-$(CONFIG_BOARD_STM3210C_EVAL) = stm3210c_eval.dts_compiled
|
|||
dtb-$(CONFIG_BOARD_STM32_MINI_A15) = stm32_mini_a15.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_NUCLEO_F334R8) = nucleo_f334r8.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_STM32373C_EVAL) = stm32373c_eval.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_96B_NITROGEN) = 96b_nitrogen.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_NRF52_PCA10040) = nrf52_pca10040.dts_compiled
|
||||
dtb-$(CONFIG_BOARD_NRF52_BLENANO2) = nrf52_blenano2.dts_compiled
|
||||
|
||||
always := $(dtb-y)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue