blob: 932a02ff552aaff07e8902fdddf9e0e383074233 [file] [log] [blame]
Florian Vaussardbc7feda2012-08-31 18:06:11 +02001/*
Florian Vaussardaf3c0382014-03-07 20:22:11 +01002 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
Florian Vaussardbc7feda2012-08-31 18:06:11 +02003 *
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
Florian Vaussard98ef79572013-05-31 14:32:55 +02009#include "omap34xx.dtsi"
Florian Vaussardaf3c0382014-03-07 20:22:11 +010010#include "omap3-overo-base.dtsi"
Florian Vaussardbc7feda2012-08-31 18:06:11 +020011
Florian Vaussard94647a32014-03-07 20:22:14 +010012&omap3_pmx_core2 {
Florian Vaussarddd4051b2014-03-07 20:22:15 +010013 pinctrl-names = "default";
14 pinctrl-0 = <
15 &hsusb2_2_pins
16 >;
Florian Vaussardbb1dea32013-01-23 18:56:51 +010017
Florian Vaussarddd4051b2014-03-07 20:22:15 +010018 hsusb2_2_pins: pinmux_hsusb2_2_pins {
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070019 pinctrl-single,pins = <
Florian Vaussarddd4051b2014-03-07 20:22:15 +010020 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 */
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070026 >;
27 };
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070028
Florian Vaussard94647a32014-03-07 20:22:14 +010029 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 };
Kevin Hilmanb859c1e2013-05-30 17:38:00 -070034};