Skip to content

Commit cd9bcd8

Browse files
jamesturtonkartben
authored andcommitted
dts: rp2350: Fix USB controller base address
Fix USB controller base address. rp2040 was fixed in a10f2e8 and the rp2350 uses the same base address. Signed-off-by: James Turton <james.turton@gmx.com>
1 parent 9c1cebd commit cd9bcd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/raspberrypi/rpi_pico/rp2350.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@
413413
#dma-cells = <3>;
414414
};
415415

416-
usbd: usbd@50100000 {
416+
usbd: usbd@50110000 {
417417
compatible = "raspberrypi,pico-usbd";
418-
reg = <0x50100000 0x10000>;
418+
reg = <0x50110000 0x10000>;
419419
resets = <&reset RPI_PICO_RESETS_RESET_USBCTRL>;
420420
clocks = <&clocks RPI_PICO_CLKID_CLK_USB>;
421421
interrupts = <14 RPI_PICO_DEFAULT_IRQ_PRIORITY>;

0 commit comments

Comments
 (0)