Skip to content

Commit c2d3ecb

Browse files
FRASTMcfriedt
authored andcommitted
dts: arm: stm32h7 introducing the stm32h723xE device
This stm32h723xE is similar to the existing stm32h723xG with only 512K of flash memory. Signed-off-by: Francois Ramu <[email protected]>
1 parent 3c5944b commit c2d3ecb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dts/arm/st/h7/stm32h723Xe.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2021 STMicroelectronics
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
#include <mem.h>
7+
#include <st/h7/stm32h723.dtsi>
8+
9+
/ {
10+
soc {
11+
flash-controller@52002000 {
12+
flash0: flash@8000000 {
13+
compatible = "soc-nv-flash";
14+
label = "FLASH_STM32";
15+
reg = <0x08000000 DT_SIZE_K(512)>;
16+
};
17+
};
18+
};
19+
};

0 commit comments

Comments
 (0)