Skip to content

Commit 0569293

Browse files
committed
dts: arm: st: stm32u3: Add USB DTS node
Add USB DTS node for STM32U3 series SoCs. Signed-off-by: Will McGloughlin <[email protected]>
1 parent 72fdf7e commit 0569293

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dts/arm/st/u3/stm32u3.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,25 @@
412412
STM32_DMA_16BITS)>;
413413
status = "disabled";
414414
};
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>;
415434
};
416435
};
417436

0 commit comments

Comments
 (0)