Skip to content

Commit a2079f4

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 a2079f4

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

dts/vendor/nordic/nrf9280.dtsi

Lines changed: 27 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,28 @@
358354
};
359355
};
360356

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

0 commit comments

Comments
 (0)