|
10 | 10 | #address-cells = <1>;
|
11 | 11 | #size-cells = <1>;
|
12 | 12 |
|
13 |
| - cpuflpr_code_partition: image@17a000 { |
14 |
| - reg = <0x17a000 DT_SIZE_K(12)>; |
| 13 | + cpuflpr_code_partition: image@179400 { |
| 14 | + reg = <0x179400 DT_SIZE_K(15)>; |
15 | 15 | };
|
16 | 16 |
|
17 |
| - sram_rx: memory@2003c000 { |
18 |
| - reg = <0x2003c000 0x07f0>; |
| 17 | + sram_rx: memory@2003b400 { |
| 18 | + reg = <0x2003b400 0x07f0>; |
19 | 19 | };
|
20 | 20 |
|
21 |
| - sram_tx: memory@2003c7f0 { |
22 |
| - reg = <0x2003c7f0 0x07f0>; |
| 21 | + sram_tx: memory@2003bbf0 { |
| 22 | + reg = <0x2003bbf0 0x07f0>; |
23 | 23 | };
|
24 | 24 |
|
25 |
| - cpuflpr_error_code: memory@2003cfe0 { |
26 |
| - reg = <0x2003cfe0 0x0020>; /* 32bytes */ |
| 25 | + cpuflpr_error_code: memory@2003c3e0 { |
| 26 | + reg = <0x2003c3e0 0x0020>; /* 32bytes */ |
27 | 27 | };
|
28 | 28 | };
|
29 | 29 |
|
30 |
| - cpuflpr_sram_code_data: memory@2003d000 { |
| 30 | + cpuflpr_sram_code_data: memory@2003c400 { |
31 | 31 | compatible = "mmio-sram";
|
32 |
| - reg = <0x2003d000 DT_SIZE_K(12)>; |
| 32 | + reg = <0x2003c400 DT_SIZE_K(15)>; |
33 | 33 | #address-cells = <1>;
|
34 | 34 | #size-cells = <1>;
|
35 |
| - ranges = <0x0 0x2003d000 0x3000>; |
| 35 | + ranges = <0x0 0x2003c400 0x3c00>; |
36 | 36 | };
|
37 | 37 | };
|
38 | 38 |
|
|
49 | 49 | };
|
50 | 50 |
|
51 | 51 | &cpuapp_rram {
|
52 |
| - reg = <0x0 DT_SIZE_K(1512)>; |
| 52 | + reg = <0x0 DT_SIZE_K(1509)>; |
53 | 53 | };
|
54 | 54 |
|
55 | 55 | &cpuapp_sram {
|
56 |
| - reg = <0x20000000 DT_SIZE_K(240)>; |
57 |
| - ranges = <0x0 0x20000000 0x3c000>; |
| 56 | + reg = <0x20000000 DT_SIZE_K(237)>; |
| 57 | + ranges = <0x0 0x20000000 0x3b400>; |
58 | 58 | };
|
59 | 59 |
|
60 | 60 | &cpuflpr_vpr {
|
|
0 commit comments