xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sdb-reva.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Copyright (C) 2015 Freescale Semiconductor, Inc.
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/dts-v1/;
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot#include "imx7d-sdb.dts"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	model = "Freescale i.MX7 SabreSD RevA Board";
11*f126890aSEmmanuel Vadot	compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d";
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot	reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
14*f126890aSEmmanuel Vadot		pinctrl-0 = <&pinctrl_usb_otg2_vbus_reg_reva>;
15*f126890aSEmmanuel Vadot		gpio = <&gpio4 7 GPIO_ACTIVE_HIGH>;
16*f126890aSEmmanuel Vadot	};
17*f126890aSEmmanuel Vadot};
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot&fec2 {
20*f126890aSEmmanuel Vadot	/delete-property/phy-supply;
21*f126890aSEmmanuel Vadot};
22*f126890aSEmmanuel Vadot
23*f126890aSEmmanuel Vadot&iomuxc {
24*f126890aSEmmanuel Vadot	imx7d-sdb {
25*f126890aSEmmanuel Vadot		pinctrl_tsc2046_pendown: tsc2046_pendown {
26*f126890aSEmmanuel Vadot			fsl,pins = <
27*f126890aSEmmanuel Vadot				MX7D_PAD_EPDC_DATA13__GPIO2_IO13	0x59
28*f126890aSEmmanuel Vadot			>;
29*f126890aSEmmanuel Vadot		};
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot		pinctrl_hog: hoggrp {
32*f126890aSEmmanuel Vadot			fsl,pins = <
33*f126890aSEmmanuel Vadot				MX7D_PAD_ECSPI2_SS0__GPIO4_IO23		0x34  /* bt reg on */
34*f126890aSEmmanuel Vadot			>;
35*f126890aSEmmanuel Vadot		};
36*f126890aSEmmanuel Vadot
37*f126890aSEmmanuel Vadot		pinctrl_usb_otg2_vbus_reg_reva: usbotg2vbusregrevagrp {
38*f126890aSEmmanuel Vadot			fsl,pins = <
39*f126890aSEmmanuel Vadot				MX7D_PAD_UART3_CTS_B__GPIO4_IO7		0x14
40*f126890aSEmmanuel Vadot			>;
41*f126890aSEmmanuel Vadot		};
42*f126890aSEmmanuel Vadot	};
43*f126890aSEmmanuel Vadot};
44