1/*
2 * Copyright (c) 2020 Teslabs Engineering S.L.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <st/h7/stm32h743.dtsi>
9
10/ {
11	soc {
12		flash-controller@52002000 {
13			flash0: flash@8000000 {
14				reg = <0x08000000 DT_SIZE_K(2048)>;
15			};
16		};
17	};
18};
19