arm: dts: Add DTS support for NRF52832 SoC

Add plumbing to build system and SoC level dtsi for the NRF52832 SoC.
We additionally add the necessary yaml files for the UART on the NRF52
SoCs.

Change-Id: I3b4a821b2993827e33d8e84bdbbc759d1521f8bd
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-11 10:05:42 -05:00
commit 77f65b907f
7 changed files with 128 additions and 0 deletions

View file

@ -12,11 +12,13 @@ config SOC
string
default nRF52832_QFAA
if !HAS_DTS
config SRAM_SIZE
default 64
config FLASH_SIZE
default 512
endif
config NUM_IRQS
int

View file

@ -19,6 +19,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
config SYS_POWER_MANAGEMENT
default y
if !HAS_DTS
config SRAM_BASE_ADDRESS
default 0x20000000
@ -28,5 +29,6 @@ config FLASH_BASE_ADDRESS
config NUM_IRQ_PRIO_BITS
int
default 3
endif
endif # SOC_SERIES_NRF52X