Skip to content

Commit b6ca0af

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 tdd_peripherals node. Upstream PR #: 95549 Signed-off-by: Aymen LAOUINI <[email protected]>
1 parent 1e9a424 commit b6ca0af

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

dts/vendor/nordic/nrf9280.dtsi

Lines changed: 26 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 {
@@ -358,6 +354,27 @@
358354
};
359355
};
360356

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

0 commit comments

Comments
 (0)