dts: rp2040: fix USB controller base address

Fix USB controller base address.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2024-08-19 19:13:57 +02:00 committed by Anas Nashif
commit a10f2e87cc

View file

@ -325,9 +325,9 @@
status = "disabled";
};
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 = <5 RPI_PICO_DEFAULT_IRQ_PRIORITY>;