dts: arm: stm32h5 serie has a full-speed USB 2.0 bus
Introduce the stm32H5 USB node for the stm32H5 serie Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
39391b4a16
commit
b6f27cda4c
1 changed files with 18 additions and 0 deletions
|
@ -495,6 +495,19 @@
|
|||
dma-offset = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usb: usb@40016000 {
|
||||
compatible = "st,stm32-usb";
|
||||
reg = <0x40016000 0x400>;
|
||||
interrupts = <74 0>;
|
||||
interrupt-names = "usb";
|
||||
num-bidir-endpoints = <8>;
|
||||
ram-size = <2048>;
|
||||
phys = <&usb_fs_phy>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x01000000>,
|
||||
<&rcc STM32_SRC_HSI48 USB_SEL(3)>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
die_temp: dietemp {
|
||||
|
@ -523,6 +536,11 @@
|
|||
io-channels = <&adc1 2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usb_fs_phy: usbphy {
|
||||
compatible = "usb-nop-xceiv";
|
||||
#phy-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
&nvic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue