2012-08-31 20:06:11 +04:00
/*
2014-03-07 23:22:11 +04:00
* Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
2012-08-31 20:06:11 +04:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
2013-05-31 16:32:55 +04:00
#include "omap34xx.dtsi"
2014-03-07 23:22:11 +04:00
#include "omap3-overo-base.dtsi"
2012-08-31 20:06:11 +04:00
2014-03-07 23:22:14 +04:00
&omap3_pmx_core2 {
2014-03-07 23:22:15 +04:00
pinctrl-names = "default";
pinctrl-0 = <
&hsusb2_2_pins
>;
2013-01-23 21:56:52 +04:00
2014-03-07 23:22:15 +04:00
hsusb2_2_pins: pinmux_hsusb2_2_pins {
pinctrl-single,pins = <
OMAP3430_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3) /* etk_d10.hsusb2_clk */
OMAP3430_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3) /* etk_d11.hsusb2_stp */
OMAP3430_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d12.hsusb2_dir */
OMAP3430_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d13.hsusb2_nxt */
OMAP3430_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d14.hsusb2_data0 */
OMAP3430_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d15.hsusb2_data1 */
>;
2012-08-31 20:06:11 +04:00
};
2014-03-07 23:22:14 +04:00
w3cbw003c_2_pins: pinmux_w3cbw003c_2_pins {
2013-05-31 04:38:00 +04:00
pinctrl-single,pins = <
2014-03-07 23:22:14 +04:00
OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */
2013-05-31 04:38:00 +04:00
>;
};
};
2014-01-24 12:19:05 +04:00
&mcbsp2 {
status = "okay";
};