Skip to content

Commit 8ce69dc

Browse files
nordicjmtmon-nordic
authored andcommitted
[nrf fromtree] dts: vendor: nordic: nrf54lm20a: Fix invalid reg for USB
Fixes an invalid reg value which duplicated the parents range property Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 4edc357) Signed-off-by: Tomasz Moń <[email protected]>
1 parent 8c2f434 commit 8ce69dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/vendor/nordic/nrf54lm20a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226

227227
usbhs: usbhs@5a000 {
228228
compatible = "nordic,nrf-usbhs-nrf54l", "snps,dwc2";
229-
reg = <0x5a000 0x1000>, <0x50020000 0x1a000>;
229+
reg = <0x5a000 0x1000>, <0x20000 0x1a000>;
230230
reg-names = "wrapper", "core";
231231
interrupts = <90 NRF_DEFAULT_IRQ_PRIORITY>;
232232
num-in-eps = <16>;

0 commit comments

Comments
 (0)