blob: cc9263e99254f6e8089597818b5addc61dbbb935 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001// SPDX-License-Identifier: GPL-2.0-only
Florian Vaussardbc7feda2012-08-31 18:06:11 +02002/*
Florian Vaussardaf3c0382014-03-07 20:22:11 +01003 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
Florian Vaussardbc7feda2012-08-31 18:06:11 +02004 */
5
Florian Vaussard98ef79572013-05-31 14:32:55 +02006#include "omap34xx.dtsi"
Florian Vaussardaf3c0382014-03-07 20:22:11 +01007#include "omap3-overo-base.dtsi"
Florian Vaussardbc7feda2012-08-31 18:06:11 +02008
Florian Vaussard94647a32014-03-07 20:22:14 +01009&omap3_pmx_core2 {
Florian Vaussarddd4051b2014-03-07 20:22:15 +010010 pinctrl-names = "default";
11 pinctrl-0 = <
12 &hsusb2_2_pins
13 >;
Florian Vaussardbb1dea32013-01-23 18:56:51 +010014
Florian Vaussarddd4051b2014-03-07 20:22:15 +010015 hsusb2_2_pins: pinmux_hsusb2_2_pins {
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070016 pinctrl-single,pins = <
Florian Vaussarddd4051b2014-03-07 20:22:15 +010017 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 */
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070023 >;
24 };
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070025
Florian Vaussard94647a32014-03-07 20:22:14 +010026 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 };
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070031};