File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
#address-cells = <1>;
10
10
#size-cells = <1>;
11
11
12
- cpuflpr_code_partition: image@1ed000 {
12
+ cpuflpr_code_partition: image@1e5000 {
13
13
/* FLPR core code partition */
14
- reg = <0x1ed000 DT_SIZE_K(64 )>;
14
+ reg = <0x1e5000 DT_SIZE_K(96 )>;
15
15
};
16
16
};
17
17
18
- cpuflpr_sram_code_data: memory@2006fc00 {
18
+ cpuflpr_sram_code_data: memory@20067c00 {
19
19
compatible = "mmio-sram";
20
- reg = <0x2006fc00 DT_SIZE_K(64 )>;
20
+ reg = <0x20067c00 DT_SIZE_K(96 )>;
21
21
#address-cells = <1>;
22
22
#size-cells = <1>;
23
- ranges = <0x0 0x2006fc00 0x10000 >;
23
+ ranges = <0x0 0x20067c00 DT_SIZE_K(96) >;
24
24
};
25
25
};
26
26
};
27
27
28
+ &cpuapp_sram {
29
+ reg = <0x20000000 DT_SIZE_K(415)>;
30
+ ranges = <0x0 0x20000000 DT_SIZE_K(415)>;
31
+ };
32
+
28
33
&uart30 {
29
34
status = "reserved";
30
35
};
You can’t perform that action at this time.
0 commit comments