1/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation.
5 */
6
7/dts-v1/;
8
9#include "omap36xx.dtsi"
10#include "logicpd-som-lv.dtsi"
11#include "logicpd-som-lv-baseboard.dtsi"
12#include "omap-gpmc-smsc9221.dtsi"
13
14/ {
15	model = "LogicPD Zoom DM3730 SOM-LV Development Kit";
16	compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3630", "ti,omap3";
17};
18
19&omap3_pmx_core2 {
20	pinctrl-names = "default";
21	pinctrl-0 = <&hsusb2_2_pins>;
22	hsusb2_2_pins: pinmux_hsusb2_2_pins {
23		pinctrl-single,pins = <
24			OMAP3630_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3)            /* etk_d10.hsusb2_clk */
25			OMAP3630_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3)            /* etk_d11.hsusb2_stp */
26			OMAP3630_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d12.hsusb2_dir */
27			OMAP3630_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d13.hsusb2_nxt */
28			OMAP3630_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d14.hsusb2_data0 */
29			OMAP3630_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3)    /* etk_d15.hsusb2_data1 */
30		>;
31	};
32};
33