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-mba7.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 X11
    2 /*
    3  * Device Tree Source for TQ-Systems TQMa7D board on MBa7 carrier board.
    4  *
    5  * Copyright (C) 2016 TQ-Systems GmbH
    6  * Author: Markus Niebel <Markus.Niebel@tq-group.com>
    7  * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
    8  */
    9 
   10 /dts-v1/;
   11 
   12 #include "imx7d-tqma7.dtsi"
   13 #include "imx7-mba7.dtsi"
   14 
   15 / {
   16         model = "TQ-Systems TQMa7D board on MBa7 carrier board";
   17         compatible = "tq,imx7d-mba7", "tq,imx7d-tqma7", "fsl,imx7d";
   18 };
   19 
   20 &fec2 {
   21         pinctrl-names = "default";
   22         pinctrl-0 = <&pinctrl_enet2>;
   23         phy-mode = "rgmii-id";
   24         phy-reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
   25         phy-reset-duration = <1>;
   26         phy-supply = <&reg_fec2_pwdn>;
   27         phy-handle = <&ethphy2_0>;
   28         fsl,magic-packet;
   29         status = "okay";
   30 
   31         mdio {
   32                 #address-cells = <1>;
   33                 #size-cells = <0>;
   34 
   35                 ethphy2_0: ethernet-phy@0 {
   36                         compatible = "ethernet-phy-ieee802.3-c22";
   37                         reg = <0>;
   38                         ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>;
   39                         ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>;
   40                         ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
   41                         ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
   42                 };
   43         };
   44 };
   45 
   46 &iomuxc {
   47         pinctrl-names = "default";
   48         pinctrl-0 = <&pinctrl_hog_mba7_1>;
   49 
   50         pinctrl_enet2: enet2grp {
   51                 fsl,pins = <
   52                         MX7D_PAD_SD2_CD_B__ENET2_MDIO                   0x02
   53                         MX7D_PAD_SD2_WP__ENET2_MDC                      0x00
   54                         MX7D_PAD_EPDC_GDSP__ENET2_RGMII_TXC             0x71
   55                         MX7D_PAD_EPDC_SDCE2__ENET2_RGMII_TD0            0x71
   56                         MX7D_PAD_EPDC_SDCE3__ENET2_RGMII_TD1            0x71
   57                         MX7D_PAD_EPDC_GDCLK__ENET2_RGMII_TD2            0x71
   58                         MX7D_PAD_EPDC_GDOE__ENET2_RGMII_TD3             0x71
   59                         MX7D_PAD_EPDC_GDRL__ENET2_RGMII_TX_CTL          0x71
   60                         MX7D_PAD_EPDC_SDCE1__ENET2_RGMII_RXC            0x79
   61                         MX7D_PAD_EPDC_SDCLK__ENET2_RGMII_RD0            0x79
   62                         MX7D_PAD_EPDC_SDLE__ENET2_RGMII_RD1             0x79
   63                         MX7D_PAD_EPDC_SDOE__ENET2_RGMII_RD2             0x79
   64                         MX7D_PAD_EPDC_SDSHR__ENET2_RGMII_RD3            0x79
   65                         MX7D_PAD_EPDC_SDCE0__ENET2_RGMII_RX_CTL         0x79
   66                         /* Reset: SION, 100kPU, SRE_FAST, DSE_X1 */
   67                         MX7D_PAD_EPDC_BDR0__GPIO2_IO28          0x40000070
   68                         /* INT/PWDN: SION, 100kPU, HYS, SRE_FAST, DSE_X1 */
   69                         MX7D_PAD_EPDC_PWR_STAT__GPIO2_IO31      0x40000078
   70                 >;
   71         };
   72 
   73         pinctrl_pcie: pciegrp {
   74                 fsl,pins = <
   75                         /* #pcie_wake */
   76                         MX7D_PAD_EPDC_PWR_COM__GPIO2_IO30               0x70
   77                         /* #pcie_rst */
   78                         MX7D_PAD_SD2_CLK__GPIO5_IO12                    0x70
   79                         /* #pcie_dis */
   80                         MX7D_PAD_EPDC_BDR1__GPIO2_IO29                  0x70
   81                 >;
   82         };
   83 };
   84 
   85 &iomuxc_lpsr {
   86         pinctrl_usbotg2: usbotg2grp {
   87                 fsl,pins = <
   88                         MX7D_PAD_LPSR_GPIO1_IO06__USB_OTG2_OC   0x5c
   89                         MX7D_PAD_LPSR_GPIO1_IO07__GPIO1_IO7     0x59
   90                 >;
   91         };
   92 };
   93 
   94 &pcie {
   95         pinctrl-names = "default";
   96         pinctrl-0 = <&pinctrl_pcie>;
   97         /* 1.5V logically from 3.3V */
   98         /* probe deferral not supported */
   99         /* pcie-bus-supply = <&reg_mpcie_1v5>; */
  100         reset-gpio = <&gpio5 12 GPIO_ACTIVE_LOW>;
  101         status = "okay";
  102 };
  103 
  104 &usbotg2 {
  105         pinctrl-names = "default";
  106         pinctrl-0 = <&pinctrl_usbotg2>;
  107         vbus-supply = <&reg_usb_otg2_vbus>;
  108         srp-disable;
  109         hnp-disable;
  110         adp-disable;
  111         dr_mode = "host";
  112         status = "okay";
  113 };

Cache object: 4c1e8ae1b54d9662f37fccc2b094aaa5


[ 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.