b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
| 2 | // |
| 3 | // Copyright (C) 2015 Freescale Semiconductor, Inc. |
| 4 | |
| 5 | /dts-v1/; |
| 6 | |
| 7 | #include "imx7d-sdb.dts" |
| 8 | |
| 9 | / { |
| 10 | reg_usb_otg2_vbus: regulator-usb-otg2-vbus { |
| 11 | pinctrl-0 = <&pinctrl_usb_otg2_vbus_reg_reva>; |
| 12 | gpio = <&gpio4 7 GPIO_ACTIVE_HIGH>; |
| 13 | }; |
| 14 | }; |
| 15 | |
| 16 | &fec2 { |
| 17 | /delete-property/phy-supply; |
| 18 | }; |
| 19 | |
| 20 | &iomuxc { |
| 21 | imx7d-sdb { |
| 22 | pinctrl_tsc2046_pendown: tsc2046_pendown { |
| 23 | fsl,pins = < |
| 24 | MX7D_PAD_EPDC_DATA13__GPIO2_IO13 0x59 |
| 25 | >; |
| 26 | }; |
| 27 | |
| 28 | pinctrl_hog: hoggrp { |
| 29 | fsl,pins = < |
| 30 | MX7D_PAD_ECSPI2_SS0__GPIO4_IO23 0x34 /* bt reg on */ |
| 31 | >; |
| 32 | }; |
| 33 | |
| 34 | pinctrl_usb_otg2_vbus_reg_reva: usbotg2vbusregrevagrp { |
| 35 | fsl,pins = < |
| 36 | MX7D_PAD_UART3_CTS_B__GPIO4_IO7 0x14 |
| 37 | >; |
| 38 | }; |
| 39 | }; |
| 40 | }; |