d94c0d39f5
DTCM probably shouldn't be lumped with SRAM. Fixes: #15909 Signed-off-by: Matthew Koch <koch.matthew@gmail.com>
20 lines
264 B
Plaintext
20 lines
264 B
Plaintext
/*
|
|
* Copyright (c) 2018 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <mem.h>
|
|
#include <st/f7/stm32f769.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
flash-controller@40023c00 {
|
|
flash0: flash@8000000 {
|
|
reg = <0x08000000 DT_SIZE_K(2048)>;
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|