arm: ti: dts: fixup building CC3200 dts
The CC3200 doesn't have on chip flash, so we should be including it in the dts. Change-Id: I8d4bbe2b09ed1aa563efe4c979da1f4729b93534 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
62d2d362ac
commit
567b733e76
|
@ -24,9 +24,11 @@
|
|||
reg = <0x0 DT_SFLASH_SIZE>;
|
||||
};
|
||||
|
||||
#if defined(CONFIG_SOC_CC3220SF)
|
||||
flash1: flash {
|
||||
reg = <0x01000000 DT_FLASH_SIZE>;
|
||||
};
|
||||
#endif
|
||||
|
||||
soc {
|
||||
uart0: uart@4000C000 {
|
||||
|
|
Loading…
Reference in a new issue