Skip to content

Commit 51f69e0

Browse files
[nrf fromlist] dts: nordic: add uicr node to nrf9280 dtsi
- Removed cpurad_uicr and cpuapp_uicr nodes and added uicr node at address 0xfff8000 for nRF9280. Signed-off-by: Aymen LAOUINI <[email protected]>
1 parent 2ece195 commit 51f69e0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

dts/vendor/nordic/nrf9280.dtsi

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,12 @@
116116
write-block-size = <16>;
117117
};
118118

119-
cpuapp_uicr: uicr@fff8000 {
120-
compatible = "nordic,nrf-uicr-v2";
119+
uicr: uicr@fff8000 {
120+
compatible = "nordic,nrf-uicr";
121121
reg = <0xfff8000 DT_SIZE_K(2)>;
122-
domain = <2>;
123-
};
124-
125-
cpurad_uicr: uicr@fffa000 {
126-
compatible = "nordic,nrf-uicr-v2";
127-
reg = <0xfffa000 DT_SIZE_K(2)>;
128-
domain = <3>;
122+
#address-cells = <1>;
123+
#size-cells = <1>;
124+
ranges = <0x0 0xfff8000 DT_SIZE_K(2)>;
129125
};
130126

131127
ficr: ficr@fffe000 {

0 commit comments

Comments
 (0)