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