diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2020-02-04 14:26:05 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-02-10 17:40:17 +0100 |
commit | 9879e2165758933caa3b4a3803432e9a9d602961 (patch) | |
tree | 14421bfdc6593a2ea18207fe53d750c348ea2ccd /arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | |
parent | ARM: dts: stm32: add USB OTG full support on stm32mp151 (diff) | |
download | linux-9879e2165758933caa3b4a3803432e9a9d602961.tar.xz linux-9879e2165758933caa3b4a3803432e9a9d602961.zip |
ARM: dts: stm32: add USB OTG pinctrl to stm32mp15
Add pinctrl definition for USB High-Speed OTG ID pin and USB Full-Speed OTG
DP and DM lines that can be used on stm32mp15.
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp15-pinctrl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi index 024a86e626b2..73c07f0dfad2 100644 --- a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi +++ b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi @@ -1120,6 +1120,19 @@ bias-disable; }; }; + + usbotg_hs_pins_a: usbotg-hs-0 { + pins { + pinmux = <STM32_PINMUX('A', 10, ANALOG)>; /* OTG_ID */ + }; + }; + + usbotg_fs_dp_dm_pins_a: usbotg-fs-dp-dm-0 { + pins { + pinmux = <STM32_PINMUX('A', 11, ANALOG)>, /* OTG_FS_DM */ + <STM32_PINMUX('A', 12, ANALOG)>; /* OTG_FS_DP */ + }; + }; }; &pinctrl_z { |