blob: 48f67f1331c133e9c1522e0d887315fd6d3e24b8 [file] [log] [blame]
/*
* Copyright (c) 2022 Georgij Cernysiov <geo.cgv@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/h7/stm32h730.dtsi>
/ {
soc {
flash-controller@52002000 {
flash0: flash@8000000 {
reg = <0x08000000 DT_SIZE_K(128)>;
};
};
};
};