Skip to content

Commit 7ff0ce9

Browse files
committed
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]>
1 parent bcc4689 commit 7ff0ce9

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
@@ -212,7 +212,7 @@
212212

213213
usbhs: usbhs@5a000 {
214214
compatible = "nordic,nrf-usbhs-nrf54l", "snps,dwc2";
215-
reg = <0x5a000 0x1000>, <0x50020000 0x1a000>;
215+
reg = <0x5a000 0x1000>, <0x20000 0x1a000>;
216216
reg-names = "wrapper", "core";
217217
interrupts = <90 NRF_DEFAULT_IRQ_PRIORITY>;
218218
num-in-eps = <16>;

0 commit comments

Comments
 (0)