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