1/* 2 * Copyright (c) 2022 Georgij Cernysiov <geo.cgv@gmail.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <mem.h> 8#include <st/h7/stm32h730.dtsi> 9 10/ { 11 soc { 12 flash-controller@52002000 { 13 flash0: flash@8000000 { 14 reg = <0x08000000 DT_SIZE_K(128)>; 15 }; 16 }; 17 }; 18}; 19