Skip to content

Commit 69dd254

Browse files
GeorgeCGVcarlescufi
authored andcommitted
dts: arm: st: h7: add support for stm32h730XB
Extends H7 series with DeviceTree for STM32H730XB SoC from H730 line. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent cf4ead7 commit 69dd254

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

dts/arm/st/h7/stm32h730.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright (c) 2022 Georgij Cernysiov <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <st/h7/stm32h725.dtsi>
8+
9+
/ {
10+
soc {
11+
cryp: cryp@48021000 {
12+
compatible = "st,stm32-cryp";
13+
reg = <0x48021000 0x400>;
14+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000010>;
15+
interrupts = <79 0>;
16+
status = "disabled";
17+
label = "CRYP";
18+
};
19+
};
20+
};

dts/arm/st/h7/stm32h730Xb.dtsi

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

0 commit comments

Comments
 (0)