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 2e59e82 commit 1a8f5baCopy full SHA for 1a8f5ba
dts/arm/st/c0/stm32c071.dtsi
@@ -44,6 +44,20 @@
44
status = "disabled";
45
};
46
47
+ usb: usb@40005c00 {
48
+ compatible = "st,stm32-usb";
49
+ reg = <0x40005c00 0x400>;
50
+ interrupts = <8 0>;
51
+ interrupt-names = "usb";
52
+ num-bidir-endpoints = <8>;
53
+ ram-size = <2048>;
54
+ maximum-speed = "full-speed";
55
+ phys = <&usb_fs_phy>;
56
+ clocks = <&rcc STM32_CLOCK(APB1, 13)>,
57
+ <&rcc STM32_SRC_HSE USB_SEL(1)>;
58
+ status = "disabled";
59
+ };
60
+
61
spi2: spi@40003800 {
62
compatible = "st,stm32-spi-fifo", "st,stm32-spi";
63
#address-cells = <1>;
@@ -64,4 +78,9 @@
64
78
dma-channels = <5>;
65
79
66
80
81
82
+ usb_fs_phy: usbphy {
83
+ compatible = "usb-nop-xceiv";
84
+ #phy-cells = <0>;
85
67
86
0 commit comments