The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/imx7d-sdb-reva.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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         model = "Freescale i.MX7 SabreSD RevA Board";
   11         compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d";
   12 
   13         reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
   14                 pinctrl-0 = <&pinctrl_usb_otg2_vbus_reg_reva>;
   15                 gpio = <&gpio4 7 GPIO_ACTIVE_HIGH>;
   16         };
   17 };
   18 
   19 &fec2 {
   20         /delete-property/phy-supply;
   21 };
   22 
   23 &iomuxc {
   24         imx7d-sdb {
   25                 pinctrl_tsc2046_pendown: tsc2046_pendown {
   26                         fsl,pins = <
   27                                 MX7D_PAD_EPDC_DATA13__GPIO2_IO13        0x59
   28                         >;
   29                 };
   30 
   31                 pinctrl_hog: hoggrp {
   32                         fsl,pins = <
   33                                 MX7D_PAD_ECSPI2_SS0__GPIO4_IO23         0x34  /* bt reg on */
   34                         >;
   35                 };
   36 
   37                 pinctrl_usb_otg2_vbus_reg_reva: usbotg2vbusregrevagrp {
   38                         fsl,pins = <
   39                                 MX7D_PAD_UART3_CTS_B__GPIO4_IO7         0x14
   40                         >;
   41                 };
   42         };
   43 };

Cache object: 77bcb9d6b7d4574cb742334efabc4b86


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.