Skip to content

Commit fd6ebd8

Browse files
dts: vendor: nordic: Fix missing mapping nrf9280.dtsi
Fix missing mapping for usbhs@86000 <0x2f700000 0x40000> on parent node peripheral@5f000000. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 11b32fe commit fd6ebd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/vendor/nordic/nrf9280.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@
363363
reg = <0x5f000000 0x1000000>;
364364
#address-cells = <1>;
365365
#size-cells = <1>;
366-
ranges = <0x0 0x5f000000 0x1000000>;
366+
ranges = <0x0 0x5f000000 0x1000000
367+
0x2f700000 0x2f700000 0x40000>;
367368

368369
usbhs: usbhs@86000 {
369370
compatible = "nordic,nrf-usbhs", "snps,dwc2";

0 commit comments

Comments
 (0)