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 0fe091b commit d0c90f7Copy full SHA for d0c90f7
dts/arm/st/u3/stm32u3.dtsi
@@ -412,6 +412,25 @@
412
STM32_DMA_16BITS)>;
413
status = "disabled";
414
};
415
+
416
+ usb: usb@40016000 {
417
+ compatible = "st,stm32-usb";
418
+ reg = <0x40016000 0x400>;
419
+ interrupts = <73 0>;
420
+ interrupt-names = "usb";
421
+ num-bidir-endpoints = <8>;
422
+ ram-size = <2048>;
423
+ maximum-speed = "full-speed";
424
+ clocks = <&rcc STM32_CLOCK(APB2, 24)>,
425
+ <&rcc STM32_SRC_HSI48 ICLK_SEL(0)>;
426
+ phys = <&usb_fs_phy>;
427
+ status = "disabled";
428
+ };
429
430
431
+ usb_fs_phy: usb_fs_phy {
432
+ compatible = "usb-nop-xceiv";
433
+ #phy-cells = <0>;
434
435
436
0 commit comments