File tree Expand file tree Collapse file tree 1 file changed +26
-9
lines changed Expand file tree Collapse file tree 1 file changed +26
-9
lines changed Original file line number Diff line number Diff line change 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 {
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>;
You can’t perform that action at this time.
0 commit comments