Skip to content

Commit f3eb528

Browse files
fabiobaltierikartben
authored andcommitted
dts: arm: st: h7: add a template for stm32h743Xg
Same as stm32h743Xi.dtsi, half the flash. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent a7a8469 commit f3eb528

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

dts/arm/st/h7/stm32h743Xg.dtsi

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

0 commit comments

Comments
 (0)