.. | .. |
---|
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 | | - */ |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
6 | 2 | |
---|
7 | 3 | #include <dt-bindings/input/input.h> |
---|
8 | 4 | |
---|
.. | .. |
---|
265 | 261 | pinctrl-single,pins = < |
---|
266 | 262 | OMAP3_WKUP_IOPAD(0x2a0a, PIN_INPUT | MUX_MODE4) /* sys_boot0.gpio_2 */ |
---|
267 | 263 | OMAP3_WKUP_IOPAD(0x2a0c, PIN_OUTPUT | MUX_MODE4) /* sys_boot1.gpio_3 */ |
---|
268 | | - >; |
---|
269 | | - }; |
---|
270 | | -}; |
---|
271 | | - |
---|
272 | | -&omap3_pmx_core2 { |
---|
273 | | - pinctrl-names = "default"; |
---|
274 | | - pinctrl-0 = <&hsusb2_2_pins>; |
---|
275 | | - hsusb2_2_pins: pinmux_hsusb2_2_pins { |
---|
276 | | - pinctrl-single,pins = < |
---|
277 | | - OMAP3630_CORE2_IOPAD(0x25f0, PIN_OUTPUT | MUX_MODE3) /* etk_d10.hsusb2_clk */ |
---|
278 | | - OMAP3630_CORE2_IOPAD(0x25f2, PIN_OUTPUT | MUX_MODE3) /* etk_d11.hsusb2_stp */ |
---|
279 | | - OMAP3630_CORE2_IOPAD(0x25f4, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d12.hsusb2_dir */ |
---|
280 | | - OMAP3630_CORE2_IOPAD(0x25f6, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d13.hsusb2_nxt */ |
---|
281 | | - OMAP3630_CORE2_IOPAD(0x25f8, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d14.hsusb2_data0 */ |
---|
282 | | - OMAP3630_CORE2_IOPAD(0x25fa, PIN_INPUT_PULLDOWN | MUX_MODE3) /* etk_d15.hsusb2_data1 */ |
---|
283 | 264 | >; |
---|
284 | 265 | }; |
---|
285 | 266 | }; |
---|