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:
parent
edb3ad6b89
commit
77f65b907f
7 changed files with 128 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue