mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
82ac8a81f9
commit
9879e21657
|
@ -1120,6 +1120,19 @@ pins2 {
|
||||||
bias-disable;
|
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 {
|
&pinctrl_z {
|
||||||
|
|
Loading…
Reference in New Issue