File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 3838 clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000008>;
3939 status = "disabled";
4040 };
41+
42+ usbotg_fs: usb@40080000 {
43+ compatible = "st,stm32-otgfs";
44+ reg = <0x40080000 0x40000>;
45+ interrupts = <98 0>, <99 0>, <100 0>, <101 0>;
46+ interrupt-names = "ep1_out", "ep1_in", "wkup", "otgfs";
47+ num-bidir-endpoints = <9>;
48+ ram-size = <4096>;
49+ maximum-speed = "full-speed";
50+ clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x08000000>;
51+ phys = <&otghs_fs_phy>;
52+ status = "disabled";
53+ };
4154 };
4255 /*
4356 * The RAM memories placed here can be used by both cores M4/M7
7891 compatible = "zephyr,memory-region", "mmio-sram";
7992 zephyr,memory-region = "SRAM4";
8093 };
94+
95+ otghs_fs_phy: otghs_fs_phy {
96+ compatible = "usb-nop-xceiv";
97+ #phy-cells = <0>;
98+ };
8199};
You can’t perform that action at this time.
0 commit comments