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:
Francois Ramu 2023-07-03 17:32:06 +02:00 committed by Carles Cufí
commit b6f27cda4c

View file

@ -495,6 +495,19 @@
dma-offset = <8>; dma-offset = <8>;
status = "disabled"; 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 { die_temp: dietemp {
@ -523,6 +536,11 @@
io-channels = <&adc1 2>; io-channels = <&adc1 2>;
status = "disabled"; status = "disabled";
}; };
usb_fs_phy: usbphy {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};
}; };
&nvic { &nvic {