From 7ff0ce97d29a4ab9592abc2535ad13923da30e6e Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 16 Oct 2025 12:53:46 +0100 Subject: [PATCH] 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 --- dts/vendor/nordic/nrf54lm20a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/vendor/nordic/nrf54lm20a.dtsi b/dts/vendor/nordic/nrf54lm20a.dtsi index 233e4417986a5..15a7d5233ccff 100644 --- a/dts/vendor/nordic/nrf54lm20a.dtsi +++ b/dts/vendor/nordic/nrf54lm20a.dtsi @@ -212,7 +212,7 @@ usbhs: usbhs@5a000 { compatible = "nordic,nrf-usbhs-nrf54l", "snps,dwc2"; - reg = <0x5a000 0x1000>, <0x50020000 0x1a000>; + reg = <0x5a000 0x1000>, <0x20000 0x1a000>; reg-names = "wrapper", "core"; interrupts = <90 NRF_DEFAULT_IRQ_PRIORITY>; num-in-eps = <16>;