Skip to content

Commit

Permalink
ARM: dts: stm32: add USBPHYC support to stm32mp157c
Browse files Browse the repository at this point in the history
Add support for USBPHYC (USB PHY Controller) to STM32MP157C SoC.
It manages two usb2 ports.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
  • Loading branch information
Amelie Delaunay authored and Alexandre Torgue committed May 4, 2018
1 parent 9d603e4 commit 3c00436
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/stm32mp157c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,26 @@
status = "disabled";
};

usbphyc: usbphyc@5a006000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "st,stm32mp1-usbphyc";
reg = <0x5a006000 0x1000>;
clocks = <&rcc USBPHY_K>;
resets = <&rcc USBPHY_R>;
status = "disabled";

usbphyc_port0: usb-phy@0 {
#phy-cells = <0>;
reg = <0>;
};

usbphyc_port1: usb-phy@1 {
#phy-cells = <1>;
reg = <1>;
};
};

usart1: serial@5c000000 {
compatible = "st,stm32h7-uart";
reg = <0x5c000000 0x400>;
Expand Down

0 comments on commit 3c00436

Please sign in to comment.