File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,3 @@ properties:
1717 description : |
1818 Domain ID of the domain associated with this UICR instance. Must be unique
1919 across all UICR instances in the system.
20-
21- ptr-ext-uicr :
22- type : phandle
23- required : true
24- description : |
25- Handle of a memory region reserved to contain an Extended UICR instance.
26- The address of that node will be stored in the UICR.PTREXTUICR register.
Original file line number Diff line number Diff line change 128128 #address-cells = <1>;
129129 #size-cells = <1>;
130130
131- suit_storage_partition: memory@e1eb000 {
132- reg = <0xe1eb000 DT_SIZE_K(24)>;
133- };
134-
135- cpurad_uicr_ext: memory@e1ff000 {
136- reg = <0xe1ff000 DT_SIZE_K(2)>;
137- };
138-
139- cpuapp_uicr_ext: memory@e1ff800 {
140- reg = <0xe1ff800 DT_SIZE_K(2)>;
131+ suit_storage_partition: memory@e1ed000 {
132+ reg = <0xe1ed000 DT_SIZE_K(20)>;
141133 };
142134 };
143135
200192 compatible = "nordic,nrf-uicr-v2";
201193 reg = <0xfff8000 DT_SIZE_K(2)>;
202194 domain = <2>;
203- ptr-ext-uicr = <&cpuapp_uicr_ext>;
204195 };
205196
206197 cpurad_uicr: uicr@fffa000 {
207198 compatible = "nordic,nrf-uicr-v2";
208199 reg = <0xfffa000 DT_SIZE_K(2)>;
209200 domain = <3>;
210- ptr-ext-uicr = <&cpurad_uicr_ext>;
211201 };
212202
213203 ficr: ficr@fffe000 {
You can’t perform that action at this time.
0 commit comments