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:
parent
40cae2d281
commit
a10f2e87cc
1 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue