Skip to content

Commit fe3613d

Browse files
erwangocarlescufi
authored andcommitted
dts: stm32h7: Set stm32h747 as a stm32h745 superset
Simplify stm32h7 dts series dts description by defining stm32h747 as a stm32h475 superset. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 6d8fe6e commit fe3613d

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

dts/arm/st/h7/stm32h747.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <st/h7/stm32h7_dualcore.dtsi>
7+
#include <st/h7/stm32h745.dtsi>

dts/arm/st/h7/stm32h747Xi_m4.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
/delete-node/ cpu@0;
1313
};
1414

15-
/* system data RAM accessible over over AXI bus */
16-
sram1: memory@10000000 {
17-
reg = <0x10000000 DT_SIZE_K(288)>;
18-
compatible = "mmio-sram";
19-
};
20-
2115
soc {
2216
flash-controller@52002000 {
2317
flash1: flash@8100000 {

dts/arm/st/h7/stm32h747Xi_m7.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
/delete-node/ cpu@1;
1313
};
1414

15-
/* system data RAM accessible over over AXI bus */
16-
sram0: memory@24000000 {
17-
reg = <0x24000000 DT_SIZE_K(512)>;
18-
compatible = "mmio-sram";
19-
};
20-
2115
soc {
2216
flash-controller@52002000 {
2317
flash0: flash@8000000 {

0 commit comments

Comments
 (0)