hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts
....@@ -1,8 +1,4 @@
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
62
73 /dts-v1/;
84
....@@ -13,5 +9,20 @@
139
1410 / {
1511 model = "LogicPD Zoom OMAP35xx SOM-LV Development Kit";
16
- compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3";
12
+ compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3430", "ti,omap3";
13
+};
14
+
15
+&omap3_pmx_core2 {
16
+ pinctrl-names = "default";
17
+ pinctrl-0 = <&hsusb2_2_pins>;
18
+ hsusb2_2_pins: pinmux_hsusb2_2_pins {
19
+ pinctrl-single,pins = <
20
+ 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 */
26
+ >;
27
+ };
1728 };