File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 2
2
name : scobc_a1
3
3
full_name : SC-OBC Module A1
4
4
vendor : sc
5
+ revision :
6
+ format : major.minor.patch
7
+ default : 2.0.0
8
+ revisions :
9
+ - name : 1.0.0
10
+ - name : 2.0.0
5
11
socs :
6
12
- name : designstart_fpga_cortex_m3
Original file line number Diff line number Diff line change 38
38
soc {
39
39
hrmem: memory@0 {
40
40
compatible = "sc,hrmem";
41
- reg = <0x00000000 DT_SIZE_K(128 )>;
41
+ reg = <0x00000000 DT_SIZE_M(4 )>;
42
42
};
43
43
44
- uartlite0: uartlite@50010000 {
44
+ uartlite0: uartlite@4f010000 {
45
45
compatible = "xlnx,xps-uartlite-1.00.a";
46
46
interrupts = <0 0>;
47
- reg = <0x50010000 0x10000>;
47
+ reg = <0x4f010000 0x10000>;
48
48
};
49
49
};
50
50
};
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Space Cubics Inc.
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /delete-node/ &hrmem;
8
+ /delete-node/ &uartlite0;
9
+
10
+ / {
11
+ soc {
12
+ hrmem: memory@0 {
13
+ compatible = "sc,hrmem";
14
+ reg = <0x00000000 DT_SIZE_K(128)>;
15
+ };
16
+
17
+ uartlite0: uartlite@50010000 {
18
+ compatible = "xlnx,xps-uartlite-1.00.a";
19
+ interrupts = <0 0>;
20
+ reg = <0x50010000 0x10000>;
21
+ };
22
+ };
23
+ };
You can’t perform that action at this time.
0 commit comments