Skip to content

Commit 31efcf6

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 cba9dce commit 31efcf6

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
@@ -494,7 +494,8 @@
494494
#address-cells = <1>;
495495
#size-cells = <1>;
496496
reg = <0x5f000000 0x1000000>;
497-
ranges = <0x0 0x5f000000 0x1000000>;
497+
ranges = <0x0 0x5f000000 0x1000000 /* registers */
498+
0x2f000000 0x2f000000 0x1000000>; /* ram */
498499

499500
usbhs: usbhs@86000 {
500501
compatible = "nordic,nrf-usbhs", "snps,dwc2";

0 commit comments

Comments
 (0)