We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f62db commit f502d6bCopy full SHA for f502d6b
dts/arm/st/u3/stm32u3.dtsi
@@ -401,6 +401,25 @@
401
STM32_DMA_16BITS)>;
402
status = "disabled";
403
};
404
+
405
+ usb: usb@40016000 {
406
+ compatible = "st,stm32-usb";
407
+ reg = <0x40016000 0x400>;
408
+ interrupts = <73 0>;
409
+ interrupt-names = "usb";
410
+ num-bidir-endpoints = <8>;
411
+ ram-size = <2048>;
412
+ maximum-speed = "full-speed";
413
+ clocks = <&rcc STM32_CLOCK(APB2, 24)>,
414
+ <&rcc STM32_SRC_HSI48 ICLK_SEL(0)>;
415
+ phys = <&usb_fs_phy>;
416
+ status = "disabled";
417
+ };
418
419
420
+ usb_fs_phy: usb_fs_phy {
421
+ compatible = "usb-nop-xceiv";
422
+ #phy-cells = <0>;
423
424
425
0 commit comments