1/*
2 * Copyright (c) 2020 Kwon Tae-young <tykwon@m2i.co.kr>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <st/f7/stm32f745.dtsi>
9
10/ {
11	soc {
12		flash-controller@40023c00 {
13			flash0: flash@8000000 {
14				reg = <0x08000000 DT_SIZE_K(1024)>;
15			};
16		};
17	};
18};
19