2021-12-21 18:25:22 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Esco Medical ApS
|
2022-05-03 15:28:15 +08:00
|
|
|
*
|
2021-12-21 18:25:22 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mem.h>
|
|
|
|
#include <st/h7/stm32h725.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
flash-controller@52002000 {
|
|
|
|
flash0: flash@8000000 {
|
|
|
|
reg = <0x08000000 DT_SIZE_M(1)>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|