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