summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32mp131.dtsi
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@foss.st.com>2022-10-14 16:15:03 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2022-10-24 11:51:46 +0200
commit2a46bb66c47ff3ef8e4cfd3936cbabca58a546f6 (patch)
treeaf428b8d976592be85f0bcf4efc222267dd938e4 /arch/arm/boot/dts/stm32mp131.dtsi
parent4a47f0f3e936496fcf7961ee99a412b06a97ff33 (diff)
ARM: dts: stm32: add USB OTG HS support on stm32mp131
This patch adds USB OTG HS support on stm32mp131. Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp131.dtsi')
-rw-r--r--arch/arm/boot/dts/stm32mp131.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi
index a72170b59d7e..2a9b3a5bba83 100644
--- a/arch/arm/boot/dts/stm32mp131.dtsi
+++ b/arch/arm/boot/dts/stm32mp131.dtsi
@@ -298,6 +298,23 @@
};
};
+ usbotg_hs: usb@49000000 {
+ compatible = "st,stm32mp15-hsotg", "snps,dwc2";
+ reg = <0x49000000 0x40000>;
+ clocks = <&rcc USBO_K>;
+ clock-names = "otg";
+ resets = <&rcc USBO_R>;
+ reset-names = "dwc2";
+ interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
+ g-rx-fifo-size = <512>;
+ g-np-tx-fifo-size = <32>;
+ g-tx-fifo-size = <256 16 16 16 16 16 16 16>;
+ dr_mode = "otg";
+ otg-rev = <0x200>;
+ usb33d-supply = <&usb33>;
+ status = "disabled";
+ };
+
spi4: spi@4c002000 {
compatible = "st,stm32h7-spi";
reg = <0x4c002000 0x400>;