diff --git a/dts/vendor/nordic/nrf54h20.dtsi b/dts/vendor/nordic/nrf54h20.dtsi index 21b8056ff040f..005e2d48fe8db 100644 --- a/dts/vendor/nordic/nrf54h20.dtsi +++ b/dts/vendor/nordic/nrf54h20.dtsi @@ -151,6 +151,7 @@ reserved-memory { #address-cells = <1>; #size-cells = <1>; + ranges = <>; }; clocks { @@ -494,7 +495,8 @@ #address-cells = <1>; #size-cells = <1>; reg = <0x5f000000 0x1000000>; - ranges = <0x0 0x5f000000 0x1000000>; + ranges = <0x0 0x5f000000 0x1000000 /* registers */ + 0x2f000000 0x2f000000 0x1000000>; /* ram */ usbhs: usbhs@86000 { compatible = "nordic,nrf-usbhs", "snps,dwc2";