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>
This commit is contained in:
parent
9c1cebdb70
commit
cd9bcd8b0d
@ -413,9 +413,9 @@
|
||||
#dma-cells = <3>;
|
||||
};
|
||||
|
||||
usbd: usbd@50100000 {
|
||||
usbd: usbd@50110000 {
|
||||
compatible = "raspberrypi,pico-usbd";
|
||||
reg = <0x50100000 0x10000>;
|
||||
reg = <0x50110000 0x10000>;
|
||||
resets = <&reset RPI_PICO_RESETS_RESET_USBCTRL>;
|
||||
clocks = <&clocks RPI_PICO_CLKID_CLK_USB>;
|
||||
interrupts = <14 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user