Skip to content

Commit 9f9e4bb

Browse files
committed
[nrf-fromlist] dts: update memory map and remove ext-uicr
Upstream PR: zephyrproject-rtos/zephyr#79507 Signed-off-by: Håkon Amundsen <[email protected]>
1 parent 6f6b0e4 commit 9f9e4bb

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

dts/bindings/arm/nordic,nrf-uicr-v2.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

dts/common/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,8 @@
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

@@ -200,14 +192,12 @@
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 {

0 commit comments

Comments
 (0)