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