File tree 1 file changed +10
-10
lines changed
applications/sdp/mspi/boards
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
#address-cells = <1>;
11
11
#size-cells = <1>;
12
12
13
- sram_tx: memory@2003c000 {
14
- reg = <0x2003c000 0x07f0>;
13
+ sram_tx: memory@2003b400 {
14
+ reg = <0x2003b400 0x07f0>;
15
15
};
16
16
17
- sram_rx: memory@2003c7f0 {
18
- reg = <0x2003c7f0 0x07f0>;
17
+ sram_rx: memory@2003bbf0 {
18
+ reg = <0x2003bbf0 0x07f0>;
19
19
};
20
20
21
- cpuflpr_error_code: memory@2003cfe0 {
22
- reg = <0x2003cfe0 0x0020>; /* 32bytes */
21
+ cpuflpr_error_code: memory@2003c3e0 {
22
+ reg = <0x2003c3e0 0x0020>; /* 32bytes */
23
23
};
24
24
};
25
25
};
37
37
};
38
38
39
39
&cpuflpr_rram {
40
- reg = <0x17a000 DT_SIZE_K(12 )>;
40
+ reg = <0x179400 DT_SIZE_K(15 )>;
41
41
};
42
42
43
43
&cpuflpr_code_partition {
44
- reg = <0x0 DT_SIZE_K(12 )>;
44
+ reg = <0x0 DT_SIZE_K(15 )>;
45
45
};
46
46
47
47
&cpuflpr_sram {
48
- reg = <0x2003d000 DT_SIZE_K(12 )>;
49
- ranges = <0x0 0x2003d000 0x3000 >;
48
+ reg = <0x2003c400 DT_SIZE_K(15 )>;
49
+ ranges = <0x0 0x2003c400 0x3c00 >;
50
50
};
51
51
52
52
&cpuflpr_vevif_rx {
You can’t perform that action at this time.
0 commit comments