0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
0004 */
0005
0006 #include "omap34xx.dtsi"
0007 #include "omap3-overo-base.dtsi"
0008
0009 &omap3_pmx_core2 {
0010 pinctrl-names = "default";
0011 pinctrl-0 = <
0012 &hsusb2_2_pins
0013 >;
0014
0015 hsusb2_2_pins: pinmux_hsusb2_2_pins {
0016 pinctrl-single,pins = <
0017 OMAP3430_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3) /* etk_d10.hsusb2_clk */
0018 OMAP3430_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3) /* etk_d11.hsusb2_stp */
0019 OMAP3430_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d12.hsusb2_dir */
0020 OMAP3430_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d13.hsusb2_nxt */
0021 OMAP3430_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d14.hsusb2_data0 */
0022 OMAP3430_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d15.hsusb2_data1 */
0023 >;
0024 };
0025
0026 w3cbw003c_2_pins: pinmux_w3cbw003c_2_pins {
0027 pinctrl-single,pins = <
0028 OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */
0029 >;
0030 };
0031 };