arm: dts: nrf: Fixup nRF52840-QIAA SoC support for device tree
Fixup the nRF52840-QIAA to allow getting its SRAM & FLASH sizes from device tree. Change-Id: I67ecd7da5f0472402064f158030d9f97f49d7d20 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
54b800f31e
commit
9b30a9b308
1 changed files with 2 additions and 0 deletions
|
@ -12,11 +12,13 @@ config SOC
|
||||||
string
|
string
|
||||||
default nRF52840_QIAA
|
default nRF52840_QIAA
|
||||||
|
|
||||||
|
if !HAS_DTS
|
||||||
config SRAM_SIZE
|
config SRAM_SIZE
|
||||||
default 256
|
default 256
|
||||||
|
|
||||||
config FLASH_SIZE
|
config FLASH_SIZE
|
||||||
default 1024
|
default 1024
|
||||||
|
endif
|
||||||
|
|
||||||
config NUM_IRQS
|
config NUM_IRQS
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue