Skip to content

Commit cf4ead7

Browse files
GeorgeCGVcarlescufi
authored andcommitted
dts: arm: st: h7: cleanup stm32h725 line
Removes label and compatible properties from the flash section. The properties are provided by included stm32h723.dtsi. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent 15f0afc commit cf4ead7

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

dts/arm/st/h7/stm32h725.dtsi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/*
22
* Copyright (c) 2021 Esco Medical ApS
3+
*
34
* SPDX-License-Identifier: Apache-2.0
45
*/
56

6-
/*
7-
* The STM32H725 SoC family is functionally identical to the STM32H723 family except for the
8-
* presence of a built-in switch mode power supply (SMPS) on the H725 family. For this reason, the
9-
* H725 device tree can safely reuse the H723 devicetree
10-
*/
117
#include <st/h7/stm32h723.dtsi>

dts/arm/st/h7/stm32h725Xe.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2021 Esco Medical ApS
3+
*
34
* SPDX-License-Identifier: Apache-2.0
45
*/
56

@@ -10,8 +11,6 @@
1011
soc {
1112
flash-controller@52002000 {
1213
flash0: flash@8000000 {
13-
compatible = "soc-nv-flash";
14-
label = "FLASH_STM32";
1514
reg = <0x08000000 DT_SIZE_K(512)>;
1615
};
1716
};

dts/arm/st/h7/stm32h725Xg.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2021 Esco Medical ApS
3+
*
34
* SPDX-License-Identifier: Apache-2.0
45
*/
56

@@ -10,8 +11,6 @@
1011
soc {
1112
flash-controller@52002000 {
1213
flash0: flash@8000000 {
13-
compatible = "soc-nv-flash";
14-
label = "FLASH_STM32";
1514
reg = <0x08000000 DT_SIZE_M(1)>;
1615
};
1716
};

0 commit comments

Comments
 (0)