diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-08-10 17:12:11 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-25 21:47:39 -0400 |
commit | 8e9c94d7663510cbf31cb1d1a30b73f220ccb171 (patch) | |
tree | 0754501640fc10766c2b70e7ea7220dab4ab6ecd /arch/arm/dts/stm32mp157c-ev1.dts | |
parent | 284b27cf81da10d55070a49ee8b739f71377a4fb (diff) |
ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board
Add DT nodes to enable DWC2 gadget support
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32mp157c-ev1.dts')
-rw-r--r-- | arch/arm/dts/stm32mp157c-ev1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-ev1.dts b/arch/arm/dts/stm32mp157c-ev1.dts index d6934f74e0..e2128af93f 100644 --- a/arch/arm/dts/stm32mp157c-ev1.dts +++ b/arch/arm/dts/stm32mp157c-ev1.dts @@ -96,6 +96,14 @@ }; }; +&usbotg_hs { + pinctrl-names = "default"; + pinctrl-0 = <&usbotg_hs_pins_a>; + phys = <&usbphyc_port1 0>; + phy-names = "usb2-phy"; + status = "okay"; +}; + &usbphyc { status = "okay"; }; |