File tree Expand file tree Collapse file tree 5 files changed +113
-4
lines changed Expand file tree Collapse file tree 5 files changed +113
-4
lines changed Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: Apache-2.0 */
2
+
3
+ #include <mem.h>
4
+ #include <ti/mspm0/g/mspm0gx51x.dtsi>
5
+
6
+ / {
7
+ soc {
8
+ /*
9
+ * Sram Bank 0 (sram0) has ECC checking
10
+ * Sram Bank 1 (sram1) is unchecked
11
+ */
12
+ sram0: memory@20000000 {
13
+ reg = <0x20000000 DT_SIZE_K(64)>;
14
+ };
15
+
16
+ sram1: memory@20210000 {
17
+ reg = <0x20210000 DT_SIZE_K(64)>;
18
+ };
19
+
20
+ flash0: serial-flash@0 {
21
+ reg = <0x0 DT_SIZE_K(128)>;
22
+ };
23
+
24
+ flash1: serial-flash@40000 {
25
+ reg = <0x40000 DT_SIZE_K(128)>;
26
+ };
27
+
28
+ flash2: serial-flash@41e00000 {
29
+ reg = <0x41E00000 DT_SIZE_K(16)>;
30
+ };
31
+ };
32
+ };
Original file line number Diff line number Diff line change 5
5
6
6
/ {
7
7
soc {
8
+ /*
9
+ * Sram Bank 0 (sram0) has ECC checking
10
+ * Sram Bank 1 (sram1) is unchecked
11
+ */
8
12
sram0: memory@20000000 {
9
- reg = <0x20000000 DT_SIZE_K(128)>;
13
+ reg = <0x20000000 DT_SIZE_K(64)>;
14
+ };
15
+
16
+ sram1: memory@20210000 {
17
+ reg = <0x20210000 DT_SIZE_K(64)>;
10
18
};
11
19
12
20
flash0: serial-flash@0 {
13
- reg = <0x0 DT_SIZE_K(512)>;
21
+ reg = <0x0 DT_SIZE_K(256)>;
22
+ };
23
+
24
+ flash1: serial-flash@40000 {
25
+ reg = <0x40000 DT_SIZE_K(256)>;
26
+ };
27
+
28
+ flash2: serial-flash@41e00000 {
29
+ reg = <0x41E00000 DT_SIZE_K(16)>;
14
30
};
15
31
};
16
32
};
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: Apache-2.0 */
2
+
3
+ #include <mem.h>
4
+ #include <ti/mspm0/g/mspm0gx51x.dtsi>
5
+
6
+ / {
7
+ soc {
8
+ /*
9
+ * Sram Bank 0 (sram0) has ECC checking
10
+ * Sram Bank 1 (sram1) is unchecked
11
+ */
12
+ sram0: memory@20000000 {
13
+ reg = <0x20000000 DT_SIZE_K(64)>;
14
+ };
15
+
16
+ sram1: memory@20210000 {
17
+ reg = <0x20210000 DT_SIZE_K(64)>;
18
+ };
19
+
20
+ flash0: serial-flash@0 {
21
+ reg = <0x0 DT_SIZE_K(128)>;
22
+ };
23
+
24
+ flash1: serial-flash@40000 {
25
+ reg = <0x40000 DT_SIZE_K(128)>;
26
+ };
27
+
28
+ flash2: serial-flash@41e00000 {
29
+ reg = <0x41E00000 DT_SIZE_K(16)>;
30
+ };
31
+ };
32
+ };
Original file line number Diff line number Diff line change 5
5
6
6
/ {
7
7
soc {
8
+ /*
9
+ * Sram Bank 0 (sram0) has ECC checking
10
+ * Sram Bank 1 (sram1) is unchecked
11
+ */
8
12
sram0: memory@20000000 {
9
- reg = <0x20000000 DT_SIZE_K(128)>;
13
+ reg = <0x20000000 DT_SIZE_K(64)>;
14
+ };
15
+
16
+ sram1: memory@20210000 {
17
+ reg = <0x20210000 DT_SIZE_K(64)>;
10
18
};
11
19
12
20
flash0: serial-flash@0 {
13
- reg = <0x0 DT_SIZE_K(512)>;
21
+ reg = <0x0 DT_SIZE_K(256)>;
22
+ };
23
+
24
+ flash1: serial-flash@40000 {
25
+ reg = <0x40000 DT_SIZE_K(256)>;
26
+ };
27
+
28
+ flash2: serial-flash@41e00000 {
29
+ reg = <0x41E00000 DT_SIZE_K(16)>;
14
30
};
15
31
};
16
32
};
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: Apache-2.0 */
2
2
3
3
#include <ti/mspm0/g/mspm0g.dtsi>
4
+
5
+ /{
6
+ soc {
7
+ gpioc: gpio@400a4000 {
8
+ compatible = "ti,mspm0-gpio";
9
+ reg = <0x400a4000 0x2000>;
10
+ interrupts = <1 0>;
11
+ status = "disabled";
12
+ gpio-controller;
13
+ #gpio-cells = <2>;
14
+ };
15
+ };
16
+ };
You can’t perform that action at this time.
0 commit comments