Skip to content

Commit bb8d571

Browse files
dts: nordic: nrf54h20: add missing ranges to global_peripherals
Add missing ranges to global_peripherals to explicitly translate child addresses of global_peripherals in ram (0x2f000000). Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent f52d71c commit bb8d571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@
506506
#address-cells = <1>;
507507
#size-cells = <1>;
508508
reg = <0x5f000000 0x1000000>;
509-
ranges = <0x0 0x5f000000 0x1000000>;
509+
ranges = <0x0 0x5f000000 0x1000000 /* registers */
510+
0x2f000000 0x2f000000 0x1000000>; /* ram */
510511

511512
usbhs: usbhs@86000 {
512513
compatible = "nordic,nrf-usbhs", "snps,dwc2";

0 commit comments

Comments
 (0)