1/*
2 * Copyright (c) 2022, Rtone.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7 #include <mem.h>
8 #include <st/f7/stm32f750.dtsi>
9
10/ {
11 soc {
12 flash-controller@40023c00 {
13 flash0: flash@8000000 {
14 reg = <0x08000000 DT_SIZE_K(64)>;
15 };
16 };
17 };
18};
19