blob: b79e1cac4c77546b2dbc588a8c7f8d12f26ef518 [file] [log] [blame]
/*
* Copyright (c) 2022, Rtone.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/f7/stm32f750.dtsi>
/ {
soc {
flash-controller@40023c00 {
flash0: flash@8000000 {
reg = <0x08000000 DT_SIZE_K(64)>;
};
};
};
};