blob: d36ac49874a3ffa93c63d92e28ed66a5a37caf45 [file] [log] [blame]
/*
* Copyright (c) 2020 Alexander Kozhinov
* AlexanderKozhinov@yandex.com
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/h7/stm32h745.dtsi>
/ {
cpus {
/delete-node/ cpu@0;
};
soc {
flash-controller@52002000 {
flash1: flash@8100000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08100000 DT_SIZE_K(1024)>;
};
};
};
};