|
95 | 95 |
|
96 | 96 | cpuapp_sram: memory@20000000 {
|
97 | 97 | compatible = "mmio-sram";
|
98 |
| - reg = <0x20000000 DT_SIZE_K(447)>; |
| 98 | + reg = <0x20000000 DT_SIZE_K(415)>; |
99 | 99 | #address-cells = <1>;
|
100 | 100 | #size-cells = <1>;
|
101 |
| - ranges = <0x0 0x20000000 0x6fc00>; |
| 101 | + ranges = <0x0 0x20000000 0x67c00>; |
102 | 102 | };
|
103 | 103 |
|
104 |
| - cpuflpr_sram: memory@2006fc00 { |
| 104 | + cpuflpr_sram: memory@20067c00 { |
105 | 105 | compatible = "mmio-sram";
|
106 |
| - reg = <0x2006fc00 DT_SIZE_K(64)>; |
| 106 | + reg = <0x20067c00 DT_SIZE_K(96)>; |
107 | 107 | #address-cells = <1>;
|
108 | 108 | #size-cells = <1>;
|
109 |
| - ranges = <0x0 0x2006fc00 0x10000>; |
| 109 | + ranges = <0x0 0x20067c00 0x18000>; |
110 | 110 | };
|
111 | 111 |
|
| 112 | + /* 0x20067c00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */ |
| 113 | + |
112 | 114 | global_peripherals: peripheral@50000000 {
|
113 | 115 | ranges = <0x0 0x50000000 0x10000000>;
|
114 | 116 | #address-cells = <1>;
|
|
794 | 796 |
|
795 | 797 | cpuapp_rram: rram@0 {
|
796 | 798 | compatible = "soc-nv-flash";
|
797 |
| - reg = <0x0 DT_SIZE_K(1972)>; |
| 799 | + reg = <0x0 DT_SIZE_K(1940)>; |
798 | 800 | erase-block-size = <4096>;
|
799 | 801 | write-block-size = <16>;
|
800 | 802 | };
|
801 | 803 |
|
802 |
| - cpuflpr_rram: rram@1ed000 { |
| 804 | + cpuflpr_rram: rram@1e5000 { |
803 | 805 | compatible = "soc-nv-flash";
|
804 |
| - reg = <0x1ed000 DT_SIZE_K(64)>; |
| 806 | + reg = <0x1e5000 DT_SIZE_K(96)>; |
805 | 807 | erase-block-size = <4096>;
|
806 | 808 | write-block-size = <16>;
|
807 | 809 | };
|
|
0 commit comments