Skip to content

Commit ca840f0

Browse files
[nrf fromlist] dts: nordic: update nrf9280 nodes in dtsi
- Removed cpurad_uicr and cpuapp_uicr nodes and added uicr node at address 0xfff8000 for nRF9280. - Add bicr node defined in same node as uicr but at offset 800. - Add tdd_peripherals node. Upstream PR #: 95549 Signed-off-by: Aymen LAOUINI <[email protected]>
1 parent 6a23b8a commit ca840f0

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

dts/vendor/nordic/nrf9280.dtsi

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

119-
cpuapp_uicr: uicr@fff8000 {
120-
compatible = "nordic,nrf-uicr-v2";
121-
reg = <0xfff8000 DT_SIZE_K(2)>;
122-
domain = <2>;
123-
};
119+
uicr: uicr@fff8000 {
120+
compatible = "nordic,nrf-uicr";
121+
reg = <0xfff8000 DT_SIZE_K(3)>;
122+
#address-cells = <1>;
123+
#size-cells = <1>;
124+
ranges = <0x0 0xfff8000 DT_SIZE_K(3)>;
124125

125-
cpurad_uicr: uicr@fffa000 {
126-
compatible = "nordic,nrf-uicr-v2";
127-
reg = <0xfffa000 DT_SIZE_K(2)>;
128-
domain = <3>;
126+
bicr: bicr@800 {
127+
compatible = "nordic,nrf-bicr";
128+
reg = <0x800 204>;
129+
};
129130
};
130131

131132
ficr: ficr@fffe000 {
@@ -358,6 +359,28 @@
358359
};
359360
};
360361

362+
tdd_peripherals: peripheral@bf000000 {
363+
#address-cells = <1>;
364+
#size-cells = <1>;
365+
reg = <0xbf000000 0x1000000>;
366+
ranges = <0x0 0xbf000000 0x1000000>;
367+
368+
tbm: tbm@3000 {
369+
compatible = "nordic,nrf-tbm";
370+
reg = <0x3000 0x408>;
371+
status = "disabled";
372+
interrupts = <127 NRF_DEFAULT_IRQ_PRIORITY>;
373+
};
374+
375+
hsfll200: clock@4000 {
376+
compatible = "fixed-clock";
377+
reg = <0x4000 0x1000>;
378+
#clock-cells = <0>;
379+
status = "disabled";
380+
clock-frequency = <DT_FREQ_M(320)>;
381+
};
382+
};
383+
361384
global_peripherals: peripheral@5f000000 {
362385
#address-cells = <1>;
363386
#size-cells = <1>;

0 commit comments

Comments
 (0)