Skip to content

Commit e7d6080

Browse files
erwangogalak
authored andcommitted
dts/arm/st: u5: Introduce stm32u585 variant
For now this variant is same as available stm32u575 Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 92e3fc2 commit e7d6080

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

dts/arm/st/u5/stm32u585.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2021 Linaro Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <st/u5/stm32u575.dtsi>

dts/arm/st/u5/stm32u585Xi.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2021 Linaro Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#include <mem.h>
7+
#include <st/u5/stm32u585.dtsi>
8+
9+
/ {
10+
sram0: memory@20000000 {
11+
reg = <0x20000000 DT_SIZE_K(786)>;
12+
};
13+
14+
soc {
15+
flash-controller@40022000 {
16+
flash0: flash@8000000 {
17+
reg = <0x08000000 DT_SIZE_M(2)>;
18+
};
19+
};
20+
};
21+
};

0 commit comments

Comments
 (0)