We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e3fc2 commit e7d6080Copy full SHA for e7d6080
dts/arm/st/u5/stm32u585.dtsi
@@ -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
@@ -0,0 +1,21 @@
+#include <mem.h>
+#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