| 
84 | 84 | 			device_type = "cpu";  | 
85 | 85 | 			clock-frequency = <DT_FREQ_M(320)>;  | 
86 | 86 | 			riscv,isa = "rv32emc";  | 
87 |  | -			nordic,bus-width = <32>;  | 
 | 87 | +			nordic,bus-width = <64>;  | 
88 | 88 | 
 
  | 
89 | 89 | 			cpuflpr_vevif_rx: mailbox {  | 
90 | 90 | 				compatible = "nordic,nrf-vevif-task-rx";  | 
 | 
135 | 135 | 				compatible = "zephyr,power-state";  | 
136 | 136 | 				power-state-name = "suspend-to-idle";  | 
137 | 137 | 				substate-id = <2>;  | 
138 |  | -				min-residency-us = <1000>;  | 
139 |  | -				exit-latency-us = <30>;  | 
 | 138 | +				min-residency-us = <100000>;  | 
140 | 139 | 			};  | 
141 | 140 | 			s2ram: s2ram {  | 
142 | 141 | 				compatible = "zephyr,power-state";  | 
143 | 142 | 				power-state-name = "suspend-to-ram";  | 
144 |  | -				min-residency-us = <2000>;  | 
145 |  | -				exit-latency-us = <260>;  | 
 | 143 | +				min-residency-us = <800000>;  | 
146 | 144 | 			};  | 
147 | 145 | 		};  | 
148 | 146 | 	};  | 
 | 
224 | 222 | 		cpuapp_uicr: uicr@fff8000 {  | 
225 | 223 | 			compatible = "nordic,nrf-uicr-v2";  | 
226 | 224 | 			reg = <0xfff8000 DT_SIZE_K(2)>;  | 
227 |  | -			#address-cells = <1>;  | 
228 |  | -			#size-cells = <1>;  | 
229 |  | -			ranges = <0x0 0xfff8000 DT_SIZE_K(2)>;  | 
230 | 225 | 			domain = <2>;  | 
231 |  | - | 
232 |  | -			bicr: bicr@7b0 {  | 
233 |  | -				compatible = "nordic,nrf-bicr";  | 
234 |  | -				reg = <0x7b0 48>;  | 
235 |  | -			};  | 
236 | 226 | 		};  | 
237 | 227 | 
 
  | 
238 | 228 | 		cpurad_uicr: uicr@fffa000 {  | 
 | 
266 | 256 | 		cpuapp_peripherals: peripheral@52000000 {  | 
267 | 257 | 			#address-cells = <1>;  | 
268 | 258 | 			#size-cells = <1>;  | 
269 |  | -			reg = <0x52000000 0x1000000>;  | 
270 | 259 | 			ranges = <0x0 0x52000000 0x1000000>;  | 
271 | 260 | 
 
  | 
272 | 261 | 			cpuapp_hsfll: clock@d000 {  | 
 | 
360 | 349 | 			dppic020: dppic@22000 {  | 
361 | 350 | 				compatible = "nordic,nrf-dppic-local";  | 
362 | 351 | 				reg = <0x22000 0x1000>;  | 
 | 352 | +				channels = <32>;  | 
363 | 353 | 				status = "disabled";  | 
364 | 354 | 			};  | 
365 | 355 | 
 
  | 
 | 
485 | 475 | 		tdd_peripherals: peripheral@bf000000 {  | 
486 | 476 | 			#address-cells = <1>;  | 
487 | 477 | 			#size-cells = <1>;  | 
488 |  | -			reg = <0xbf000000 0x1000000>;  | 
489 | 478 | 			ranges = <0x0 0xbf000000 0x1000000>;  | 
490 | 479 | 
 
  | 
491 | 480 | 			tbm: tbm@3000 {  | 
 | 
505 | 494 | 		global_peripherals: peripheral@5f000000 {  | 
506 | 495 | 			#address-cells = <1>;  | 
507 | 496 | 			#size-cells = <1>;  | 
508 |  | -			reg = <0x5f000000 0x1000000>;  | 
509 | 497 | 			ranges = <0x0 0x5f000000 0x1000000>;  | 
510 | 498 | 
 
  | 
511 | 499 | 			usbhs: usbhs@86000 {  | 
 | 
0 commit comments