1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot#include "omap34xx.dtsi" 7*f126890aSEmmanuel Vadot#include "omap3-overo-base.dtsi" 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot&omap3_pmx_core2 { 10*f126890aSEmmanuel Vadot pinctrl-names = "default"; 11*f126890aSEmmanuel Vadot pinctrl-0 = < 12*f126890aSEmmanuel Vadot &hsusb2_2_pins 13*f126890aSEmmanuel Vadot >; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot hsusb2_2_pins: hsusb2-2-pins { 16*f126890aSEmmanuel Vadot pinctrl-single,pins = < 17*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3) /* etk_d10.hsusb2_clk */ 18*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3) /* etk_d11.hsusb2_stp */ 19*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d12.hsusb2_dir */ 20*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d13.hsusb2_nxt */ 21*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d14.hsusb2_data0 */ 22*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d15.hsusb2_data1 */ 23*f126890aSEmmanuel Vadot >; 24*f126890aSEmmanuel Vadot }; 25*f126890aSEmmanuel Vadot 26*f126890aSEmmanuel Vadot w3cbw003c_2_pins: w3cbw003c-2-pins { 27*f126890aSEmmanuel Vadot pinctrl-single,pins = < 28*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */ 29*f126890aSEmmanuel Vadot >; 30*f126890aSEmmanuel Vadot }; 31*f126890aSEmmanuel Vadot}; 32