Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
v5.4
 1// SPDX-License-Identifier: GPL-2.0-only
 2/*
 3 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
 
 
 
 
 4 */
 5
 6#include "omap34xx.dtsi"
 7#include "omap3-overo-base.dtsi"
 8
 9&omap3_pmx_core2 {
10	pinctrl-names = "default";
11	pinctrl-0 = <
12			&hsusb2_2_pins
13	>;
14
15	hsusb2_2_pins: pinmux_hsusb2_2_pins {
16		pinctrl-single,pins = <
17			OMAP3430_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3)		/* etk_d10.hsusb2_clk */
18			OMAP3430_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3)		/* etk_d11.hsusb2_stp */
19			OMAP3430_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d12.hsusb2_dir */
20			OMAP3430_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d13.hsusb2_nxt */
21			OMAP3430_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d14.hsusb2_data0 */
22			OMAP3430_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d15.hsusb2_data1 */
23		>;
24	};
25
26	w3cbw003c_2_pins: pinmux_w3cbw003c_2_pins {
27		pinctrl-single,pins = <
28			OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4)		/* etk_d2.gpio_16 */
29		>;
30	};
31};
v4.10.11
 
 1/*
 2 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
 3 *
 4 * This program is free software; you can redistribute it and/or modify
 5 * it under the terms of the GNU General Public License version 2 as
 6 * published by the Free Software Foundation.
 7 */
 8
 9#include "omap34xx.dtsi"
10#include "omap3-overo-base.dtsi"
11
12&omap3_pmx_core2 {
13	pinctrl-names = "default";
14	pinctrl-0 = <
15			&hsusb2_2_pins
16	>;
17
18	hsusb2_2_pins: pinmux_hsusb2_2_pins {
19		pinctrl-single,pins = <
20			OMAP3430_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3)		/* etk_d10.hsusb2_clk */
21			OMAP3430_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3)		/* etk_d11.hsusb2_stp */
22			OMAP3430_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d12.hsusb2_dir */
23			OMAP3430_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d13.hsusb2_nxt */
24			OMAP3430_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d14.hsusb2_data0 */
25			OMAP3430_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3)	/* etk_d15.hsusb2_data1 */
26		>;
27	};
28
29	w3cbw003c_2_pins: pinmux_w3cbw003c_2_pins {
30		pinctrl-single,pins = <
31			OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4)		/* etk_d2.gpio_16 */
32		>;
33	};
34};